@ngstarter-ui/components 1.0.21
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/README.md +0 -0
- package/fesm2022/ngstarter-ui-components-action-required.mjs +42 -0
- package/fesm2022/ngstarter-ui-components-action-required.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-alert.mjs +132 -0
- package/fesm2022/ngstarter-ui-components-alert.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-announcement.mjs +86 -0
- package/fesm2022/ngstarter-ui-components-announcement.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-autocomplete.mjs +360 -0
- package/fesm2022/ngstarter-ui-components-autocomplete.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-avatar.mjs +235 -0
- package/fesm2022/ngstarter-ui-components-avatar.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-badge.mjs +97 -0
- package/fesm2022/ngstarter-ui-components-badge.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-block-loader.mjs +48 -0
- package/fesm2022/ngstarter-ui-components-block-loader.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-bottom-sheet.mjs +327 -0
- package/fesm2022/ngstarter-ui-components-bottom-sheet.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-breadcrumbs.mjs +209 -0
- package/fesm2022/ngstarter-ui-components-breadcrumbs.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-button-toggle.mjs +175 -0
- package/fesm2022/ngstarter-ui-components-button-toggle.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-button.mjs +70 -0
- package/fesm2022/ngstarter-ui-components-button.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-card-overlay.mjs +49 -0
- package/fesm2022/ngstarter-ui-components-card-overlay.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-card.mjs +199 -0
- package/fesm2022/ngstarter-ui-components-card.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-carousel.mjs +614 -0
- package/fesm2022/ngstarter-ui-components-carousel.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-checkbox.mjs +300 -0
- package/fesm2022/ngstarter-ui-components-checkbox.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-chips.mjs +589 -0
- package/fesm2022/ngstarter-ui-components-chips.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-code-highlighter.mjs +347 -0
- package/fesm2022/ngstarter-ui-components-code-highlighter.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-color-picker.mjs +713 -0
- package/fesm2022/ngstarter-ui-components-color-picker.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-color-scheme.mjs +106 -0
- package/fesm2022/ngstarter-ui-components-color-scheme.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-color-switcher.mjs +72 -0
- package/fesm2022/ngstarter-ui-components-color-switcher.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-command-bar.mjs +57 -0
- package/fesm2022/ngstarter-ui-components-command-bar.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-comment-editor.mjs +1024 -0
- package/fesm2022/ngstarter-ui-components-comment-editor.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-comparison-slider.mjs +177 -0
- package/fesm2022/ngstarter-ui-components-comparison-slider.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-confirm.mjs +85 -0
- package/fesm2022/ngstarter-ui-components-confirm.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-code-block.component-Bk6QTli8.mjs +173 -0
- package/fesm2022/ngstarter-ui-components-content-editor-code-block.component-Bk6QTli8.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-content-editor-content-editable.directive-Bvfa2dqh.mjs +124 -0
- package/fesm2022/ngstarter-ui-components-content-editor-content-editor-content-editable.directive-Bvfa2dqh.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-cursor-controller-4Ak8VqGX.mjs +99 -0
- package/fesm2022/ngstarter-ui-components-content-editor-cursor-controller-4Ak8VqGX.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-divider-block.component-C_iRTCPH.mjs +33 -0
- package/fesm2022/ngstarter-ui-components-content-editor-divider-block.component-C_iRTCPH.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-embed-block-BbkC_t86.mjs +354 -0
- package/fesm2022/ngstarter-ui-components-content-editor-embed-block-BbkC_t86.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-heading-block.component-D9_CxTY1.mjs +114 -0
- package/fesm2022/ngstarter-ui-components-content-editor-heading-block.component-D9_CxTY1.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-image-block.component-B4zJyUg1.mjs +146 -0
- package/fesm2022/ngstarter-ui-components-content-editor-image-block.component-B4zJyUg1.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-list-block.component-Cv6wx5Xe.mjs +215 -0
- package/fesm2022/ngstarter-ui-components-content-editor-list-block.component-Cv6wx5Xe.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-ngstarter-ui-components-content-editor-1Zi2nAX5.mjs +2548 -0
- package/fesm2022/ngstarter-ui-components-content-editor-ngstarter-ui-components-content-editor-1Zi2nAX5.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-paragraph-block.component-C9bQvDYU.mjs +110 -0
- package/fesm2022/ngstarter-ui-components-content-editor-paragraph-block.component-C9bQvDYU.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-quote-block.component-BbHds2r2.mjs +141 -0
- package/fesm2022/ngstarter-ui-components-content-editor-quote-block.component-BbHds2r2.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-table-block.component-DlDh7Fnn.mjs +1604 -0
- package/fesm2022/ngstarter-ui-components-content-editor-table-block.component-DlDh7Fnn.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor-video-block.component-m4DTihP2.mjs +175 -0
- package/fesm2022/ngstarter-ui-components-content-editor-video-block.component-m4DTihP2.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-editor.mjs +2 -0
- package/fesm2022/ngstarter-ui-components-content-editor.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-content-fade.mjs +35 -0
- package/fesm2022/ngstarter-ui-components-content-fade.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-cookie-popup.mjs +107 -0
- package/fesm2022/ngstarter-ui-components-cookie-popup.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-core.mjs +1330 -0
- package/fesm2022/ngstarter-ui-components-core.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-country-select.mjs +489 -0
- package/fesm2022/ngstarter-ui-components-country-select.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-crop.mjs +183 -0
- package/fesm2022/ngstarter-ui-components-crop.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-currency-select.mjs +397 -0
- package/fesm2022/ngstarter-ui-components-currency-select.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-data-view.mjs +1494 -0
- package/fesm2022/ngstarter-ui-components-data-view.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-date-format-select.mjs +154 -0
- package/fesm2022/ngstarter-ui-components-date-format-select.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-datepicker.mjs +1159 -0
- package/fesm2022/ngstarter-ui-components-datepicker.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-dialog.mjs +357 -0
- package/fesm2022/ngstarter-ui-components-dialog.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-divider.mjs +42 -0
- package/fesm2022/ngstarter-ui-components-divider.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-drawer.mjs +132 -0
- package/fesm2022/ngstarter-ui-components-drawer.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-emoji-picker.mjs +245 -0
- package/fesm2022/ngstarter-ui-components-emoji-picker.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-empty-state.mjs +75 -0
- package/fesm2022/ngstarter-ui-components-empty-state.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-expand.mjs +56 -0
- package/fesm2022/ngstarter-ui-components-expand.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-expansion.mjs +193 -0
- package/fesm2022/ngstarter-ui-components-expansion.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-filter-builder.mjs +333 -0
- package/fesm2022/ngstarter-ui-components-filter-builder.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-field.mjs +230 -0
- package/fesm2022/ngstarter-ui-components-form-field.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-autocomplete-many-field-BKQVlZHV.mjs +124 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-autocomplete-many-field-BKQVlZHV.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-checkbox-field-CoyKdvhV.mjs +22 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-checkbox-field-CoyKdvhV.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-datepicker-field-Bzc0TPO9.mjs +44 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-datepicker-field-Bzc0TPO9.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-divider-content-CwGzDCZv.mjs +17 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-divider-content-CwGzDCZv.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-image-content-ICTwkZPa.mjs +17 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-image-content-ICTwkZPa.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-input-field-RYxi-Mpw.mjs +35 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-input-field-RYxi-Mpw.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-radio-group-field-Cv3AGpoq.mjs +38 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-radio-group-field-Cv3AGpoq.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-select-field-eLcwI-BY.mjs +39 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-select-field-eLcwI-BY.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-text-content-BjzH_M3-.mjs +24 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-text-content-BjzH_M3-.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-textarea-field-4zH7FTQ1.mjs +37 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-textarea-field-4zH7FTQ1.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-timezone-field-BpH65Hd-.mjs +35 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-timezone-field-BpH65Hd-.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-toggle-field-iyqUrWxt.mjs +22 -0
- package/fesm2022/ngstarter-ui-components-form-renderer-toggle-field-iyqUrWxt.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-form-renderer.mjs +317 -0
- package/fesm2022/ngstarter-ui-components-form-renderer.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-gauge.mjs +44 -0
- package/fesm2022/ngstarter-ui-components-gauge.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-grid.mjs +78 -0
- package/fesm2022/ngstarter-ui-components-grid.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-guided-tour.mjs +736 -0
- package/fesm2022/ngstarter-ui-components-guided-tour.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-headless-stepper.mjs +192 -0
- package/fesm2022/ngstarter-ui-components-headless-stepper.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-icon.mjs +61 -0
- package/fesm2022/ngstarter-ui-components-icon.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-image-designer.mjs +4016 -0
- package/fesm2022/ngstarter-ui-components-image-designer.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-image-placeholder.mjs +20 -0
- package/fesm2022/ngstarter-ui-components-image-placeholder.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-image-resizer.mjs +151 -0
- package/fesm2022/ngstarter-ui-components-image-resizer.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-image-viewer.mjs +349 -0
- package/fesm2022/ngstarter-ui-components-image-viewer.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-image-zoom-viewer.mjs +162 -0
- package/fesm2022/ngstarter-ui-components-image-zoom-viewer.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-incidents.mjs +257 -0
- package/fesm2022/ngstarter-ui-components-incidents.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-inline-text-edit.mjs +179 -0
- package/fesm2022/ngstarter-ui-components-inline-text-edit.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-input-mask.mjs +180 -0
- package/fesm2022/ngstarter-ui-components-input-mask.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-input-validator.mjs +24 -0
- package/fesm2022/ngstarter-ui-components-input-validator.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-input.mjs +152 -0
- package/fesm2022/ngstarter-ui-components-input.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-kanban-board.mjs +156 -0
- package/fesm2022/ngstarter-ui-components-kanban-board.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-kbd.mjs +31 -0
- package/fesm2022/ngstarter-ui-components-kbd.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-layout.mjs +199 -0
- package/fesm2022/ngstarter-ui-components-layout.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-list.mjs +279 -0
- package/fesm2022/ngstarter-ui-components-list.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-logo.mjs +51 -0
- package/fesm2022/ngstarter-ui-components-logo.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-marquee.mjs +76 -0
- package/fesm2022/ngstarter-ui-components-marquee.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-menu.mjs +851 -0
- package/fesm2022/ngstarter-ui-components-menu.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-micro-chart.mjs +928 -0
- package/fesm2022/ngstarter-ui-components-micro-chart.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-navigation.mjs +439 -0
- package/fesm2022/ngstarter-ui-components-navigation.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-notifications.mjs +181 -0
- package/fesm2022/ngstarter-ui-components-notifications.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-number-input.mjs +293 -0
- package/fesm2022/ngstarter-ui-components-number-input.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-option.mjs +157 -0
- package/fesm2022/ngstarter-ui-components-option.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-overlay.mjs +112 -0
- package/fesm2022/ngstarter-ui-components-overlay.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-page-loading-bar.mjs +77 -0
- package/fesm2022/ngstarter-ui-components-page-loading-bar.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-paginator.mjs +297 -0
- package/fesm2022/ngstarter-ui-components-paginator.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-panel.mjs +123 -0
- package/fesm2022/ngstarter-ui-components-panel.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-password-strength.mjs +335 -0
- package/fesm2022/ngstarter-ui-components-password-strength.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-phone-input.mjs +651 -0
- package/fesm2022/ngstarter-ui-components-phone-input.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-pin-input.mjs +193 -0
- package/fesm2022/ngstarter-ui-components-pin-input.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-popover.mjs +302 -0
- package/fesm2022/ngstarter-ui-components-popover.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-progress-bar.mjs +68 -0
- package/fesm2022/ngstarter-ui-components-progress-bar.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-radio-card.mjs +102 -0
- package/fesm2022/ngstarter-ui-components-radio-card.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-radio.mjs +147 -0
- package/fesm2022/ngstarter-ui-components-radio.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-rail-nav.mjs +87 -0
- package/fesm2022/ngstarter-ui-components-rail-nav.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-resizable-container.mjs +74 -0
- package/fesm2022/ngstarter-ui-components-resizable-container.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-screen-loader.mjs +95 -0
- package/fesm2022/ngstarter-ui-components-screen-loader.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-scroll-spy.mjs +219 -0
- package/fesm2022/ngstarter-ui-components-scroll-spy.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-scrollbar-area.mjs +459 -0
- package/fesm2022/ngstarter-ui-components-scrollbar-area.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-segmented.mjs +218 -0
- package/fesm2022/ngstarter-ui-components-segmented.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-select.mjs +496 -0
- package/fesm2022/ngstarter-ui-components-select.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-side-panel.mjs +107 -0
- package/fesm2022/ngstarter-ui-components-side-panel.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-sidebar.mjs +435 -0
- package/fesm2022/ngstarter-ui-components-sidebar.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-sidenav.mjs +354 -0
- package/fesm2022/ngstarter-ui-components-sidenav.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-signature-pad.mjs +452 -0
- package/fesm2022/ngstarter-ui-components-signature-pad.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-skeleton.mjs +22 -0
- package/fesm2022/ngstarter-ui-components-skeleton.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-slide-toggle.mjs +93 -0
- package/fesm2022/ngstarter-ui-components-slide-toggle.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-slider.mjs +481 -0
- package/fesm2022/ngstarter-ui-components-slider.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-snack-bar.mjs +354 -0
- package/fesm2022/ngstarter-ui-components-snack-bar.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-sort.mjs +140 -0
- package/fesm2022/ngstarter-ui-components-sort.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-spinner.mjs +75 -0
- package/fesm2022/ngstarter-ui-components-spinner.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-splash-screen.mjs +93 -0
- package/fesm2022/ngstarter-ui-components-splash-screen.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-split.mjs +948 -0
- package/fesm2022/ngstarter-ui-components-split.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-stepper.mjs +103 -0
- package/fesm2022/ngstarter-ui-components-stepper.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-suggestions.mjs +72 -0
- package/fesm2022/ngstarter-ui-components-suggestions.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-tab-panel.mjs +265 -0
- package/fesm2022/ngstarter-ui-components-tab-panel.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-table.mjs +648 -0
- package/fesm2022/ngstarter-ui-components-table.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-tabs.mjs +591 -0
- package/fesm2022/ngstarter-ui-components-tabs.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-text-editor.mjs +1012 -0
- package/fesm2022/ngstarter-ui-components-text-editor.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-thumbnail-maker.mjs +212 -0
- package/fesm2022/ngstarter-ui-components-thumbnail-maker.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-tiles.mjs +634 -0
- package/fesm2022/ngstarter-ui-components-tiles.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-timeline.mjs +122 -0
- package/fesm2022/ngstarter-ui-components-timeline.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-timepicker.mjs +486 -0
- package/fesm2022/ngstarter-ui-components-timepicker.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-timezone-select.mjs +371 -0
- package/fesm2022/ngstarter-ui-components-timezone-select.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-toolbar.mjs +299 -0
- package/fesm2022/ngstarter-ui-components-toolbar.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-tooltip.mjs +506 -0
- package/fesm2022/ngstarter-ui-components-tooltip.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-tree.mjs +200 -0
- package/fesm2022/ngstarter-ui-components-tree.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-upload.mjs +330 -0
- package/fesm2022/ngstarter-ui-components-upload.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-video-player.mjs +516 -0
- package/fesm2022/ngstarter-ui-components-video-player.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-video-viewer.mjs +218 -0
- package/fesm2022/ngstarter-ui-components-video-viewer.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components-visual-builder.mjs +18 -0
- package/fesm2022/ngstarter-ui-components-visual-builder.mjs.map +1 -0
- package/fesm2022/ngstarter-ui-components.mjs +6 -0
- package/fesm2022/ngstarter-ui-components.mjs.map +1 -0
- package/package.json +535 -0
- package/styles/_common.scss +456 -0
- package/styles/_global.scss +91 -0
- package/styles/themes/default.scss +2 -0
- package/types/ngstarter-ui-components-action-required.d.ts +14 -0
- package/types/ngstarter-ui-components-alert.d.ts +50 -0
- package/types/ngstarter-ui-components-announcement.d.ts +59 -0
- package/types/ngstarter-ui-components-autocomplete.d.ts +83 -0
- package/types/ngstarter-ui-components-avatar.d.ts +69 -0
- package/types/ngstarter-ui-components-badge.d.ts +38 -0
- package/types/ngstarter-ui-components-block-loader.d.ts +21 -0
- package/types/ngstarter-ui-components-bottom-sheet.d.ts +149 -0
- package/types/ngstarter-ui-components-breadcrumbs.d.ts +104 -0
- package/types/ngstarter-ui-components-button-toggle.d.ts +54 -0
- package/types/ngstarter-ui-components-button.d.ts +27 -0
- package/types/ngstarter-ui-components-card-overlay.d.ts +20 -0
- package/types/ngstarter-ui-components-card.d.ts +85 -0
- package/types/ngstarter-ui-components-carousel.d.ts +76 -0
- package/types/ngstarter-ui-components-checkbox.d.ts +94 -0
- package/types/ngstarter-ui-components-chips.d.ts +189 -0
- package/types/ngstarter-ui-components-code-highlighter.d.ts +28 -0
- package/types/ngstarter-ui-components-color-picker.d.ts +92 -0
- package/types/ngstarter-ui-components-color-scheme.d.ts +44 -0
- package/types/ngstarter-ui-components-color-switcher.d.ts +26 -0
- package/types/ngstarter-ui-components-command-bar.d.ts +28 -0
- package/types/ngstarter-ui-components-comment-editor.d.ts +194 -0
- package/types/ngstarter-ui-components-comparison-slider.d.ts +42 -0
- package/types/ngstarter-ui-components-confirm.d.ts +34 -0
- package/types/ngstarter-ui-components-content-editor.d.ts +321 -0
- package/types/ngstarter-ui-components-content-fade.d.ts +17 -0
- package/types/ngstarter-ui-components-cookie-popup.d.ts +41 -0
- package/types/ngstarter-ui-components-core.d.ts +421 -0
- package/types/ngstarter-ui-components-country-select.d.ts +78 -0
- package/types/ngstarter-ui-components-crop.d.ts +59 -0
- package/types/ngstarter-ui-components-currency-select.d.ts +82 -0
- package/types/ngstarter-ui-components-data-view.d.ts +391 -0
- package/types/ngstarter-ui-components-date-format-select.d.ts +59 -0
- package/types/ngstarter-ui-components-datepicker.d.ts +384 -0
- package/types/ngstarter-ui-components-dialog.d.ts +115 -0
- package/types/ngstarter-ui-components-divider.d.ts +18 -0
- package/types/ngstarter-ui-components-drawer.d.ts +32 -0
- package/types/ngstarter-ui-components-emoji-picker.d.ts +49 -0
- package/types/ngstarter-ui-components-empty-state.d.ts +33 -0
- package/types/ngstarter-ui-components-expand.d.ts +26 -0
- package/types/ngstarter-ui-components-expansion.d.ts +68 -0
- package/types/ngstarter-ui-components-filter-builder.d.ts +106 -0
- package/types/ngstarter-ui-components-form-field.d.ts +107 -0
- package/types/ngstarter-ui-components-form-renderer.d.ts +121 -0
- package/types/ngstarter-ui-components-gauge.d.ts +21 -0
- package/types/ngstarter-ui-components-grid.d.ts +45 -0
- package/types/ngstarter-ui-components-guided-tour.d.ts +227 -0
- package/types/ngstarter-ui-components-headless-stepper.d.ts +65 -0
- package/types/ngstarter-ui-components-icon.d.ts +17 -0
- package/types/ngstarter-ui-components-image-designer.d.ts +357 -0
- package/types/ngstarter-ui-components-image-placeholder.d.ts +8 -0
- package/types/ngstarter-ui-components-image-resizer.d.ts +35 -0
- package/types/ngstarter-ui-components-image-viewer.d.ts +63 -0
- package/types/ngstarter-ui-components-image-zoom-viewer.d.ts +34 -0
- package/types/ngstarter-ui-components-incidents.d.ts +119 -0
- package/types/ngstarter-ui-components-inline-text-edit.d.ts +39 -0
- package/types/ngstarter-ui-components-input-mask.d.ts +36 -0
- package/types/ngstarter-ui-components-input-validator.d.ts +5 -0
- package/types/ngstarter-ui-components-input.d.ts +53 -0
- package/types/ngstarter-ui-components-kanban-board.d.ts +68 -0
- package/types/ngstarter-ui-components-kbd.d.ts +13 -0
- package/types/ngstarter-ui-components-layout.d.ts +83 -0
- package/types/ngstarter-ui-components-list.d.ts +98 -0
- package/types/ngstarter-ui-components-logo.d.ts +26 -0
- package/types/ngstarter-ui-components-marquee.d.ts +27 -0
- package/types/ngstarter-ui-components-menu.d.ts +199 -0
- package/types/ngstarter-ui-components-micro-chart.d.ts +195 -0
- package/types/ngstarter-ui-components-navigation.d.ts +136 -0
- package/types/ngstarter-ui-components-notifications.d.ts +84 -0
- package/types/ngstarter-ui-components-number-input.d.ts +99 -0
- package/types/ngstarter-ui-components-option.d.ts +61 -0
- package/types/ngstarter-ui-components-overlay.d.ts +12 -0
- package/types/ngstarter-ui-components-page-loading-bar.d.ts +20 -0
- package/types/ngstarter-ui-components-paginator.d.ts +145 -0
- package/types/ngstarter-ui-components-panel.d.ts +59 -0
- package/types/ngstarter-ui-components-password-strength.d.ts +109 -0
- package/types/ngstarter-ui-components-phone-input.d.ts +103 -0
- package/types/ngstarter-ui-components-pin-input.d.ts +48 -0
- package/types/ngstarter-ui-components-popover.d.ts +94 -0
- package/types/ngstarter-ui-components-progress-bar.d.ts +30 -0
- package/types/ngstarter-ui-components-radio-card.d.ts +37 -0
- package/types/ngstarter-ui-components-radio.d.ts +45 -0
- package/types/ngstarter-ui-components-rail-nav.d.ts +36 -0
- package/types/ngstarter-ui-components-resizable-container.d.ts +25 -0
- package/types/ngstarter-ui-components-screen-loader.d.ts +34 -0
- package/types/ngstarter-ui-components-scroll-spy.d.ts +63 -0
- package/types/ngstarter-ui-components-scrollbar-area.d.ts +67 -0
- package/types/ngstarter-ui-components-segmented.d.ts +65 -0
- package/types/ngstarter-ui-components-select.d.ts +126 -0
- package/types/ngstarter-ui-components-side-panel.d.ts +42 -0
- package/types/ngstarter-ui-components-sidebar.d.ts +143 -0
- package/types/ngstarter-ui-components-sidenav.d.ts +86 -0
- package/types/ngstarter-ui-components-signature-pad.d.ts +49 -0
- package/types/ngstarter-ui-components-skeleton.d.ts +9 -0
- package/types/ngstarter-ui-components-slide-toggle.d.ts +41 -0
- package/types/ngstarter-ui-components-slider.d.ts +85 -0
- package/types/ngstarter-ui-components-snack-bar.d.ts +142 -0
- package/types/ngstarter-ui-components-sort.d.ts +66 -0
- package/types/ngstarter-ui-components-spinner.d.ts +28 -0
- package/types/ngstarter-ui-components-splash-screen.d.ts +31 -0
- package/types/ngstarter-ui-components-split.d.ts +210 -0
- package/types/ngstarter-ui-components-stepper.d.ts +44 -0
- package/types/ngstarter-ui-components-suggestions.d.ts +32 -0
- package/types/ngstarter-ui-components-tab-panel.d.ts +96 -0
- package/types/ngstarter-ui-components-table.d.ts +277 -0
- package/types/ngstarter-ui-components-tabs.d.ts +145 -0
- package/types/ngstarter-ui-components-text-editor.d.ts +191 -0
- package/types/ngstarter-ui-components-thumbnail-maker.d.ts +35 -0
- package/types/ngstarter-ui-components-tiles.d.ts +109 -0
- package/types/ngstarter-ui-components-timeline.d.ts +57 -0
- package/types/ngstarter-ui-components-timepicker.d.ts +115 -0
- package/types/ngstarter-ui-components-timezone-select.d.ts +75 -0
- package/types/ngstarter-ui-components-toolbar.d.ts +74 -0
- package/types/ngstarter-ui-components-tooltip.d.ts +52 -0
- package/types/ngstarter-ui-components-tree.d.ts +60 -0
- package/types/ngstarter-ui-components-upload.d.ts +134 -0
- package/types/ngstarter-ui-components-video-player.d.ts +67 -0
- package/types/ngstarter-ui-components-video-viewer.d.ts +98 -0
- package/types/ngstarter-ui-components-visual-builder.d.ts +8 -0
- package/types/ngstarter-ui-components.d.ts +2 -0
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { input, booleanAttribute, numberAttribute, output, forwardRef, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
import { UntypedFormControl, Validators, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
+
import { ProgressBar } from '@ngstarter-ui/components/progress-bar';
|
|
5
|
+
import { Icon } from '@ngstarter-ui/components/icon';
|
|
6
|
+
import { Button } from '@ngstarter-ui/components/button';
|
|
7
|
+
|
|
8
|
+
var Colors;
|
|
9
|
+
(function (Colors) {
|
|
10
|
+
Colors["primary"] = "primary";
|
|
11
|
+
Colors["accent"] = "accent";
|
|
12
|
+
Colors["warn"] = "warn";
|
|
13
|
+
Colors["success"] = "green";
|
|
14
|
+
})(Colors || (Colors = {}));
|
|
15
|
+
|
|
16
|
+
var Criteria;
|
|
17
|
+
(function (Criteria) {
|
|
18
|
+
Criteria["at_least_eight_chars"] = "minChar";
|
|
19
|
+
Criteria["at_least_one_lower_case_char"] = "lowerCase";
|
|
20
|
+
Criteria["at_least_one_upper_case_char"] = "upperCase";
|
|
21
|
+
Criteria["at_least_one_digit_char"] = "digit";
|
|
22
|
+
Criteria["at_least_one_special_char"] = " specialChar";
|
|
23
|
+
Criteria["at_custom_chars"] = "customChars";
|
|
24
|
+
})(Criteria || (Criteria = {}));
|
|
25
|
+
|
|
26
|
+
class PasswordStrengthValidator {
|
|
27
|
+
isUndefinedOrEmpty(control) {
|
|
28
|
+
if (!control || !control.value || control.value.length === 0) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
validate(criteria, regex) {
|
|
33
|
+
const validator = (control) => {
|
|
34
|
+
this.isUndefinedOrEmpty(control);
|
|
35
|
+
if (!regex.test(control.value)) {
|
|
36
|
+
const failed = {};
|
|
37
|
+
// @ts-ignore
|
|
38
|
+
failed[criteria] = {
|
|
39
|
+
actualValue: control.value,
|
|
40
|
+
requiredPattern: regex
|
|
41
|
+
};
|
|
42
|
+
return failed;
|
|
43
|
+
}
|
|
44
|
+
return undefined;
|
|
45
|
+
};
|
|
46
|
+
return validator;
|
|
47
|
+
}
|
|
48
|
+
confirm(password) {
|
|
49
|
+
const validator = (control) => {
|
|
50
|
+
this.isUndefinedOrEmpty(control);
|
|
51
|
+
if (control.value !== password) {
|
|
52
|
+
return {
|
|
53
|
+
notConfirmed: {
|
|
54
|
+
password: password,
|
|
55
|
+
passwordConfirmation: control.value
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
return undefined;
|
|
60
|
+
};
|
|
61
|
+
return validator;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
const RegExpValidator = {
|
|
66
|
+
'lowerCase': RegExp(/^(?=.*?[a-z])/),
|
|
67
|
+
'upperCase': RegExp(/^(?=.*?[A-Z])/),
|
|
68
|
+
'digit': RegExp(/^(?=.*?[0-9])/),
|
|
69
|
+
'specialChar': RegExp(/^(?=.*?[" !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"])/),
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
class PasswordStrength {
|
|
73
|
+
password = input.required(...(ngDevMode ? [{ debugName: "password" }] : /* istanbul ignore next */ []));
|
|
74
|
+
externalError = input(false, { ...(ngDevMode ? { debugName: "externalError" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
75
|
+
enableLengthRule = input(true, { ...(ngDevMode ? { debugName: "enableLengthRule" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
76
|
+
enableLowerCaseLetterRule = input(true, { ...(ngDevMode ? { debugName: "enableLowerCaseLetterRule" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
77
|
+
enableUpperCaseLetterRule = input(true, { ...(ngDevMode ? { debugName: "enableUpperCaseLetterRule" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
78
|
+
enableDigitRule = input(true, { ...(ngDevMode ? { debugName: "enableDigitRule" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
79
|
+
enableSpecialCharRule = input(true, { ...(ngDevMode ? { debugName: "enableSpecialCharRule" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
80
|
+
min = input(8, { ...(ngDevMode ? { debugName: "min" } : /* istanbul ignore next */ {}), transform: numberAttribute });
|
|
81
|
+
max = input(30, { ...(ngDevMode ? { debugName: "max" } : /* istanbul ignore next */ {}), transform: numberAttribute });
|
|
82
|
+
customValidator = input(...(ngDevMode ? [undefined, { debugName: "customValidator" }] : /* istanbul ignore next */ []));
|
|
83
|
+
warnThreshold = input(21, { ...(ngDevMode ? { debugName: "warnThreshold" } : /* istanbul ignore next */ {}), transform: numberAttribute });
|
|
84
|
+
accentThreshold = input(81, { ...(ngDevMode ? { debugName: "accentThreshold" } : /* istanbul ignore next */ {}), transform: numberAttribute });
|
|
85
|
+
strengthChanged = output();
|
|
86
|
+
criteriaMap = new Map();
|
|
87
|
+
containAtLeastMinChars;
|
|
88
|
+
containAtLeastOneLowerCaseLetter;
|
|
89
|
+
containAtLeastOneUpperCaseLetter;
|
|
90
|
+
containAtLeastOneDigit;
|
|
91
|
+
containAtLeastOneSpecialChar;
|
|
92
|
+
containAtCustomChars;
|
|
93
|
+
// TO ACCESS VIA CONTENT CHILD
|
|
94
|
+
passwordFormControl = new UntypedFormControl();
|
|
95
|
+
passwordConfirmationFormControl = new UntypedFormControl();
|
|
96
|
+
validatorsArray = [];
|
|
97
|
+
Validators;
|
|
98
|
+
passwordStrengthValidator = new PasswordStrengthValidator();
|
|
99
|
+
_strength = 0;
|
|
100
|
+
get strength() {
|
|
101
|
+
return this._strength ? this._strength : 0;
|
|
102
|
+
}
|
|
103
|
+
get isLow() {
|
|
104
|
+
return this.strength === 20;
|
|
105
|
+
}
|
|
106
|
+
get isWeak() {
|
|
107
|
+
return this.strength === 40;
|
|
108
|
+
}
|
|
109
|
+
get isMedium() {
|
|
110
|
+
return this.strength === 60;
|
|
111
|
+
}
|
|
112
|
+
get isStrong() {
|
|
113
|
+
return this.strength === 80;
|
|
114
|
+
}
|
|
115
|
+
get isVeryStrong() {
|
|
116
|
+
return this.strength === 100;
|
|
117
|
+
}
|
|
118
|
+
propagateChange = (_) => {
|
|
119
|
+
};
|
|
120
|
+
ngOnInit() {
|
|
121
|
+
this.setRulesAndValidators();
|
|
122
|
+
}
|
|
123
|
+
ngOnChanges(changes) {
|
|
124
|
+
if ((changes['externalError'] && changes['externalError'].firstChange) || (changes['password'] && changes['password'].firstChange)) {
|
|
125
|
+
return;
|
|
126
|
+
}
|
|
127
|
+
else if (changes['externalError'] && changes['externalError'].currentValue) {
|
|
128
|
+
// this._color = 'weak';
|
|
129
|
+
return;
|
|
130
|
+
}
|
|
131
|
+
else if (changes['password'] && changes['password'].previousValue === changes['password'].currentValue && !changes['password'].firstChange) {
|
|
132
|
+
this.calculatePasswordStrength();
|
|
133
|
+
}
|
|
134
|
+
else {
|
|
135
|
+
this.password && this.password.length > 0 ?
|
|
136
|
+
this.calculatePasswordStrength() : this.reset();
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
setRulesAndValidators() {
|
|
140
|
+
this.validatorsArray = [];
|
|
141
|
+
this.criteriaMap = new Map();
|
|
142
|
+
this.passwordConfirmationFormControl
|
|
143
|
+
// @ts-ignore
|
|
144
|
+
.setValidators(Validators.compose([
|
|
145
|
+
Validators.required, this.passwordStrengthValidator.confirm(this.password())
|
|
146
|
+
]));
|
|
147
|
+
this.validatorsArray.push(Validators.required);
|
|
148
|
+
if (this.enableLengthRule()) {
|
|
149
|
+
this.criteriaMap.set(Criteria.at_least_eight_chars, RegExp(`^.{${this.min()},${this.max()}}$`));
|
|
150
|
+
this.validatorsArray.push(Validators.minLength(this.min()));
|
|
151
|
+
this.validatorsArray.push(Validators.maxLength(this.max()));
|
|
152
|
+
}
|
|
153
|
+
if (this.enableLowerCaseLetterRule()) {
|
|
154
|
+
this.criteriaMap.set(Criteria.at_least_one_lower_case_char, RegExpValidator.lowerCase);
|
|
155
|
+
this.validatorsArray.push(Validators.pattern(RegExpValidator.lowerCase));
|
|
156
|
+
}
|
|
157
|
+
if (this.enableUpperCaseLetterRule()) {
|
|
158
|
+
this.criteriaMap.set(Criteria.at_least_one_upper_case_char, RegExpValidator.upperCase);
|
|
159
|
+
this.validatorsArray.push(Validators.pattern(RegExpValidator.upperCase));
|
|
160
|
+
}
|
|
161
|
+
if (this.enableDigitRule()) {
|
|
162
|
+
this.criteriaMap.set(Criteria.at_least_one_digit_char, RegExpValidator.digit);
|
|
163
|
+
this.validatorsArray.push(Validators.pattern(RegExpValidator.digit));
|
|
164
|
+
}
|
|
165
|
+
if (this.enableSpecialCharRule()) {
|
|
166
|
+
this.criteriaMap.set(Criteria.at_least_one_special_char, RegExpValidator.specialChar);
|
|
167
|
+
this.validatorsArray.push(Validators.pattern(RegExpValidator.specialChar));
|
|
168
|
+
}
|
|
169
|
+
if (this.customValidator()) {
|
|
170
|
+
this.criteriaMap.set(Criteria.at_custom_chars, this.customValidator());
|
|
171
|
+
this.validatorsArray.push(Validators.pattern(this.customValidator()));
|
|
172
|
+
}
|
|
173
|
+
this.criteriaMap.forEach((value, key) => {
|
|
174
|
+
// @ts-ignore
|
|
175
|
+
this.validatorsArray.push(this.passwordStrengthValidator.validate(key, value));
|
|
176
|
+
});
|
|
177
|
+
this.passwordFormControl.setValidators(Validators.compose([...this.validatorsArray]));
|
|
178
|
+
this.Validators = Validators.compose([...this.validatorsArray]);
|
|
179
|
+
}
|
|
180
|
+
calculatePasswordStrength() {
|
|
181
|
+
const requirements = [];
|
|
182
|
+
const unit = 100 / this.criteriaMap.size;
|
|
183
|
+
requirements.push(this.enableLengthRule() ? this._containAtLeastMinChars() : false, this.enableLowerCaseLetterRule() ? this._containAtLeastOneLowerCaseLetter() : false, this.enableUpperCaseLetterRule() ? this._containAtLeastOneUpperCaseLetter() : false, this.enableDigitRule() ? this._containAtLeastOneDigit() : false, this.enableSpecialCharRule() ? this._containAtLeastOneSpecialChar() : false, this.customValidator() ? this._containCustomChars() : false);
|
|
184
|
+
this._strength = requirements.filter(v => v).length * unit;
|
|
185
|
+
this.propagateChange(this.strength);
|
|
186
|
+
this.strengthChanged.emit(this.strength);
|
|
187
|
+
this.setRulesAndValidators();
|
|
188
|
+
}
|
|
189
|
+
reset() {
|
|
190
|
+
this._strength = 0;
|
|
191
|
+
this.containAtLeastMinChars = false;
|
|
192
|
+
this.containAtLeastOneLowerCaseLetter = false;
|
|
193
|
+
this.containAtLeastOneUpperCaseLetter = false;
|
|
194
|
+
this.containAtLeastOneDigit = false;
|
|
195
|
+
this.containAtCustomChars = false;
|
|
196
|
+
this.containAtLeastOneSpecialChar = false;
|
|
197
|
+
}
|
|
198
|
+
writeValue(obj) {
|
|
199
|
+
if (obj) {
|
|
200
|
+
this._strength = obj;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
registerOnChange(fn) {
|
|
204
|
+
this.propagateChange = fn;
|
|
205
|
+
}
|
|
206
|
+
registerOnTouched(fn) {
|
|
207
|
+
// throw new Error("Method not implemented.");
|
|
208
|
+
}
|
|
209
|
+
setDisabledState(isDisabled) {
|
|
210
|
+
// throw new Error("Method not implemented.");
|
|
211
|
+
}
|
|
212
|
+
_containAtLeastMinChars() {
|
|
213
|
+
this.containAtLeastMinChars = this.password().length >= this.min();
|
|
214
|
+
return this.containAtLeastMinChars;
|
|
215
|
+
}
|
|
216
|
+
_containAtLeastOneLowerCaseLetter() {
|
|
217
|
+
// @ts-ignore
|
|
218
|
+
this.containAtLeastOneLowerCaseLetter = this.criteriaMap
|
|
219
|
+
.get(Criteria.at_least_one_lower_case_char)
|
|
220
|
+
.test(this.password());
|
|
221
|
+
return this.containAtLeastOneLowerCaseLetter;
|
|
222
|
+
}
|
|
223
|
+
_containAtLeastOneUpperCaseLetter() {
|
|
224
|
+
// @ts-ignore
|
|
225
|
+
this.containAtLeastOneUpperCaseLetter = this.criteriaMap
|
|
226
|
+
.get(Criteria.at_least_one_upper_case_char)
|
|
227
|
+
.test(this.password());
|
|
228
|
+
return this.containAtLeastOneUpperCaseLetter;
|
|
229
|
+
}
|
|
230
|
+
_containAtLeastOneDigit() {
|
|
231
|
+
// @ts-ignore
|
|
232
|
+
this.containAtLeastOneDigit = this.criteriaMap
|
|
233
|
+
.get(Criteria.at_least_one_digit_char)
|
|
234
|
+
.test(this.password());
|
|
235
|
+
return this.containAtLeastOneDigit;
|
|
236
|
+
}
|
|
237
|
+
_containAtLeastOneSpecialChar() {
|
|
238
|
+
// @ts-ignore
|
|
239
|
+
this.containAtLeastOneSpecialChar = this.criteriaMap
|
|
240
|
+
.get(Criteria.at_least_one_special_char)
|
|
241
|
+
.test(this.password());
|
|
242
|
+
return this.containAtLeastOneSpecialChar;
|
|
243
|
+
}
|
|
244
|
+
_containCustomChars() {
|
|
245
|
+
// @ts-ignore
|
|
246
|
+
this.containAtCustomChars = this.criteriaMap
|
|
247
|
+
.get(Criteria.at_custom_chars)
|
|
248
|
+
.test(this.password());
|
|
249
|
+
return this.containAtCustomChars;
|
|
250
|
+
}
|
|
251
|
+
ngAfterContentChecked() {
|
|
252
|
+
if (this.password()) {
|
|
253
|
+
this.calculatePasswordStrength();
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: PasswordStrength, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
257
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: PasswordStrength, isStandalone: true, selector: "ngs-password-strength", inputs: { password: { classPropertyName: "password", publicName: "password", isSignal: true, isRequired: true, transformFunction: null }, externalError: { classPropertyName: "externalError", publicName: "externalError", isSignal: true, isRequired: false, transformFunction: null }, enableLengthRule: { classPropertyName: "enableLengthRule", publicName: "enableLengthRule", isSignal: true, isRequired: false, transformFunction: null }, enableLowerCaseLetterRule: { classPropertyName: "enableLowerCaseLetterRule", publicName: "enableLowerCaseLetterRule", isSignal: true, isRequired: false, transformFunction: null }, enableUpperCaseLetterRule: { classPropertyName: "enableUpperCaseLetterRule", publicName: "enableUpperCaseLetterRule", isSignal: true, isRequired: false, transformFunction: null }, enableDigitRule: { classPropertyName: "enableDigitRule", publicName: "enableDigitRule", isSignal: true, isRequired: false, transformFunction: null }, enableSpecialCharRule: { classPropertyName: "enableSpecialCharRule", publicName: "enableSpecialCharRule", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, customValidator: { classPropertyName: "customValidator", publicName: "customValidator", isSignal: true, isRequired: false, transformFunction: null }, warnThreshold: { classPropertyName: "warnThreshold", publicName: "warnThreshold", isSignal: true, isRequired: false, transformFunction: null }, accentThreshold: { classPropertyName: "accentThreshold", publicName: "accentThreshold", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { strengthChanged: "strengthChanged" }, host: { properties: { "class.low": "isLow", "class.weak": "isWeak", "class.medium": "isMedium", "class.strong": "isStrong", "class.very-strong": "isVeryStrong" }, classAttribute: "ngs-password-strength" }, providers: [
|
|
258
|
+
{
|
|
259
|
+
provide: NG_VALUE_ACCESSOR,
|
|
260
|
+
useExisting: forwardRef(() => PasswordStrength),
|
|
261
|
+
multi: true
|
|
262
|
+
}
|
|
263
|
+
], exportAs: ["ngsPasswordStrength"], usesOnChanges: true, ngImport: i0, template: "<ngs-progress-bar [value]=\"strength\" mode=\"determinate\"/>\n", styles: [":host{margin-top:calc(var(--spacing, .25rem) * 1);display:block;--ngs-progress-bar-track-height: calc(var(--spacing, .25rem) * 2);--ngs-progress-bar-active-indicator-height: calc(var(--spacing, .25rem) * 2)}:host ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: transparent}:host.low ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: oklch(70.4% .191 22.216)}:host.weak ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: oklch(82.8% .189 84.429)}:host.medium ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: var(--color-green-500)}:host.strong ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: var(--color-green-500)}:host.very-strong ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: var(--color-green-500)}\n/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */\n"], dependencies: [{ kind: "component", type: ProgressBar, selector: "ngs-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["ngsProgressBar"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
264
|
+
}
|
|
265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: PasswordStrength, decorators: [{
|
|
266
|
+
type: Component,
|
|
267
|
+
args: [{ selector: 'ngs-password-strength', exportAs: 'ngsPasswordStrength', imports: [
|
|
268
|
+
ProgressBar
|
|
269
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
270
|
+
{
|
|
271
|
+
provide: NG_VALUE_ACCESSOR,
|
|
272
|
+
useExisting: forwardRef(() => PasswordStrength),
|
|
273
|
+
multi: true
|
|
274
|
+
}
|
|
275
|
+
], host: {
|
|
276
|
+
'class': 'ngs-password-strength',
|
|
277
|
+
'[class.low]': 'isLow',
|
|
278
|
+
'[class.weak]': 'isWeak',
|
|
279
|
+
'[class.medium]': 'isMedium',
|
|
280
|
+
'[class.strong]': 'isStrong',
|
|
281
|
+
'[class.very-strong]': 'isVeryStrong',
|
|
282
|
+
}, template: "<ngs-progress-bar [value]=\"strength\" mode=\"determinate\"/>\n", styles: [":host{margin-top:calc(var(--spacing, .25rem) * 1);display:block;--ngs-progress-bar-track-height: calc(var(--spacing, .25rem) * 2);--ngs-progress-bar-active-indicator-height: calc(var(--spacing, .25rem) * 2)}:host ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: transparent}:host.low ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: oklch(70.4% .191 22.216)}:host.weak ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: oklch(82.8% .189 84.429)}:host.medium ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: var(--color-green-500)}:host.strong ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: var(--color-green-500)}:host.very-strong ::ng-deep .mdc-linear-progress__bar-inner{--ngs-progress-bar-active-indicator-color: var(--color-green-500)}\n/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */\n"] }]
|
|
283
|
+
}], propDecorators: { password: [{ type: i0.Input, args: [{ isSignal: true, alias: "password", required: true }] }], externalError: [{ type: i0.Input, args: [{ isSignal: true, alias: "externalError", required: false }] }], enableLengthRule: [{ type: i0.Input, args: [{ isSignal: true, alias: "enableLengthRule", required: false }] }], enableLowerCaseLetterRule: [{ type: i0.Input, args: [{ isSignal: true, alias: "enableLowerCaseLetterRule", required: false }] }], enableUpperCaseLetterRule: [{ type: i0.Input, args: [{ isSignal: true, alias: "enableUpperCaseLetterRule", required: false }] }], enableDigitRule: [{ type: i0.Input, args: [{ isSignal: true, alias: "enableDigitRule", required: false }] }], enableSpecialCharRule: [{ type: i0.Input, args: [{ isSignal: true, alias: "enableSpecialCharRule", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], customValidator: [{ type: i0.Input, args: [{ isSignal: true, alias: "customValidator", required: false }] }], warnThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "warnThreshold", required: false }] }], accentThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "accentThreshold", required: false }] }], strengthChanged: [{ type: i0.Output, args: ["strengthChanged"] }] } });
|
|
284
|
+
|
|
285
|
+
class PassToggleVisibility {
|
|
286
|
+
visible = input(false, { ...(ngDevMode ? { debugName: "visible" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
287
|
+
tabindex = input('', ...(ngDevMode ? [{ debugName: "tabindex" }] : /* istanbul ignore next */ []));
|
|
288
|
+
_visible = this.visible();
|
|
289
|
+
get type() {
|
|
290
|
+
return this._visible ? 'text' : 'password';
|
|
291
|
+
}
|
|
292
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: PassToggleVisibility, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
293
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: PassToggleVisibility, isStandalone: true, selector: "ngs-pass-toggle-visibility", inputs: { visible: { classPropertyName: "visible", publicName: "visible", isSignal: true, isRequired: false, transformFunction: null }, tabindex: { classPropertyName: "tabindex", publicName: "tabindex", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "ngs-pass-toggle-visibility" }, exportAs: ["ngsPassToggleVisibility"], ngImport: i0, template: "<button (click)=\"_visible = !_visible\" ngsIconButton\n [attr.tabindex]=\"tabindex() ? tabindex() : null\" type=\"button\">\n @if (_visible) {\n <ngs-icon name=\"fluent:eye-24-regular\"/>\n } @else {\n <ngs-icon name=\"fluent:visibility_off-24-regular\"/>\n }\n</button>\n", styles: ["/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */\n"], dependencies: [{ kind: "component", type: Icon, selector: "ngs-icon", inputs: ["name"], exportAs: ["ngsIcon"] }, { kind: "component", type: Button, selector: " button[ngsButton], button[ngsIconButton], a[ngsButton], a[ngsIconButton] ", inputs: ["ngsButton", "ngsIconButton", "loading", "disabled", "disabledInteractive", "disableRipple", "reverse", "fullWidth", "hideTextOnMobile"], exportAs: ["ngsButton"] }] });
|
|
294
|
+
}
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: PassToggleVisibility, decorators: [{
|
|
296
|
+
type: Component,
|
|
297
|
+
args: [{ selector: 'ngs-pass-toggle-visibility', exportAs: 'ngsPassToggleVisibility', imports: [
|
|
298
|
+
Icon,
|
|
299
|
+
Button
|
|
300
|
+
], host: {
|
|
301
|
+
'class': 'ngs-pass-toggle-visibility',
|
|
302
|
+
}, template: "<button (click)=\"_visible = !_visible\" ngsIconButton\n [attr.tabindex]=\"tabindex() ? tabindex() : null\" type=\"button\">\n @if (_visible) {\n <ngs-icon name=\"fluent:eye-24-regular\"/>\n } @else {\n <ngs-icon name=\"fluent:visibility_off-24-regular\"/>\n }\n</button>\n", styles: ["/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */\n"] }]
|
|
303
|
+
}], propDecorators: { visible: [{ type: i0.Input, args: [{ isSignal: true, alias: "visible", required: false }] }], tabindex: [{ type: i0.Input, args: [{ isSignal: true, alias: "tabindex", required: false }] }] } });
|
|
304
|
+
|
|
305
|
+
class PasswordStrengthInfo {
|
|
306
|
+
passwordComponent = input.required(...(ngDevMode ? [{ debugName: "passwordComponent" }] : /* istanbul ignore next */ []));
|
|
307
|
+
enableScoreInfo = input(false, { ...(ngDevMode ? { debugName: "enableScoreInfo" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
|
|
308
|
+
lowerCaseCriteriaMessage = input('contains at least one lower character', ...(ngDevMode ? [{ debugName: "lowerCaseCriteriaMessage" }] : /* istanbul ignore next */ []));
|
|
309
|
+
upperCaseCriteriaMessage = input('contains at least one upper character', ...(ngDevMode ? [{ debugName: "upperCaseCriteriaMessage" }] : /* istanbul ignore next */ []));
|
|
310
|
+
digitsCriteriaMessage = input('contains at least one digit character', ...(ngDevMode ? [{ debugName: "digitsCriteriaMessage" }] : /* istanbul ignore next */ []));
|
|
311
|
+
specialCharsCriteriaMessage = input('contains at least one special character', ...(ngDevMode ? [{ debugName: "specialCharsCriteriaMessage" }] : /* istanbul ignore next */ []));
|
|
312
|
+
customCharsCriteriaMessage = input('contains at least one custom character', ...(ngDevMode ? [{ debugName: "customCharsCriteriaMessage" }] : /* istanbul ignore next */ []));
|
|
313
|
+
minCharsCriteriaMessage = input(`contains at least minimum characters`, ...(ngDevMode ? [{ debugName: "minCharsCriteriaMessage" }] : /* istanbul ignore next */ []));
|
|
314
|
+
ngsIconDone = input('checkmark-24-regular', ...(ngDevMode ? [{ debugName: "ngsIconDone" }] : /* istanbul ignore next */ []));
|
|
315
|
+
ngsIconError = input('error-circle-24-regular', ...(ngDevMode ? [{ debugName: "ngsIconError" }] : /* istanbul ignore next */ []));
|
|
316
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: PasswordStrengthInfo, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
317
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: PasswordStrengthInfo, isStandalone: true, selector: "ngs-password-strength-info", inputs: { passwordComponent: { classPropertyName: "passwordComponent", publicName: "passwordComponent", isSignal: true, isRequired: true, transformFunction: null }, enableScoreInfo: { classPropertyName: "enableScoreInfo", publicName: "enableScoreInfo", isSignal: true, isRequired: false, transformFunction: null }, lowerCaseCriteriaMessage: { classPropertyName: "lowerCaseCriteriaMessage", publicName: "lowerCaseCriteriaMessage", isSignal: true, isRequired: false, transformFunction: null }, upperCaseCriteriaMessage: { classPropertyName: "upperCaseCriteriaMessage", publicName: "upperCaseCriteriaMessage", isSignal: true, isRequired: false, transformFunction: null }, digitsCriteriaMessage: { classPropertyName: "digitsCriteriaMessage", publicName: "digitsCriteriaMessage", isSignal: true, isRequired: false, transformFunction: null }, specialCharsCriteriaMessage: { classPropertyName: "specialCharsCriteriaMessage", publicName: "specialCharsCriteriaMessage", isSignal: true, isRequired: false, transformFunction: null }, customCharsCriteriaMessage: { classPropertyName: "customCharsCriteriaMessage", publicName: "customCharsCriteriaMessage", isSignal: true, isRequired: false, transformFunction: null }, minCharsCriteriaMessage: { classPropertyName: "minCharsCriteriaMessage", publicName: "minCharsCriteriaMessage", isSignal: true, isRequired: false, transformFunction: null }, ngsIconDone: { classPropertyName: "ngsIconDone", publicName: "ngsIconDone", isSignal: true, isRequired: false, transformFunction: null }, ngsIconError: { classPropertyName: "ngsIconError", publicName: "ngsIconError", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "ngs-password-strength-info" }, exportAs: ["ngsPasswordStrengthInfo"], ngImport: i0, template: "<div class=\"flex flex-col gap-1.5 mt-4\">\n @if (passwordComponent().enableLowerCaseLetterRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneLowerCaseLetter) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ lowerCaseCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableUpperCaseLetterRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneUpperCaseLetter) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ upperCaseCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableDigitRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneDigit) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ digitsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableSpecialCharRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneSpecialChar) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ specialCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableLengthRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastMinChars) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ minCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().customValidator()) {\n <div class=\"row\">\n @if (passwordComponent().containAtCustomChars) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ customCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (enableScoreInfo()) {\n <div class=\"row\">\n @if (passwordComponent().strength === 100) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span>Password's strength = {{ passwordComponent().strength }} %100</span>\n </div>\n }\n</div>\n", styles: [".row{flex-direction:row;display:flex;align-items:center;gap:calc(var(--spacing, .25rem) * 1.5)}\n/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */\n"], dependencies: [{ kind: "component", type: Icon, selector: "ngs-icon", inputs: ["name"], exportAs: ["ngsIcon"] }] });
|
|
318
|
+
}
|
|
319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: PasswordStrengthInfo, decorators: [{
|
|
320
|
+
type: Component,
|
|
321
|
+
args: [{ selector: 'ngs-password-strength-info', exportAs: 'ngsPasswordStrengthInfo', imports: [
|
|
322
|
+
Icon
|
|
323
|
+
], host: {
|
|
324
|
+
'class': 'ngs-password-strength-info',
|
|
325
|
+
}, template: "<div class=\"flex flex-col gap-1.5 mt-4\">\n @if (passwordComponent().enableLowerCaseLetterRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneLowerCaseLetter) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ lowerCaseCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableUpperCaseLetterRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneUpperCaseLetter) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ upperCaseCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableDigitRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneDigit) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ digitsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableSpecialCharRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneSpecialChar) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ specialCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableLengthRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastMinChars) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ minCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().customValidator()) {\n <div class=\"row\">\n @if (passwordComponent().containAtCustomChars) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ customCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (enableScoreInfo()) {\n <div class=\"row\">\n @if (passwordComponent().strength === 100) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span>Password's strength = {{ passwordComponent().strength }} %100</span>\n </div>\n }\n</div>\n", styles: [".row{flex-direction:row;display:flex;align-items:center;gap:calc(var(--spacing, .25rem) * 1.5)}\n/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */\n"] }]
|
|
326
|
+
}], propDecorators: { passwordComponent: [{ type: i0.Input, args: [{ isSignal: true, alias: "passwordComponent", required: true }] }], enableScoreInfo: [{ type: i0.Input, args: [{ isSignal: true, alias: "enableScoreInfo", required: false }] }], lowerCaseCriteriaMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "lowerCaseCriteriaMessage", required: false }] }], upperCaseCriteriaMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "upperCaseCriteriaMessage", required: false }] }], digitsCriteriaMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "digitsCriteriaMessage", required: false }] }], specialCharsCriteriaMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "specialCharsCriteriaMessage", required: false }] }], customCharsCriteriaMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "customCharsCriteriaMessage", required: false }] }], minCharsCriteriaMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "minCharsCriteriaMessage", required: false }] }], ngsIconDone: [{ type: i0.Input, args: [{ isSignal: true, alias: "ngsIconDone", required: false }] }], ngsIconError: [{ type: i0.Input, args: [{ isSignal: true, alias: "ngsIconError", required: false }] }] } });
|
|
327
|
+
|
|
328
|
+
// validator
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* Generated bundle index. Do not edit.
|
|
332
|
+
*/
|
|
333
|
+
|
|
334
|
+
export { PassToggleVisibility, PasswordStrength, PasswordStrengthInfo, PasswordStrengthValidator, RegExpValidator };
|
|
335
|
+
//# sourceMappingURL=ngstarter-ui-components-password-strength.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ngstarter-ui-components-password-strength.mjs","sources":["../../../projects/components/password-strength/src/enum/colors.enum.ts","../../../projects/components/password-strength/src/enum/criteria.enum.ts","../../../projects/components/password-strength/src/validator/password-strength-validator.ts","../../../projects/components/password-strength/src/validator/regexp.class.ts","../../../projects/components/password-strength/src/password-strength/password-strength.ts","../../../projects/components/password-strength/src/password-strength/password-strength.html","../../../projects/components/password-strength/src/pass-toggle-visibility/pass-toggle-visibility.ts","../../../projects/components/password-strength/src/pass-toggle-visibility/pass-toggle-visibility.html","../../../projects/components/password-strength/src/password-strength-info/password-strength-info.ts","../../../projects/components/password-strength/src/password-strength-info/password-strength-info.html","../../../projects/components/password-strength/src/password-strength.module.ts","../../../projects/components/password-strength/ngstarter-ui-components-password-strength.ts"],"sourcesContent":["export enum Colors {\n primary = 'primary',\n accent = 'accent',\n warn = 'warn',\n success = 'green'\n}\n","export enum Criteria {\n at_least_eight_chars = 'minChar',\n at_least_one_lower_case_char = 'lowerCase',\n at_least_one_upper_case_char = 'upperCase',\n at_least_one_digit_char = 'digit',\n at_least_one_special_char = ' specialChar',\n at_custom_chars = 'customChars'\n}\n","import { AbstractControl } from '@angular/forms';\n\nexport class PasswordStrengthValidator {\n isUndefinedOrEmpty(control: AbstractControl): any | undefined {\n if (!control || !control.value || control.value.length === 0) {\n return undefined;\n }\n }\n\n validate(criteria: string, regex: RegExp): (control: AbstractControl) => ({ [p: string]: any } | undefined) {\n const validator = (control: AbstractControl): { [p: string]: any } | undefined => {\n this.isUndefinedOrEmpty(control);\n if (!regex.test(control.value)) {\n const failed = {};\n // @ts-ignore\n failed[criteria] = {\n actualValue: control.value,\n requiredPattern: regex\n };\n return failed;\n }\n\n return undefined;\n };\n\n return validator;\n }\n\n confirm(password: string): (control: AbstractControl) => ({ [p: string]: any } | undefined) {\n const validator = (control: AbstractControl): { [p: string]: any } | undefined => {\n this.isUndefinedOrEmpty(control);\n if (control.value !== password) {\n return {\n notConfirmed: {\n password: password,\n passwordConfirmation: control.value\n }\n }\n }\n\n return undefined;\n };\n\n return validator;\n }\n}\n","export const RegExpValidator = {\n 'lowerCase': RegExp(/^(?=.*?[a-z])/),\n 'upperCase': RegExp(/^(?=.*?[A-Z])/),\n 'digit': RegExp(/^(?=.*?[0-9])/),\n 'specialChar': RegExp(/^(?=.*?[\" !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\"])/),\n};\n","import {\n AfterContentChecked,\n booleanAttribute,\n ChangeDetectionStrategy,\n Component,\n forwardRef, input,\n numberAttribute,\n OnChanges,\n OnInit, output,\n SimpleChanges\n} from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR, UntypedFormControl, ValidatorFn, Validators } from '@angular/forms';\nimport { Criteria } from '../enum';\nimport { PasswordStrengthValidator } from '../validator';\nimport { RegExpValidator } from '../validator/regexp.class';\nimport { ProgressBar } from '@ngstarter-ui/components/progress-bar';\n\n@Component({\n selector: 'ngs-password-strength',\n exportAs: 'ngsPasswordStrength',\n imports: [\n ProgressBar\n ],\n templateUrl: './password-strength.html',\n styleUrl: './password-strength.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => PasswordStrength),\n multi: true\n }\n ],\n host: {\n 'class': 'ngs-password-strength',\n '[class.low]': 'isLow',\n '[class.weak]': 'isWeak',\n '[class.medium]': 'isMedium',\n '[class.strong]': 'isStrong',\n '[class.very-strong]': 'isVeryStrong',\n }\n})\nexport class PasswordStrength implements OnInit, OnChanges, AfterContentChecked, ControlValueAccessor {\n password = input.required<any>();\n externalError = input(false, {\n transform: booleanAttribute\n });\n enableLengthRule = input(true, {\n transform: booleanAttribute\n });\n enableLowerCaseLetterRule = input(true, {\n transform: booleanAttribute\n });\n enableUpperCaseLetterRule = input(true, {\n transform: booleanAttribute\n });\n enableDigitRule = input(true, {\n transform: booleanAttribute\n });\n enableSpecialCharRule = input(true, {\n transform: booleanAttribute\n });\n min = input(8, {\n transform: numberAttribute\n });\n max = input(30, {\n transform: numberAttribute\n });\n customValidator = input<any>();\n warnThreshold = input(21, {\n transform: numberAttribute\n });\n accentThreshold = input(81, {\n transform: numberAttribute\n });\n\n readonly strengthChanged = output<number>();\n\n criteriaMap: Map<Criteria, RegExp> = new Map<Criteria, RegExp>();\n containAtLeastMinChars: boolean;\n containAtLeastOneLowerCaseLetter: boolean;\n containAtLeastOneUpperCaseLetter: boolean;\n containAtLeastOneDigit: boolean;\n containAtLeastOneSpecialChar: boolean;\n containAtCustomChars: boolean;\n\n // TO ACCESS VIA CONTENT CHILD\n passwordFormControl: UntypedFormControl = new UntypedFormControl();\n passwordConfirmationFormControl: UntypedFormControl = new UntypedFormControl();\n\n validatorsArray: ValidatorFn[] = [];\n Validators: ValidatorFn | null;\n passwordStrengthValidator = new PasswordStrengthValidator();\n\n private _strength = 0;\n\n get strength(): number {\n return this._strength ? this._strength : 0;\n }\n\n get isLow(): boolean {\n return this.strength === 20;\n }\n\n get isWeak(): boolean {\n return this.strength === 40;\n }\n\n get isMedium(): boolean {\n return this.strength === 60;\n }\n\n get isStrong(): boolean {\n return this.strength === 80;\n }\n\n get isVeryStrong(): boolean {\n return this.strength === 100;\n }\n\n propagateChange = (_: any) => {\n };\n\n ngOnInit(): void {\n this.setRulesAndValidators();\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if ((changes['externalError'] && changes['externalError'].firstChange) || (changes['password'] && changes['password'].firstChange)) {\n return;\n } else if (changes['externalError'] && changes['externalError'].currentValue) {\n // this._color = 'weak';\n return;\n } else if (changes['password'] && changes['password'].previousValue === changes['password'].currentValue && !changes['password'].firstChange) {\n this.calculatePasswordStrength();\n } else {\n this.password && this.password.length > 0 ?\n this.calculatePasswordStrength() : this.reset();\n }\n }\n\n setRulesAndValidators(): void {\n this.validatorsArray = [];\n this.criteriaMap = new Map<Criteria, RegExp>();\n this.passwordConfirmationFormControl\n // @ts-ignore\n .setValidators(Validators.compose([\n Validators.required, this.passwordStrengthValidator.confirm(this.password())\n ]));\n this.validatorsArray.push(Validators.required);\n if (this.enableLengthRule()) {\n this.criteriaMap.set(Criteria.at_least_eight_chars, RegExp(`^.{${this.min()},${this.max()}}$`));\n this.validatorsArray.push(Validators.minLength(this.min()));\n this.validatorsArray.push(Validators.maxLength(this.max()));\n }\n if (this.enableLowerCaseLetterRule()) {\n this.criteriaMap.set(Criteria.at_least_one_lower_case_char, RegExpValidator.lowerCase);\n this.validatorsArray.push(Validators.pattern(RegExpValidator.lowerCase));\n }\n if (this.enableUpperCaseLetterRule()) {\n this.criteriaMap.set(Criteria.at_least_one_upper_case_char, RegExpValidator.upperCase);\n this.validatorsArray.push(Validators.pattern(RegExpValidator.upperCase));\n }\n if (this.enableDigitRule()) {\n this.criteriaMap.set(Criteria.at_least_one_digit_char, RegExpValidator.digit);\n this.validatorsArray.push(Validators.pattern(RegExpValidator.digit));\n }\n if (this.enableSpecialCharRule()) {\n this.criteriaMap.set(Criteria.at_least_one_special_char, RegExpValidator.specialChar);\n this.validatorsArray.push(Validators.pattern(RegExpValidator.specialChar));\n }\n if (this.customValidator()) {\n this.criteriaMap.set(Criteria.at_custom_chars, this.customValidator());\n this.validatorsArray.push(Validators.pattern(this.customValidator()));\n }\n\n this.criteriaMap.forEach((value: any, key: string) => {\n // @ts-ignore\n this.validatorsArray.push(this.passwordStrengthValidator.validate(key, value));\n });\n\n this.passwordFormControl.setValidators(Validators.compose([...this.validatorsArray]));\n this.Validators = Validators.compose([...this.validatorsArray]);\n }\n\n calculatePasswordStrength(): void {\n const requirements: Array<boolean> = [];\n const unit = 100 / this.criteriaMap.size;\n requirements.push(\n this.enableLengthRule() ? this._containAtLeastMinChars() : false,\n this.enableLowerCaseLetterRule() ? this._containAtLeastOneLowerCaseLetter() : false,\n this.enableUpperCaseLetterRule() ? this._containAtLeastOneUpperCaseLetter() : false,\n this.enableDigitRule() ? this._containAtLeastOneDigit() : false,\n this.enableSpecialCharRule() ? this._containAtLeastOneSpecialChar() : false,\n this.customValidator() ? this._containCustomChars() : false\n );\n this._strength = requirements.filter(v => v).length * unit;\n this.propagateChange(this.strength);\n this.strengthChanged.emit(this.strength);\n this.setRulesAndValidators();\n }\n\n reset() {\n this._strength = 0;\n this.containAtLeastMinChars = false;\n this.containAtLeastOneLowerCaseLetter = false;\n this.containAtLeastOneUpperCaseLetter = false;\n this.containAtLeastOneDigit = false;\n this.containAtCustomChars = false;\n this.containAtLeastOneSpecialChar = false;\n }\n\n writeValue(obj: any): void {\n if (obj) {\n this._strength = obj;\n }\n }\n\n registerOnChange(fn: any): void {\n this.propagateChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n // throw new Error(\"Method not implemented.\");\n }\n\n setDisabledState?(isDisabled: boolean): void {\n // throw new Error(\"Method not implemented.\");\n }\n\n private _containAtLeastMinChars(): boolean {\n this.containAtLeastMinChars = this.password().length >= this.min();\n return this.containAtLeastMinChars;\n }\n\n private _containAtLeastOneLowerCaseLetter(): boolean {\n // @ts-ignore\n this.containAtLeastOneLowerCaseLetter = this.criteriaMap\n .get(Criteria.at_least_one_lower_case_char)\n .test(this.password())\n ;\n return this.containAtLeastOneLowerCaseLetter;\n }\n\n private _containAtLeastOneUpperCaseLetter(): boolean {\n // @ts-ignore\n this.containAtLeastOneUpperCaseLetter = this.criteriaMap\n .get(Criteria.at_least_one_upper_case_char)\n .test(this.password())\n ;\n return this.containAtLeastOneUpperCaseLetter;\n }\n\n private _containAtLeastOneDigit(): boolean {\n // @ts-ignore\n this.containAtLeastOneDigit = this.criteriaMap\n .get(Criteria.at_least_one_digit_char)\n .test(this.password())\n ;\n return this.containAtLeastOneDigit;\n }\n\n private _containAtLeastOneSpecialChar(): boolean {\n // @ts-ignore\n this.containAtLeastOneSpecialChar = this.criteriaMap\n .get(Criteria.at_least_one_special_char)\n .test(this.password())\n ;\n return this.containAtLeastOneSpecialChar;\n }\n\n private _containCustomChars(): boolean {\n // @ts-ignore\n this.containAtCustomChars = this.criteriaMap\n .get(Criteria.at_custom_chars)\n .test(this.password())\n ;\n return this.containAtCustomChars;\n }\n\n ngAfterContentChecked(): void {\n if (this.password()) {\n this.calculatePasswordStrength();\n }\n }\n}\n","<ngs-progress-bar [value]=\"strength\" mode=\"determinate\"/>\n","import { booleanAttribute, Component, input } from '@angular/core';\nimport { Icon } from '@ngstarter-ui/components/icon';\nimport { Button } from '@ngstarter-ui/components/button';\n\n@Component({\n selector: 'ngs-pass-toggle-visibility',\n exportAs: 'ngsPassToggleVisibility',\n imports: [\n Icon,\n Button\n ],\n templateUrl: './pass-toggle-visibility.html',\n styleUrl: './pass-toggle-visibility.scss',\n host: {\n 'class': 'ngs-pass-toggle-visibility',\n }\n})\nexport class PassToggleVisibility {\n visible = input(false, {\n transform: booleanAttribute\n });\n tabindex = input('');\n\n protected _visible = this.visible();\n\n get type() {\n return this._visible ? 'text' : 'password';\n }\n}\n","<button (click)=\"_visible = !_visible\" ngsIconButton\n [attr.tabindex]=\"tabindex() ? tabindex() : null\" type=\"button\">\n @if (_visible) {\n <ngs-icon name=\"fluent:eye-24-regular\"/>\n } @else {\n <ngs-icon name=\"fluent:visibility_off-24-regular\"/>\n }\n</button>\n","import { booleanAttribute, Component, input } from '@angular/core';\nimport { PasswordStrength } from '../password-strength/password-strength';\nimport { Icon } from '@ngstarter-ui/components/icon';\n\n@Component({\n selector: 'ngs-password-strength-info',\n exportAs: 'ngsPasswordStrengthInfo',\n imports: [\n Icon\n ],\n templateUrl: './password-strength-info.html',\n styleUrl: './password-strength-info.scss',\n host: {\n 'class': 'ngs-password-strength-info',\n }\n})\nexport class PasswordStrengthInfo {\n passwordComponent = input.required<PasswordStrength>();\n enableScoreInfo = input(false, {\n transform: booleanAttribute\n });\n lowerCaseCriteriaMessage = input('contains at least one lower character');\n upperCaseCriteriaMessage = input('contains at least one upper character');\n digitsCriteriaMessage = input('contains at least one digit character');\n specialCharsCriteriaMessage = input('contains at least one special character');\n customCharsCriteriaMessage = input('contains at least one custom character');\n minCharsCriteriaMessage = input(`contains at least minimum characters`);\n ngsIconDone = input('checkmark-24-regular');\n ngsIconError = input('error-circle-24-regular');\n}\n","<div class=\"flex flex-col gap-1.5 mt-4\">\n @if (passwordComponent().enableLowerCaseLetterRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneLowerCaseLetter) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ lowerCaseCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableUpperCaseLetterRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneUpperCaseLetter) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ upperCaseCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableDigitRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneDigit) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ digitsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableSpecialCharRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastOneSpecialChar) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ specialCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().enableLengthRule()) {\n <div class=\"row\">\n @if (passwordComponent().containAtLeastMinChars) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ minCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (passwordComponent().customValidator()) {\n <div class=\"row\">\n @if (passwordComponent().containAtCustomChars) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span class=\"text-tiny\">{{ customCharsCriteriaMessage() }}</span>\n </div>\n }\n\n @if (enableScoreInfo()) {\n <div class=\"row\">\n @if (passwordComponent().strength === 100) {\n <ngs-icon name=\"fluent:{{ ngsIconDone() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n } @else {\n <ngs-icon name=\"fluent:{{ ngsIconError() }}\" class=\"font-icon !text-xl !h-7 !w-5\"/>\n }\n\n <span>Password's strength = {{ passwordComponent().strength }} %100</span>\n </div>\n }\n</div>\n","// validator\nexport { RegExpValidator } from './validator/regexp.class';\n\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|