@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,456 @@
|
|
|
1
|
+
@use "@angular/cdk/overlay-prebuilt";
|
|
2
|
+
@use 'tailwindcss';
|
|
3
|
+
|
|
4
|
+
@source not '../styles';
|
|
5
|
+
@source "../node_modules/@ngstarter-ui/components/**/*.mjs";
|
|
6
|
+
@plugin '@tailwindcss/typography';
|
|
7
|
+
@custom-variant dark (&:where(.dark, .dark *));
|
|
8
|
+
|
|
9
|
+
@theme {
|
|
10
|
+
/* --- SYSTEM COLORS (Основа) --- */
|
|
11
|
+
--color-primary: var(--color-primary);
|
|
12
|
+
--color-on-primary: var(--color-on-primary);
|
|
13
|
+
--color-primary-container: var(--color-primary-container);
|
|
14
|
+
--color-on-primary-container: var(--color-on-primary-container);
|
|
15
|
+
|
|
16
|
+
--color-secondary: var(--color-secondary);
|
|
17
|
+
--color-on-secondary: var(--color-on-secondary);
|
|
18
|
+
--color-secondary-container: var(--color-secondary-container);
|
|
19
|
+
--color-on-secondary-container: var(--color-on-secondary-container);
|
|
20
|
+
|
|
21
|
+
--color-tertiary: var(--color-tertiary);
|
|
22
|
+
--color-on-tertiary: var(--color-on-tertiary);
|
|
23
|
+
--color-tertiary-container: var(--color-tertiary-container);
|
|
24
|
+
--color-on-tertiary-container: var(--color-on-tertiary-container);
|
|
25
|
+
|
|
26
|
+
--color-error: var(--color-error);
|
|
27
|
+
--color-on-error: var(--color-on-error);
|
|
28
|
+
--color-error-container: var(--color-error-container);
|
|
29
|
+
--color-on-error-container: var(--color-on-error-container);
|
|
30
|
+
--color-error-container-lowest: var(--color-error-container-lowest);
|
|
31
|
+
--color-error-container-low: var(--color-error-container-low);
|
|
32
|
+
--color-error-container-high: var(--color-error-container-high);
|
|
33
|
+
--color-error-container-highest: var(--color-error-container-highest);
|
|
34
|
+
|
|
35
|
+
--color-informative: var(--color-informative);
|
|
36
|
+
--color-on-informative: var(--color-on-informative);
|
|
37
|
+
--color-informative-container: var(--color-informative-container);
|
|
38
|
+
--color-on-informative-container: var(--color-on-informative-container);
|
|
39
|
+
|
|
40
|
+
--color-negative: var(--color-negative);
|
|
41
|
+
--color-on-negative: var(--color-on-negative);
|
|
42
|
+
--color-negative-container: var(--color-negative-container);
|
|
43
|
+
--color-on-negative-container: var(--color-on-negative-container);
|
|
44
|
+
|
|
45
|
+
--color-positive: var(--color-positive);
|
|
46
|
+
--color-on-positive: var(--color-on-positive);
|
|
47
|
+
--color-positive-container: var(--color-positive-container);
|
|
48
|
+
--color-on-positive-container: var(--color-on-positive-container);
|
|
49
|
+
|
|
50
|
+
--color-notice: var(--color-notice);
|
|
51
|
+
--color-on-notice: var(--color-on-notice);
|
|
52
|
+
--color-notice-container: var(--color-notice-container);
|
|
53
|
+
--color-on-notice-container: var(--color-on-notice-container);
|
|
54
|
+
|
|
55
|
+
--color-background: var(--color-background);
|
|
56
|
+
--color-on-background: var(--color-on-background);
|
|
57
|
+
|
|
58
|
+
--color-surface: var(--color-surface);
|
|
59
|
+
--color-on-surface: var(--color-on-surface);
|
|
60
|
+
--color-on-surface-variant: var(--color-on-surface-variant);
|
|
61
|
+
|
|
62
|
+
--color-surface-container-lowest: var(--color-surface-container-lowest);
|
|
63
|
+
--color-surface-container-low: var(--color-surface-container-low);
|
|
64
|
+
--color-surface-container: var(--color-surface-container);
|
|
65
|
+
--color-surface-container-high: var(--color-surface-container-high);
|
|
66
|
+
--color-surface-container-highest: var(--color-surface-container-highest);
|
|
67
|
+
|
|
68
|
+
--color-outline: var(--color-outline);
|
|
69
|
+
--color-outline-variant: var(--color-outline-variant);
|
|
70
|
+
|
|
71
|
+
--color-faint: var(--color-faint);
|
|
72
|
+
--color-subtle: var(--color-subtle);
|
|
73
|
+
--color-muted: var(--color-muted);
|
|
74
|
+
--color-emphasis: var(--color-emphasis);
|
|
75
|
+
--color-strong: var(--color-strong);
|
|
76
|
+
|
|
77
|
+
/* --- PALETTE HELPERS (Legacy support & shortcuts) --- */
|
|
78
|
+
--color-primary-100: color-mix(in srgb, var(--color-primary), transparent 90%);
|
|
79
|
+
--color-primary-200: color-mix(in srgb, var(--color-primary), transparent 80%);
|
|
80
|
+
--color-primary-300: color-mix(in srgb, var(--color-primary), transparent 70%);
|
|
81
|
+
--color-primary-400: color-mix(in srgb, var(--color-primary), transparent 60%);
|
|
82
|
+
--color-primary-500: color-mix(in srgb, var(--color-primary), transparent 50%);
|
|
83
|
+
--color-primary-600: color-mix(in srgb, var(--color-primary), transparent 40%);
|
|
84
|
+
|
|
85
|
+
--color-secondary-100: color-mix(in srgb, var(--color-secondary), transparent 90%);
|
|
86
|
+
--color-secondary-200: color-mix(in srgb, var(--color-secondary), transparent 80%);
|
|
87
|
+
--color-secondary-300: color-mix(in srgb, var(--color-secondary), transparent 70%);
|
|
88
|
+
--color-secondary-400: color-mix(in srgb, var(--color-secondary), transparent 60%);
|
|
89
|
+
--color-secondary-500: color-mix(in srgb, var(--color-secondary), transparent 50%);
|
|
90
|
+
--color-secondary-600: color-mix(in srgb, var(--color-secondary), transparent 40%);
|
|
91
|
+
|
|
92
|
+
--color-tertiary-100: color-mix(in srgb, var(--color-tertiary), transparent 90%);
|
|
93
|
+
--color-tertiary-200: color-mix(in srgb, var(--color-tertiary), transparent 80%);
|
|
94
|
+
--color-tertiary-300: color-mix(in srgb, var(--color-tertiary), transparent 70%);
|
|
95
|
+
--color-tertiary-400: color-mix(in srgb, var(--color-tertiary), transparent 60%);
|
|
96
|
+
--color-tertiary-500: color-mix(in srgb, var(--color-tertiary), transparent 50%);
|
|
97
|
+
--color-tertiary-600: color-mix(in srgb, var(--color-tertiary), transparent 40%);
|
|
98
|
+
|
|
99
|
+
--color-neutral-50: var(--color-neutral-50);
|
|
100
|
+
--color-neutral-100: var(--color-neutral-100);
|
|
101
|
+
--color-neutral-200: var(--color-neutral-200);
|
|
102
|
+
--color-neutral-300: var(--color-neutral-300);
|
|
103
|
+
--color-neutral-400: var(--color-neutral-400);
|
|
104
|
+
--color-neutral-500: var(--color-neutral-500);
|
|
105
|
+
--color-neutral-600: var(--color-neutral-600);
|
|
106
|
+
--color-neutral-700: var(--color-neutral-700);
|
|
107
|
+
--color-neutral-800: var(--color-neutral-800);
|
|
108
|
+
--color-neutral-900: var(--color-neutral-900);
|
|
109
|
+
--color-neutral-950: var(--color-neutral-950);
|
|
110
|
+
|
|
111
|
+
--color-border: var(--color-border);
|
|
112
|
+
|
|
113
|
+
/* --- FONTS --- */
|
|
114
|
+
--font-sans: "Inter", "Open Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
|
115
|
+
--text-2xs: 0.625rem;
|
|
116
|
+
--text-3xs: 0.563rem;
|
|
117
|
+
--text-tiny: 0.75rem;
|
|
118
|
+
--text-md: 0.825rem;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* --- LIGHT THEME --- */
|
|
122
|
+
:root {
|
|
123
|
+
--color-primary: #036FE3;
|
|
124
|
+
--color-on-primary: #ffffff;
|
|
125
|
+
--color-primary-container: #d6eaff;
|
|
126
|
+
--color-on-primary-container: #001a36;
|
|
127
|
+
|
|
128
|
+
--color-secondary: #475569;
|
|
129
|
+
--color-on-secondary: #ffffff;
|
|
130
|
+
--color-secondary-container: #f1f5f9;
|
|
131
|
+
--color-on-secondary-container: #0f172a;
|
|
132
|
+
|
|
133
|
+
--color-tertiary: #0ea5e9;
|
|
134
|
+
--color-on-tertiary: #ffffff;
|
|
135
|
+
--color-tertiary-container: #e0f2fe;
|
|
136
|
+
--color-on-tertiary-container: #0c4a6e;
|
|
137
|
+
|
|
138
|
+
--color-error: #ef4444;
|
|
139
|
+
--color-on-error: #ffffff;
|
|
140
|
+
--color-error-container: #fee2e2;
|
|
141
|
+
--color-on-error-container: #7f1d1d;
|
|
142
|
+
|
|
143
|
+
--color-error-container-lowest: color-mix(in srgb, var(--color-error), #ffffff 98%);
|
|
144
|
+
--color-error-container-low: color-mix(in srgb, var(--color-error), #ffffff 96%);
|
|
145
|
+
--color-error-container-high: color-mix(in srgb, var(--color-error), #ffffff 86%);
|
|
146
|
+
--color-error-container-highest: color-mix(in srgb, var(--color-error), #ffffff 78%);
|
|
147
|
+
|
|
148
|
+
--color-informative: #3b82f6;
|
|
149
|
+
--color-on-informative: #ffffff;
|
|
150
|
+
--color-informative-container: #dbeafe;
|
|
151
|
+
--color-on-informative-container: #1e3a8a;
|
|
152
|
+
|
|
153
|
+
--color-negative: #ef4444;
|
|
154
|
+
--color-on-negative: #ffffff;
|
|
155
|
+
--color-negative-container: #fee2e2;
|
|
156
|
+
--color-on-negative-container: #7f1d1d;
|
|
157
|
+
|
|
158
|
+
--color-positive: #22c55e;
|
|
159
|
+
--color-on-positive: #ffffff;
|
|
160
|
+
--color-positive-container: #dcfce7;
|
|
161
|
+
--color-on-positive-container: #14532d;
|
|
162
|
+
|
|
163
|
+
--color-notice: #f59e0b;
|
|
164
|
+
--color-on-notice: #ffffff;
|
|
165
|
+
--color-notice-container: #fef3c7;
|
|
166
|
+
--color-on-notice-container: #78350f;
|
|
167
|
+
|
|
168
|
+
--color-background: #ffffff;
|
|
169
|
+
--color-on-background: #0f172a;
|
|
170
|
+
|
|
171
|
+
--color-surface: #ffffff;
|
|
172
|
+
--color-on-surface: #0f172a;
|
|
173
|
+
--color-on-surface-variant: #64748b;
|
|
174
|
+
|
|
175
|
+
--color-neutral-50: #f8fafc;
|
|
176
|
+
--color-neutral-100: #f1f5f9;
|
|
177
|
+
--color-neutral-200: #e2e8f0;
|
|
178
|
+
--color-neutral-300: #cbd5e1;
|
|
179
|
+
--color-neutral-400: #94a3b8;
|
|
180
|
+
--color-neutral-500: #64748b;
|
|
181
|
+
--color-neutral-600: #475569;
|
|
182
|
+
--color-neutral-700: #334155;
|
|
183
|
+
--color-neutral-800: #1e293b;
|
|
184
|
+
--color-neutral-900: #0f172a;
|
|
185
|
+
--color-neutral-950: #020617;
|
|
186
|
+
|
|
187
|
+
/* Surfaces for Cards/Modals */
|
|
188
|
+
--color-surface-container-lowest: #ffffff;
|
|
189
|
+
--color-surface-container-low: #f8fafc;
|
|
190
|
+
--color-surface-container: #f1f5f9;
|
|
191
|
+
--color-surface-container-high: #e2e8f0;
|
|
192
|
+
--color-surface-container-highest: #cbd5e1;
|
|
193
|
+
|
|
194
|
+
--color-outline: color-mix(in srgb, var(--color-primary), #000000 70%);
|
|
195
|
+
--color-outline-variant: color-mix(in srgb, var(--color-primary), #000000 84%);
|
|
196
|
+
|
|
197
|
+
--color-faint: var(--color-surface-container);
|
|
198
|
+
--color-subtle: var(--color-surface-container-high);
|
|
199
|
+
--color-muted: var(--color-surface-container-highest);
|
|
200
|
+
--color-emphasis: #94a3b8;
|
|
201
|
+
--color-strong: #64748b;
|
|
202
|
+
|
|
203
|
+
--color-black: #000;
|
|
204
|
+
--color-white: #fff;
|
|
205
|
+
--color-border: var(--color-surface-container-high);
|
|
206
|
+
|
|
207
|
+
/* Buttons */
|
|
208
|
+
--btn-height: --spacing(11);
|
|
209
|
+
--btn-radius: --spacing(3.5);
|
|
210
|
+
--btn-filled-bg: var(--color-primary);
|
|
211
|
+
--btn-filled-text: var(--color-on-primary);
|
|
212
|
+
--btn-tonal-bg: var(--color-secondary-container);
|
|
213
|
+
--btn-tonal-text: var(--color-on-secondary-container);
|
|
214
|
+
--btn-outlined-border: var(--color-outline);
|
|
215
|
+
--btn-outlined-text: var(--color-primary);
|
|
216
|
+
--btn-text-text: var(--color-primary);
|
|
217
|
+
|
|
218
|
+
/* Forms */
|
|
219
|
+
--input-color: var(--color-primary);
|
|
220
|
+
--input-text: var(--color-on-surface);
|
|
221
|
+
--input-caret: var(--color-primary);
|
|
222
|
+
--input-label-color: var(--color-on-surface-variant);
|
|
223
|
+
--input-label-float-font-size: 12px;
|
|
224
|
+
--input-label-focus: var(--color-primary);
|
|
225
|
+
--input-error: var(--color-error);
|
|
226
|
+
--input-radius: --spacing(3);
|
|
227
|
+
--input-border-color: var(--color-emphasis);
|
|
228
|
+
--input-font-size: 15px;
|
|
229
|
+
--input-border-width: 1px;
|
|
230
|
+
--input-line-height: 1.5;
|
|
231
|
+
--input-padding-x: 0;
|
|
232
|
+
|
|
233
|
+
/* Input Filled */
|
|
234
|
+
--input-filled-bg: var(--color-surface-container-highest);
|
|
235
|
+
--input-filled-indicator: var(--color-on-surface-variant);
|
|
236
|
+
--input-filled-indicator-focus: var(--color-primary);
|
|
237
|
+
|
|
238
|
+
/* Input Outlined */
|
|
239
|
+
--input-outlined-border: var(--color-outline);
|
|
240
|
+
--input-outlined-border-focus: var(--color-primary);
|
|
241
|
+
|
|
242
|
+
/* Navigation */
|
|
243
|
+
--nav-item-color: var(--color-on-surface-variant);
|
|
244
|
+
--nav-item-hover-color: var(--color-on-surface);
|
|
245
|
+
--nav-item-active-color: var(--color-primary);
|
|
246
|
+
--nav-item-hover-bg: linear-gradient(to bottom, var(--color-surface-container-high), var(--color-surface-container));
|
|
247
|
+
--nav-item-active-bg: linear-gradient(to bottom, var(--color-surface-container-high), var(--color-surface-container));
|
|
248
|
+
--nav-item-icon-color: var(--color-on-surface-variant);
|
|
249
|
+
--nav-item-hover-icon-color: var(--color-on-surface);
|
|
250
|
+
--nav-item-active-icon-color: var(--color-primary);
|
|
251
|
+
--nav-item-radius: --spacing(3);
|
|
252
|
+
--nav-item-font-size: theme(--text-sm);
|
|
253
|
+
|
|
254
|
+
/* --- Dropdown --- */
|
|
255
|
+
--dropdown-bg: var(--color-surface-container-lowest);
|
|
256
|
+
--dropdown-shadow: theme(--shadow-md);
|
|
257
|
+
--dropdown-radius: --spacing(3);
|
|
258
|
+
--dropdown-border: 1px solid var(--color-faint);
|
|
259
|
+
--dropdown-max-height: 256px;
|
|
260
|
+
--option-height: --spacing(11);
|
|
261
|
+
|
|
262
|
+
/* --- Table --- */
|
|
263
|
+
--ngs-table-border-color: var(--color-border);
|
|
264
|
+
--ngs-table-background: var(--color-surface);
|
|
265
|
+
--ngs-table-header-cell-color: var(--color-on-surface-variant);
|
|
266
|
+
--ngs-table-row-border-color: var(--ngs-table-border-color);
|
|
267
|
+
--ngs-table-header-cell-font-weight: 500;
|
|
268
|
+
--ngs-table-cell-font-size: 14px;
|
|
269
|
+
--ngs-table-cell-padding: --spacing(1) --spacing(4);
|
|
270
|
+
--ngs-table-header-cell-font-size: 12px;
|
|
271
|
+
--ngs-table-row-height: 52px;
|
|
272
|
+
--ngs-table-header-row-height: 56px;
|
|
273
|
+
|
|
274
|
+
/* --- Overlay --- */
|
|
275
|
+
--overlay-backdrop-bg: rgba(0, 0, 0, 0.25);
|
|
276
|
+
--overlay-backdrop-blur: 3px;
|
|
277
|
+
|
|
278
|
+
/* --- Icon --- */
|
|
279
|
+
--icon-size: --spacing(6);
|
|
280
|
+
--icon-color: inherit;
|
|
281
|
+
|
|
282
|
+
--font-size: 15px;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/* --- DARK THEME --- */
|
|
286
|
+
@media (prefers-color-scheme: dark) {
|
|
287
|
+
:root {
|
|
288
|
+
/* 2.3 SYSTEM COLORS (Dark Overrides) */
|
|
289
|
+
--color-primary: #46a1ff;
|
|
290
|
+
--color-on-primary: #ffffff;
|
|
291
|
+
--color-primary-container: #004791;
|
|
292
|
+
--color-on-primary-container: #d6eaff;
|
|
293
|
+
|
|
294
|
+
--color-secondary: #94a3b8;
|
|
295
|
+
--color-on-secondary: #0f172a;
|
|
296
|
+
--color-secondary-container: #1e293b;
|
|
297
|
+
--color-on-secondary-container: #f1f5f9;
|
|
298
|
+
|
|
299
|
+
--color-tertiary: #38bdf8;
|
|
300
|
+
--color-on-tertiary: #0c4a6e;
|
|
301
|
+
--color-tertiary-container: #075985;
|
|
302
|
+
--color-on-tertiary-container: #e0f2fe;
|
|
303
|
+
|
|
304
|
+
--color-error: #f87171;
|
|
305
|
+
--color-on-error: #450a0a;
|
|
306
|
+
--color-error-container: #7f1d1d;
|
|
307
|
+
--color-on-error-container: #fef2f2;
|
|
308
|
+
--color-error-container-lowest: color-mix(in srgb, var(--color-error), #000000 92%);
|
|
309
|
+
--color-error-container-low: color-mix(in srgb, var(--color-error), #000000 88%);
|
|
310
|
+
--color-error-container-high: color-mix(in srgb, var(--color-error), #000000 80%);
|
|
311
|
+
--color-error-container-highest: color-mix(in srgb, var(--color-error), #000000 76%);
|
|
312
|
+
|
|
313
|
+
--color-informative: #60a5fa;
|
|
314
|
+
--color-on-informative: #1e3a8a;
|
|
315
|
+
--color-informative-container: #1e3a8a;
|
|
316
|
+
--color-on-informative-container: #dbeafe;
|
|
317
|
+
|
|
318
|
+
--color-negative: #f87171;
|
|
319
|
+
--color-on-negative: #450a0a;
|
|
320
|
+
--color-negative-container: #7f1d1d;
|
|
321
|
+
--color-on-negative-container: #fef2f2;
|
|
322
|
+
|
|
323
|
+
--color-positive: #4ade80;
|
|
324
|
+
--color-on-positive: #064e3b;
|
|
325
|
+
--color-positive-container: #064e3b;
|
|
326
|
+
--color-on-positive-container: #dcfce7;
|
|
327
|
+
|
|
328
|
+
--color-notice: #fbbf24;
|
|
329
|
+
--color-on-notice: #78350f;
|
|
330
|
+
--color-notice-container: #78350f;
|
|
331
|
+
--color-on-notice-container: #fef3c7;
|
|
332
|
+
|
|
333
|
+
--color-background: #0f172a;
|
|
334
|
+
--color-on-background: #f8fafc;
|
|
335
|
+
|
|
336
|
+
--color-surface: #0f172a;
|
|
337
|
+
--color-on-surface: #f8fafc;
|
|
338
|
+
--color-on-surface-variant: #94a3b8;
|
|
339
|
+
|
|
340
|
+
--color-surface-container-lowest: #020617;
|
|
341
|
+
--color-surface-container-low: #0f172a;
|
|
342
|
+
--color-surface-container: #1e293b;
|
|
343
|
+
--color-surface-container-high: #334155;
|
|
344
|
+
--color-surface-container-highest: #475569;
|
|
345
|
+
|
|
346
|
+
--color-outline: color-mix(in srgb, var(--color-primary), #ffffff 70%);
|
|
347
|
+
--color-outline-variant: color-mix(in srgb, var(--color-primary), #ffffff 84%);
|
|
348
|
+
|
|
349
|
+
--color-faint: var(--color-surface-container-low);
|
|
350
|
+
--color-subtle: var(--color-surface-container);
|
|
351
|
+
--color-muted: var(--color-surface-container-high);
|
|
352
|
+
--color-emphasis: color-mix(in srgb, var(--color-primary), #ffffff 40%);
|
|
353
|
+
--color-strong: color-mix(in srgb, var(--color-primary), #ffffff 20%);
|
|
354
|
+
|
|
355
|
+
/* --- DROPDOWN --- */
|
|
356
|
+
--dropdown-bg: var(--color-surface-container-lowest);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
/* Дублируем для ручного переключения класса .dark */
|
|
361
|
+
.dark {
|
|
362
|
+
--color-primary: #46a1ff;
|
|
363
|
+
--color-on-primary: #ffffff;
|
|
364
|
+
--color-primary-container: #004791;
|
|
365
|
+
--color-on-primary-container: #d6eaff;
|
|
366
|
+
|
|
367
|
+
--color-secondary: #94a3b8;
|
|
368
|
+
--color-on-secondary: #0f172a;
|
|
369
|
+
--color-secondary-container: #1e293b;
|
|
370
|
+
--color-on-secondary-container: #f1f5f9;
|
|
371
|
+
|
|
372
|
+
--color-tertiary: #38bdf8;
|
|
373
|
+
--color-on-tertiary: #0c4a6e;
|
|
374
|
+
--color-tertiary-container: #075985;
|
|
375
|
+
--color-on-tertiary-container: #e0f2fe;
|
|
376
|
+
|
|
377
|
+
--color-error: #f87171;
|
|
378
|
+
--color-on-error: #450a0a;
|
|
379
|
+
--color-error-container: #7f1d1d;
|
|
380
|
+
--color-on-error-container: #fef2f2;
|
|
381
|
+
--color-error-container-lowest: color-mix(in srgb, var(--color-error), #000000 92%);
|
|
382
|
+
--color-error-container-low: color-mix(in srgb, var(--color-error), #000000 88%);
|
|
383
|
+
--color-error-container-high: color-mix(in srgb, var(--color-error), #000000 80%);
|
|
384
|
+
--color-error-container-highest: color-mix(in srgb, var(--color-error), #000000 76%);
|
|
385
|
+
|
|
386
|
+
--color-informative: #60a5fa;
|
|
387
|
+
--color-on-informative: #1e3a8a;
|
|
388
|
+
--color-informative-container: #1e3a8a;
|
|
389
|
+
--color-on-informative-container: #dbeafe;
|
|
390
|
+
|
|
391
|
+
--color-negative: #f87171;
|
|
392
|
+
--color-on-negative: #450a0a;
|
|
393
|
+
--color-negative-container: #7f1d1d;
|
|
394
|
+
--color-on-negative-container: #fef2f2;
|
|
395
|
+
|
|
396
|
+
--color-positive: #4ade80;
|
|
397
|
+
--color-on-positive: #064e3b;
|
|
398
|
+
--color-positive-container: #064e3b;
|
|
399
|
+
--color-on-positive-container: #dcfce7;
|
|
400
|
+
|
|
401
|
+
--color-notice: #fbbf24;
|
|
402
|
+
--color-on-notice: #78350f;
|
|
403
|
+
--color-notice-container: #78350f;
|
|
404
|
+
--color-on-notice-container: #fef3c7;
|
|
405
|
+
|
|
406
|
+
--color-background: #0f172a;
|
|
407
|
+
--color-on-background: #f8fafc;
|
|
408
|
+
|
|
409
|
+
--color-surface: #0f172a;
|
|
410
|
+
--color-on-surface: #f8fafc;
|
|
411
|
+
--color-on-surface-variant: #94a3b8;
|
|
412
|
+
|
|
413
|
+
--color-surface-container-lowest: #020617;
|
|
414
|
+
--color-surface-container-low: #0f172a;
|
|
415
|
+
--color-surface-container: #1e293b;
|
|
416
|
+
--color-surface-container-high: #334155;
|
|
417
|
+
--color-surface-container-highest: #475569;
|
|
418
|
+
|
|
419
|
+
--color-outline: color-mix(in srgb, var(--color-primary), #ffffff 70%);
|
|
420
|
+
--color-outline-variant: color-mix(in srgb, var(--color-primary), #ffffff 84%);
|
|
421
|
+
|
|
422
|
+
--color-faint: var(--color-surface-container-low);
|
|
423
|
+
--color-subtle: var(--color-surface-container);
|
|
424
|
+
--color-muted: var(--color-surface-container-high);
|
|
425
|
+
--color-emphasis: color-mix(in srgb, var(--color-primary), #ffffff 40%);
|
|
426
|
+
--color-strong: color-mix(in srgb, var(--color-primary), #ffffff 20%);
|
|
427
|
+
|
|
428
|
+
/* --- DROPDOWN --- */
|
|
429
|
+
--dropdown-bg: var(--color-surface-container-lowest);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
/* ========================================================================
|
|
433
|
+
3. BASE STYLES
|
|
434
|
+
======================================================================== */
|
|
435
|
+
@layer base {
|
|
436
|
+
body {
|
|
437
|
+
background: var(--color-background);
|
|
438
|
+
color: var(--color-on-background);
|
|
439
|
+
font-family: var(--font-sans), serif;
|
|
440
|
+
-webkit-font-smoothing: antialiased;
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/* ========================================================================
|
|
445
|
+
4. COMPONENTS
|
|
446
|
+
======================================================================== */
|
|
447
|
+
@keyframes ngs-dropdown-panel-showing {
|
|
448
|
+
from {
|
|
449
|
+
opacity: 0;
|
|
450
|
+
transform: scaleY(0.8);
|
|
451
|
+
}
|
|
452
|
+
to {
|
|
453
|
+
opacity: 1;
|
|
454
|
+
transform: scaleY(1);
|
|
455
|
+
}
|
|
456
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
@reference 'tailwindcss';
|
|
2
|
+
|
|
3
|
+
html {
|
|
4
|
+
min-height: 100vh;
|
|
5
|
+
-webkit-font-smoothing: antialiased;
|
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
|
7
|
+
|
|
8
|
+
* {
|
|
9
|
+
&::-webkit-scrollbar {
|
|
10
|
+
width: 10px;
|
|
11
|
+
height: 10px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&::-webkit-scrollbar-track {
|
|
15
|
+
background: transparent;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&::-webkit-scrollbar-thumb {
|
|
19
|
+
background: var(--color-neutral-200);
|
|
20
|
+
border-radius: 10px;
|
|
21
|
+
background-clip: content-box;
|
|
22
|
+
|
|
23
|
+
&:hover {
|
|
24
|
+
background: var(--color-neutral-300);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.input {
|
|
31
|
+
border: 1px solid var(--input-border-color);
|
|
32
|
+
border-radius: var(--input-radius);
|
|
33
|
+
background: var(--ngs-form-field-bg);
|
|
34
|
+
padding: 0 var(--input-padding-x);
|
|
35
|
+
color: var(--input-text);
|
|
36
|
+
font-size: var(--input-font-size);
|
|
37
|
+
line-height: var(--input-line-height);
|
|
38
|
+
|
|
39
|
+
&:focus {
|
|
40
|
+
transition: border-color 0.2s, box-shadow 0.2s;
|
|
41
|
+
border-color: var(--input-outlined-border-focus);
|
|
42
|
+
box-shadow: 0 0 0 1px var(--input-outlined-border-focus);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.ngs-ripple {
|
|
47
|
+
position: relative;
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
|
|
50
|
+
&.ngs-ripple-unbounded {
|
|
51
|
+
overflow: visible;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.ngs-ripple-element {
|
|
56
|
+
position: absolute;
|
|
57
|
+
border-radius: 50%;
|
|
58
|
+
pointer-events: none;
|
|
59
|
+
transition: opacity, transform cubic-bezier(0, 0, 0.2, 1);
|
|
60
|
+
transform: scale3d(0, 0, 0);
|
|
61
|
+
background: currentColor;
|
|
62
|
+
opacity: 0.12;
|
|
63
|
+
z-index: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.cdk-visually-hidden {
|
|
67
|
+
display: none;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.cdk-overlay-backdrop {
|
|
71
|
+
background: var(--overlay-backdrop-bg);
|
|
72
|
+
opacity: 0;
|
|
73
|
+
transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
74
|
+
|
|
75
|
+
&.cdk-overlay-backdrop-showing {
|
|
76
|
+
opacity: 1;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.cdk-overlay-transparent-backdrop {
|
|
81
|
+
background: transparent;
|
|
82
|
+
backdrop-filter: none;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.ngs-tour-step-overlay {
|
|
86
|
+
z-index: 1200 !important;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
body:has(ngs-tour-backdrop) {
|
|
90
|
+
overflow: hidden;
|
|
91
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class ActionRequired {
|
|
4
|
+
actionText: _angular_core.InputSignal<string | undefined>;
|
|
5
|
+
iconName: _angular_core.InputSignal<string | undefined>;
|
|
6
|
+
description: _angular_core.InputSignal<string>;
|
|
7
|
+
buttonText: _angular_core.InputSignal<string>;
|
|
8
|
+
readonly buttonClicked: _angular_core.OutputEmitterRef<void>;
|
|
9
|
+
protected getIconName(iconName: string): string;
|
|
10
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ActionRequired, never>;
|
|
11
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ActionRequired, "ngs-action-required", ["ngsActionRequired"], { "actionText": { "alias": "actionText"; "required": false; "isSignal": true; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": true; "isSignal": true; }; "buttonText": { "alias": "buttonText"; "required": true; "isSignal": true; }; }, { "buttonClicked": "buttonClicked"; }, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { ActionRequired };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, InjectionToken } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class AlertIconDirective {
|
|
5
|
+
readonly templateRef: TemplateRef<any> | null;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertIconDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AlertIconDirective, "[ngsAlertIcon]", ["ngsAlertIcon"], {}, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
declare class Alert {
|
|
11
|
+
private _renderer;
|
|
12
|
+
private _elementRef;
|
|
13
|
+
readonly iconRef: i0.Signal<AlertIconDirective | undefined>;
|
|
14
|
+
autoClose: i0.InputSignalWithTransform<number | null, unknown>;
|
|
15
|
+
bordered: i0.InputSignalWithTransform<boolean, unknown>;
|
|
16
|
+
variant: i0.InputSignal<string>;
|
|
17
|
+
readonly closed: i0.OutputEmitterRef<void>;
|
|
18
|
+
private _autoCloseTimeout;
|
|
19
|
+
constructor();
|
|
20
|
+
get api(): {
|
|
21
|
+
close: () => void;
|
|
22
|
+
};
|
|
23
|
+
protected get iconRefTemplate(): TemplateRef<any>;
|
|
24
|
+
private _close;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Alert, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Alert, "ngs-alert", ["ngsAlert"], { "autoClose": { "alias": "autoClose"; "required": false; "isSignal": true; }; "bordered": { "alias": "bordered"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, ["iconRef"], ["[ngsAlertIcon]", "ngs-alert-title,[ngsAlertTitle]", "*", "[ngsAlertAction]"], true, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare class AlertTitleDirective {
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertTitleDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AlertTitleDirective, "ngs-alert-title,[ngsAlertTitle]", ["ngsAlertTitle"], {}, {}, never, never, true, never>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
declare class AlertCloseDirective {
|
|
35
|
+
private _alert;
|
|
36
|
+
protected _handleClick(): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertCloseDirective, never>;
|
|
38
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AlertCloseDirective, "[ngsAlertClose]", ["ngsAlertClose"], {}, {}, never, never, true, never>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
declare class AlertActionDirective {
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertActionDirective, never>;
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AlertActionDirective, "[ngsAlertAction]", ["ngsAlertAction"], {}, {}, never, never, true, never>;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
declare const ALERT: InjectionToken<unknown>;
|
|
47
|
+
type AlertVariant = 'default' | 'secondary' | 'positive' | 'informative' | 'negative' | 'notice' | string;
|
|
48
|
+
|
|
49
|
+
export { ALERT, Alert, AlertActionDirective, AlertCloseDirective, AlertIconDirective, AlertTitleDirective };
|
|
50
|
+
export type { AlertVariant };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import * as _ngrx_signals from '@ngrx/signals';
|
|
3
|
+
|
|
4
|
+
type AnnouncementVariant = 'neutral' | 'negative' | 'warning' | 'positive' | 'informative' | string;
|
|
5
|
+
interface AnnouncementData {
|
|
6
|
+
title?: string;
|
|
7
|
+
iconName?: string;
|
|
8
|
+
variant: AnnouncementVariant;
|
|
9
|
+
message: string;
|
|
10
|
+
linkTo?: AnnouncementLinkTo;
|
|
11
|
+
}
|
|
12
|
+
interface AnnouncementLinkTo {
|
|
13
|
+
url: string;
|
|
14
|
+
text?: string;
|
|
15
|
+
target?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
declare class Announcement {
|
|
19
|
+
private _elementRef;
|
|
20
|
+
private _renderer;
|
|
21
|
+
title: _angular_core.InputSignal<string>;
|
|
22
|
+
variant: _angular_core.InputSignal<string>;
|
|
23
|
+
iconName: _angular_core.InputSignal<string>;
|
|
24
|
+
closable: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
25
|
+
linkTo: _angular_core.InputSignal<AnnouncementLinkTo | null | undefined>;
|
|
26
|
+
readonly closed: _angular_core.OutputEmitterRef<void>;
|
|
27
|
+
constructor();
|
|
28
|
+
protected close(): void;
|
|
29
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Announcement, never>;
|
|
30
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Announcement, "ngs-announcement", ["ngsAnnouncement"], { "title": { "alias": "title"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; "linkTo": { "alias": "linkTo"; "required": false; "isSignal": true; }; }, { "closed": "closed"; }, never, ["*"], true, never>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
declare class AnnouncementGlobal {
|
|
34
|
+
private _announcementStore;
|
|
35
|
+
announcement: _angular_core.Signal<AnnouncementData>;
|
|
36
|
+
readonly announcementClose: _angular_core.OutputEmitterRef<void>;
|
|
37
|
+
onClose(): void;
|
|
38
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AnnouncementGlobal, never>;
|
|
39
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AnnouncementGlobal, "ngs-announcement-global", ["ngsAnnouncementGlobal"], {}, { "announcementClose": "announcementClose"; }, never, never, true, never>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
declare class AnnouncementTitle {
|
|
43
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AnnouncementTitle, never>;
|
|
44
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AnnouncementTitle, "[ngsAnnouncementTitle]", never, {}, {}, never, never, true, never>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
interface AnnouncementState {
|
|
48
|
+
announcement: AnnouncementData | null;
|
|
49
|
+
}
|
|
50
|
+
declare const AnnouncementStore: _angular_core.Type<{
|
|
51
|
+
announcement: _angular_core.Signal<AnnouncementData | null>;
|
|
52
|
+
show: (announcement: AnnouncementData) => void;
|
|
53
|
+
hide: () => void;
|
|
54
|
+
} & _ngrx_signals.StateSource<{
|
|
55
|
+
announcement: AnnouncementData | null;
|
|
56
|
+
}>>;
|
|
57
|
+
|
|
58
|
+
export { Announcement, AnnouncementGlobal, AnnouncementStore, AnnouncementTitle };
|
|
59
|
+
export type { AnnouncementData, AnnouncementLinkTo, AnnouncementState, AnnouncementVariant };
|