@tedi-design-system/angular 3.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -0
- package/community/components/cards/accordion/accordion/accordion.component.d.ts +22 -0
- package/community/components/cards/accordion/accordion/accordion.component.d.ts.map +1 -0
- package/community/components/cards/accordion/accordion-icon/accordion-icon.component.d.ts +7 -0
- package/community/components/cards/accordion/accordion-icon/accordion-icon.component.d.ts.map +1 -0
- package/community/components/cards/accordion/accordion-item/accordion-item.component.d.ts +20 -0
- package/community/components/cards/accordion/accordion-item/accordion-item.component.d.ts.map +1 -0
- package/community/components/cards/accordion/accordion-item-content/accordion-item-content.component.d.ts +12 -0
- package/community/components/cards/accordion/accordion-item-content/accordion-item-content.component.d.ts.map +1 -0
- package/community/components/cards/accordion/accordion-item-header/accordion-item-header.component.d.ts +42 -0
- package/community/components/cards/accordion/accordion-item-header/accordion-item-header.component.d.ts.map +1 -0
- package/community/components/cards/accordion/index.d.ts +6 -0
- package/community/components/cards/accordion/index.d.ts.map +1 -0
- package/community/components/cards/card/card-colors.directive.d.ts +13 -0
- package/community/components/cards/card/card-colors.directive.d.ts.map +1 -0
- package/community/components/cards/card/card-content/card-content.component.d.ts +25 -0
- package/community/components/cards/card/card-content/card-content.component.d.ts.map +1 -0
- package/community/components/cards/card/card-header/card-header.component.d.ts +14 -0
- package/community/components/cards/card/card-header/card-header.component.d.ts.map +1 -0
- package/community/components/cards/card/card-padding.directive.d.ts +21 -0
- package/community/components/cards/card/card-padding.directive.d.ts.map +1 -0
- package/community/components/cards/card/card-row/card-row.component.d.ts +11 -0
- package/community/components/cards/card/card-row/card-row.component.d.ts.map +1 -0
- package/community/components/cards/card/card.component.d.ts +30 -0
- package/community/components/cards/card/card.component.d.ts.map +1 -0
- package/community/components/cards/card/index.d.ts +7 -0
- package/community/components/cards/card/index.d.ts.map +1 -0
- package/community/components/cards/index.d.ts +3 -0
- package/community/components/cards/index.d.ts.map +1 -0
- package/community/components/form/checkbox/checkbox/checkbox.component.d.ts +38 -0
- package/community/components/form/checkbox/checkbox/checkbox.component.d.ts.map +1 -0
- package/community/components/form/checkbox/checkbox-card-group/checkbox-card-group.component.d.ts +22 -0
- package/community/components/form/checkbox/checkbox-card-group/checkbox-card-group.component.d.ts.map +1 -0
- package/community/components/form/checkbox/checkbox-group/checkbox-group.component.d.ts +23 -0
- package/community/components/form/checkbox/checkbox-group/checkbox-group.component.d.ts.map +1 -0
- package/community/components/form/checkbox/index.d.ts +4 -0
- package/community/components/form/checkbox/index.d.ts.map +1 -0
- package/community/components/form/choicegroup/choicegroup.directive.d.ts +11 -0
- package/community/components/form/choicegroup/choicegroup.directive.d.ts.map +1 -0
- package/community/components/form/file-dropzone/constants.d.ts +13 -0
- package/community/components/form/file-dropzone/constants.d.ts.map +1 -0
- package/community/components/form/file-dropzone/file-dropzone.component.d.ts +133 -0
- package/community/components/form/file-dropzone/file-dropzone.component.d.ts.map +1 -0
- package/community/components/form/file-dropzone/file.service.d.ts +25 -0
- package/community/components/form/file-dropzone/file.service.d.ts.map +1 -0
- package/community/components/form/file-dropzone/index.d.ts +2 -0
- package/community/components/form/file-dropzone/index.d.ts.map +1 -0
- package/community/components/form/file-dropzone/types.d.ts +23 -0
- package/community/components/form/file-dropzone/types.d.ts.map +1 -0
- package/community/components/form/file-dropzone/utils.d.ts +7 -0
- package/community/components/form/file-dropzone/utils.d.ts.map +1 -0
- package/community/components/form/form-field/form-field.component.d.ts +6 -0
- package/community/components/form/form-field/form-field.component.d.ts.map +1 -0
- package/community/components/form/index.d.ts +11 -0
- package/community/components/form/index.d.ts.map +1 -0
- package/community/components/form/input/input.component.d.ts +19 -0
- package/community/components/form/input/input.component.d.ts.map +1 -0
- package/community/components/form/input-group/input-group.component.d.ts +38 -0
- package/community/components/form/input-group/input-group.component.d.ts.map +1 -0
- package/community/components/form/radio/index.d.ts +4 -0
- package/community/components/form/radio/index.d.ts.map +1 -0
- package/community/components/form/radio/radio/radio.component.d.ts +27 -0
- package/community/components/form/radio/radio/radio.component.d.ts.map +1 -0
- package/community/components/form/radio/radio-card-group/radio-card-group.component.d.ts +9 -0
- package/community/components/form/radio/radio-card-group/radio-card-group.component.d.ts.map +1 -0
- package/community/components/form/radio/radio-group/radio-group.component.d.ts +37 -0
- package/community/components/form/radio/radio-group/radio-group.component.d.ts.map +1 -0
- package/community/components/form/search/search.component.d.ts +115 -0
- package/community/components/form/search/search.component.d.ts.map +1 -0
- package/community/components/form/select/index.d.ts +4 -0
- package/community/components/form/select/index.d.ts.map +1 -0
- package/community/components/form/select/multiselect.component.d.ts +108 -0
- package/community/components/form/select/multiselect.component.d.ts.map +1 -0
- package/community/components/form/select/select-option.component.d.ts +26 -0
- package/community/components/form/select/select-option.component.d.ts.map +1 -0
- package/community/components/form/select/select.component.d.ts +77 -0
- package/community/components/form/select/select.component.d.ts.map +1 -0
- package/community/components/form/textarea/textarea.component.d.ts +17 -0
- package/community/components/form/textarea/textarea.component.d.ts.map +1 -0
- package/community/components/navigation/breadcrumbs/breadcrumbs.component.d.ts +48 -0
- package/community/components/navigation/breadcrumbs/breadcrumbs.component.d.ts.map +1 -0
- package/community/components/navigation/index.d.ts +4 -0
- package/community/components/navigation/index.d.ts.map +1 -0
- package/community/components/navigation/pagination/pagination-page/pagination-page.component.d.ts +10 -0
- package/community/components/navigation/pagination/pagination-page/pagination-page.component.d.ts.map +1 -0
- package/community/components/navigation/pagination/pagination.component.d.ts +20 -0
- package/community/components/navigation/pagination/pagination.component.d.ts.map +1 -0
- package/community/components/navigation/pagination/pagination.utils.d.ts +2 -0
- package/community/components/navigation/pagination/pagination.utils.d.ts.map +1 -0
- package/community/components/navigation/tabs/index.d.ts +4 -0
- package/community/components/navigation/tabs/index.d.ts.map +1 -0
- package/community/components/navigation/tabs/tab/tab.component.d.ts +21 -0
- package/community/components/navigation/tabs/tab/tab.component.d.ts.map +1 -0
- package/community/components/navigation/tabs/tab-content/tab-content.component.d.ts +9 -0
- package/community/components/navigation/tabs/tab-content/tab-content.component.d.ts.map +1 -0
- package/community/components/navigation/tabs/tabs.component.d.ts +19 -0
- package/community/components/navigation/tabs/tabs.component.d.ts.map +1 -0
- package/community/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.d.ts +20 -0
- package/community/components/overlay/dropdown/dropdown-trigger/dropdown-trigger.directive.d.ts.map +1 -0
- package/community/components/overlay/dropdown/dropdown.component.d.ts +20 -0
- package/community/components/overlay/dropdown/dropdown.component.d.ts.map +1 -0
- package/community/components/overlay/dropdown-item/dropdown-item.component.d.ts +35 -0
- package/community/components/overlay/dropdown-item/dropdown-item.component.d.ts.map +1 -0
- package/community/components/overlay/index.d.ts +5 -0
- package/community/components/overlay/index.d.ts.map +1 -0
- package/community/components/overlay/modal/footer/modal-footer.component.d.ts +23 -0
- package/community/components/overlay/modal/footer/modal-footer.component.d.ts.map +1 -0
- package/community/components/overlay/modal/header/modal-header.component.d.ts +15 -0
- package/community/components/overlay/modal/header/modal-header.component.d.ts.map +1 -0
- package/community/components/overlay/modal/index.d.ts +4 -0
- package/community/components/overlay/modal/index.d.ts.map +1 -0
- package/community/components/overlay/modal/modal.component.d.ts +23 -0
- package/community/components/overlay/modal/modal.component.d.ts.map +1 -0
- package/community/components/table/index.d.ts +2 -0
- package/community/components/table/index.d.ts.map +1 -0
- package/community/components/table/table-styles/table-styles.component.d.ts +11 -0
- package/community/components/table/table-styles/table-styles.component.d.ts.map +1 -0
- package/community/components/tags/index.d.ts +3 -0
- package/community/components/tags/index.d.ts.map +1 -0
- package/community/components/tags/status-badge/status-badge.component.d.ts +54 -0
- package/community/components/tags/status-badge/status-badge.component.d.ts.map +1 -0
- package/community/components/tags/tag/tag.component.d.ts +32 -0
- package/community/components/tags/tag/tag.component.d.ts.map +1 -0
- package/community/index.d.ts +7 -0
- package/community/index.d.ts.map +1 -0
- package/community/tedi-design-system-angular-community.d.ts.map +1 -0
- package/fesm2022/tedi-design-system-angular-community.mjs +2906 -0
- package/fesm2022/tedi-design-system-angular-community.mjs.map +1 -0
- package/fesm2022/tedi-design-system-angular-tedi.mjs +3135 -0
- package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -0
- package/fesm2022/tedi-design-system-angular.mjs +6 -0
- package/fesm2022/tedi-design-system-angular.mjs.map +1 -0
- package/fonts/README.md +34 -0
- package/fonts/material-symbols-outlined.woff2 +0 -0
- package/fonts/material-symbols-rounded.woff2 +0 -0
- package/fonts/material-symbols-sharp.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-300-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-300.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-400-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-400.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-700-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-700.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-300-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-300.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-400-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-400.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-700-italic.woff2 +0 -0
- package/fonts/roboto-v30-cyrillic-ext-700.woff2 +0 -0
- package/fonts/roboto-v30-latin-300-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-300.woff2 +0 -0
- package/fonts/roboto-v30-latin-400-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-400.woff2 +0 -0
- package/fonts/roboto-v30-latin-700-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-700.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-300-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-300.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-400-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-400.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-700-italic.woff2 +0 -0
- package/fonts/roboto-v30-latin-ext-700.woff2 +0 -0
- package/index.css +1 -0
- package/index.d.ts +6 -0
- package/package.json +76 -0
- package/public-api.d.ts +3 -0
- package/public-api.d.ts.map +1 -0
- package/tedi/components/base/icon/icon.component.d.ts +47 -0
- package/tedi/components/base/icon/icon.component.d.ts.map +1 -0
- package/tedi/components/base/index.d.ts +3 -0
- package/tedi/components/base/index.d.ts.map +1 -0
- package/tedi/components/base/text/text.component.d.ts +20 -0
- package/tedi/components/base/text/text.component.d.ts.map +1 -0
- package/tedi/components/buttons/button/button.component.d.ts +25 -0
- package/tedi/components/buttons/button/button.component.d.ts.map +1 -0
- package/tedi/components/buttons/closing-button/closing-button.component.d.ts +24 -0
- package/tedi/components/buttons/closing-button/closing-button.component.d.ts.map +1 -0
- package/tedi/components/buttons/collapse/collapse.component.d.ts +37 -0
- package/tedi/components/buttons/collapse/collapse.component.d.ts.map +1 -0
- package/tedi/components/buttons/index.d.ts +5 -0
- package/tedi/components/buttons/index.d.ts.map +1 -0
- package/tedi/components/buttons/info-button/info-button.component.d.ts +6 -0
- package/tedi/components/buttons/info-button/info-button.component.d.ts.map +1 -0
- package/tedi/components/content/index.d.ts +3 -0
- package/tedi/components/content/index.d.ts.map +1 -0
- package/tedi/components/content/list/list.component.d.ts +18 -0
- package/tedi/components/content/list/list.component.d.ts.map +1 -0
- package/tedi/components/content/text-group/index.d.ts +4 -0
- package/tedi/components/content/text-group/index.d.ts.map +1 -0
- package/tedi/components/content/text-group/text-group-label.component.d.ts +6 -0
- package/tedi/components/content/text-group/text-group-label.component.d.ts.map +1 -0
- package/tedi/components/content/text-group/text-group-value.component.d.ts +6 -0
- package/tedi/components/content/text-group/text-group-value.component.d.ts.map +1 -0
- package/tedi/components/content/text-group/text-group.component.d.ts +30 -0
- package/tedi/components/content/text-group/text-group.component.d.ts.map +1 -0
- package/tedi/components/form/feedback-text/feedback-text.component.d.ts +25 -0
- package/tedi/components/form/feedback-text/feedback-text.component.d.ts.map +1 -0
- package/tedi/components/form/index.d.ts +5 -0
- package/tedi/components/form/index.d.ts.map +1 -0
- package/tedi/components/form/label/label.component.d.ts +18 -0
- package/tedi/components/form/label/label.component.d.ts.map +1 -0
- package/tedi/components/form/number-field/number-field.component.d.ts +86 -0
- package/tedi/components/form/number-field/number-field.component.d.ts.map +1 -0
- package/tedi/components/form/toggle/toggle.component.d.ts +61 -0
- package/tedi/components/form/toggle/toggle.component.d.ts.map +1 -0
- package/tedi/components/helpers/grid/col/col.component.d.ts +37 -0
- package/tedi/components/helpers/grid/col/col.component.d.ts.map +1 -0
- package/tedi/components/helpers/grid/index.d.ts +3 -0
- package/tedi/components/helpers/grid/index.d.ts.map +1 -0
- package/tedi/components/helpers/grid/row/row.component.d.ts +60 -0
- package/tedi/components/helpers/grid/row/row.component.d.ts.map +1 -0
- package/tedi/components/helpers/index.d.ts +4 -0
- package/tedi/components/helpers/index.d.ts.map +1 -0
- package/tedi/components/helpers/separator/separator.component.d.ts +57 -0
- package/tedi/components/helpers/separator/separator.component.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/index.d.ts +5 -0
- package/tedi/components/helpers/timeline/index.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/timeline-description/timeline-description.component.d.ts +6 -0
- package/tedi/components/helpers/timeline/timeline-description/timeline-description.component.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/timeline-item/timeline-item.component.d.ts +19 -0
- package/tedi/components/helpers/timeline/timeline-item/timeline-item.component.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/timeline-title/timeline-title.component.d.ts +6 -0
- package/tedi/components/helpers/timeline/timeline-title/timeline-title.component.d.ts.map +1 -0
- package/tedi/components/helpers/timeline/timeline.component.d.ts +12 -0
- package/tedi/components/helpers/timeline/timeline.component.d.ts.map +1 -0
- package/tedi/components/index.d.ts +11 -0
- package/tedi/components/index.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer-body/footer-body.component.d.ts +9 -0
- package/tedi/components/layout/footer/footer-body/footer-body.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer-bottom/footer-bottom.component.d.ts +19 -0
- package/tedi/components/layout/footer/footer-bottom/footer-bottom.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer-section/footer-section.component.d.ts +26 -0
- package/tedi/components/layout/footer/footer-section/footer-section.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer-side/footer-side.component.d.ts +21 -0
- package/tedi/components/layout/footer/footer-side/footer-side.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/footer.component.d.ts +9 -0
- package/tedi/components/layout/footer/footer.component.d.ts.map +1 -0
- package/tedi/components/layout/footer/index.d.ts +6 -0
- package/tedi/components/layout/footer/index.d.ts.map +1 -0
- package/tedi/components/layout/header/header-actions/header-actions.component.d.ts +6 -0
- package/tedi/components/layout/header/header-actions/header-actions.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-content/header-content.component.d.ts +6 -0
- package/tedi/components/layout/header/header-content/header-content.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-language/header-language.component.d.ts +25 -0
- package/tedi/components/layout/header/header-language/header-language.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-login/header-login.component.d.ts +14 -0
- package/tedi/components/layout/header/header-login/header-login.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-logout/header-logout.component.d.ts +10 -0
- package/tedi/components/layout/header/header-logout/header-logout.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-profile/header-profile.component.d.ts +20 -0
- package/tedi/components/layout/header/header-profile/header-profile.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header-role/header-role.component.d.ts +40 -0
- package/tedi/components/layout/header/header-role/header-role.component.d.ts.map +1 -0
- package/tedi/components/layout/header/header.component.d.ts +6 -0
- package/tedi/components/layout/header/header.component.d.ts.map +1 -0
- package/tedi/components/layout/header/index.d.ts +9 -0
- package/tedi/components/layout/header/index.d.ts.map +1 -0
- package/tedi/components/layout/index.d.ts +4 -0
- package/tedi/components/layout/index.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/index.d.ts +9 -0
- package/tedi/components/layout/sidenav/index.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown/sidenav-dropdown.component.d.ts +15 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown/sidenav-dropdown.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown-group/sidenav-dropdown-group.component.d.ts +6 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown-group/sidenav-dropdown-group.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts +20 -0
- package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-group-title/sidenav-group-title.component.d.ts +6 -0
- package/tedi/components/layout/sidenav/sidenav-group-title/sidenav-group-title.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts +37 -0
- package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-overlay/sidenav-overlay.component.d.ts +10 -0
- package/tedi/components/layout/sidenav/sidenav-overlay/sidenav-overlay.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav-toggle/sidenav-toggle.component.d.ts +13 -0
- package/tedi/components/layout/sidenav/sidenav-toggle/sidenav-toggle.component.d.ts.map +1 -0
- package/tedi/components/layout/sidenav/sidenav.component.d.ts +30 -0
- package/tedi/components/layout/sidenav/sidenav.component.d.ts.map +1 -0
- package/tedi/components/loader/index.d.ts +2 -0
- package/tedi/components/loader/index.d.ts.map +1 -0
- package/tedi/components/loader/spinner/spinner.component.d.ts +24 -0
- package/tedi/components/loader/spinner/spinner.component.d.ts.map +1 -0
- package/tedi/components/navigation/index.d.ts +2 -0
- package/tedi/components/navigation/index.d.ts.map +1 -0
- package/tedi/components/navigation/link/link.component.d.ts +42 -0
- package/tedi/components/navigation/link/link.component.d.ts.map +1 -0
- package/tedi/components/notifications/alert/alert.component.d.ts +64 -0
- package/tedi/components/notifications/alert/alert.component.d.ts.map +1 -0
- package/tedi/components/notifications/index.d.ts +2 -0
- package/tedi/components/notifications/index.d.ts.map +1 -0
- package/tedi/components/overlay/index.d.ts +3 -0
- package/tedi/components/overlay/index.d.ts.map +1 -0
- package/tedi/components/overlay/popover/index.d.ts +4 -0
- package/tedi/components/overlay/popover/index.d.ts.map +1 -0
- package/tedi/components/overlay/popover/popover-content/popover-content.component.d.ts +25 -0
- package/tedi/components/overlay/popover/popover-content/popover-content.component.d.ts.map +1 -0
- package/tedi/components/overlay/popover/popover-trigger/popover-trigger.component.d.ts +10 -0
- package/tedi/components/overlay/popover/popover-trigger/popover-trigger.component.d.ts.map +1 -0
- package/tedi/components/overlay/popover/popover.component.d.ts +44 -0
- package/tedi/components/overlay/popover/popover.component.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/index.d.ts +4 -0
- package/tedi/components/overlay/tooltip/index.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/tooltip-content.component.d.ts +21 -0
- package/tedi/components/overlay/tooltip/tooltip-content.component.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/tooltip-trigger.component.d.ts +11 -0
- package/tedi/components/overlay/tooltip/tooltip-trigger.component.d.ts.map +1 -0
- package/tedi/components/overlay/tooltip/tooltip.component.d.ts +48 -0
- package/tedi/components/overlay/tooltip/tooltip.component.d.ts.map +1 -0
- package/tedi/directives/hide-at/hide-at.directive.d.ts +11 -0
- package/tedi/directives/hide-at/hide-at.directive.d.ts.map +1 -0
- package/tedi/directives/index.d.ts +4 -0
- package/tedi/directives/index.d.ts.map +1 -0
- package/tedi/directives/show-at/show-at.directive.d.ts +11 -0
- package/tedi/directives/show-at/show-at.directive.d.ts.map +1 -0
- package/tedi/directives/vertical-spacing/index.d.ts +3 -0
- package/tedi/directives/vertical-spacing/index.d.ts.map +1 -0
- package/tedi/directives/vertical-spacing/vertical-spacing-item.directive.d.ts +13 -0
- package/tedi/directives/vertical-spacing/vertical-spacing-item.directive.d.ts.map +1 -0
- package/tedi/directives/vertical-spacing/vertical-spacing.directive.d.ts +13 -0
- package/tedi/directives/vertical-spacing/vertical-spacing.directive.d.ts.map +1 -0
- package/tedi/helpers/generate-uuid.d.ts +8 -0
- package/tedi/helpers/generate-uuid.d.ts.map +1 -0
- package/tedi/helpers/index.d.ts +2 -0
- package/tedi/helpers/index.d.ts.map +1 -0
- package/tedi/index.d.ts +6 -0
- package/tedi/index.d.ts.map +1 -0
- package/tedi/services/breakpoint/breakpoint.service.d.ts +28 -0
- package/tedi/services/breakpoint/breakpoint.service.d.ts.map +1 -0
- package/tedi/services/index.d.ts +4 -0
- package/tedi/services/index.d.ts.map +1 -0
- package/tedi/services/sidenav/sidenav.service.d.ts +20 -0
- package/tedi/services/sidenav/sidenav.service.d.ts.map +1 -0
- package/tedi/services/translation/translation.pipe.d.ts +10 -0
- package/tedi/services/translation/translation.pipe.d.ts.map +1 -0
- package/tedi/services/translation/translation.service.d.ts +16 -0
- package/tedi/services/translation/translation.service.d.ts.map +1 -0
- package/tedi/services/translation/translations.d.ts +538 -0
- package/tedi/services/translation/translations.d.ts.map +1 -0
- package/tedi/tedi-design-system-angular-tedi.d.ts.map +1 -0
- package/tedi/types/index.d.ts +2 -0
- package/tedi/types/index.d.ts.map +1 -0
- package/tedi/types/inputs.type.d.ts +5 -0
- package/tedi/types/inputs.type.d.ts.map +1 -0
- package/tedi-design-system-angular.d.ts.map +1 -0
|
@@ -0,0 +1,538 @@
|
|
|
1
|
+
import { Language } from "./translation.service";
|
|
2
|
+
export declare const translationsMap: {
|
|
3
|
+
close: {
|
|
4
|
+
description: string;
|
|
5
|
+
components: string[];
|
|
6
|
+
et: string;
|
|
7
|
+
en: string;
|
|
8
|
+
ru: string;
|
|
9
|
+
};
|
|
10
|
+
open: {
|
|
11
|
+
description: string;
|
|
12
|
+
components: string[];
|
|
13
|
+
et: string;
|
|
14
|
+
en: string;
|
|
15
|
+
ru: string;
|
|
16
|
+
};
|
|
17
|
+
remove: {
|
|
18
|
+
description: string;
|
|
19
|
+
components: string[];
|
|
20
|
+
et: string;
|
|
21
|
+
en: string;
|
|
22
|
+
ru: string;
|
|
23
|
+
};
|
|
24
|
+
cancel: {
|
|
25
|
+
description: string;
|
|
26
|
+
components: string[];
|
|
27
|
+
et: string;
|
|
28
|
+
en: string;
|
|
29
|
+
ru: string;
|
|
30
|
+
};
|
|
31
|
+
clear: {
|
|
32
|
+
description: string;
|
|
33
|
+
components: string[];
|
|
34
|
+
et: string;
|
|
35
|
+
en: string;
|
|
36
|
+
ru: string;
|
|
37
|
+
};
|
|
38
|
+
search: {
|
|
39
|
+
description: string;
|
|
40
|
+
components: string[];
|
|
41
|
+
et: string;
|
|
42
|
+
en: string;
|
|
43
|
+
ru: string;
|
|
44
|
+
};
|
|
45
|
+
required: {
|
|
46
|
+
description: string;
|
|
47
|
+
components: string[];
|
|
48
|
+
et: string;
|
|
49
|
+
en: string;
|
|
50
|
+
ru: string;
|
|
51
|
+
};
|
|
52
|
+
breadcrumbs: {
|
|
53
|
+
description: string;
|
|
54
|
+
components: string[];
|
|
55
|
+
et: string;
|
|
56
|
+
en: string;
|
|
57
|
+
ru: string;
|
|
58
|
+
};
|
|
59
|
+
more: {
|
|
60
|
+
components: string[];
|
|
61
|
+
et: string;
|
|
62
|
+
en: string;
|
|
63
|
+
ru: string;
|
|
64
|
+
};
|
|
65
|
+
"anchor.new-tab": {
|
|
66
|
+
description: string;
|
|
67
|
+
components: string[];
|
|
68
|
+
et: string;
|
|
69
|
+
en: string;
|
|
70
|
+
ru: string;
|
|
71
|
+
};
|
|
72
|
+
"header.toggle": {
|
|
73
|
+
description: string;
|
|
74
|
+
components: string[];
|
|
75
|
+
et: (isOpen: boolean) => "Sulge menüü" | "Ava menüü";
|
|
76
|
+
en: (isOpen: boolean) => "Close menu" | "Open menu";
|
|
77
|
+
ru: (isOpen: boolean) => "Закрыть меню" | "Открыть меню";
|
|
78
|
+
};
|
|
79
|
+
"header.settings": {
|
|
80
|
+
description: string;
|
|
81
|
+
components: string[];
|
|
82
|
+
et: string;
|
|
83
|
+
en: string;
|
|
84
|
+
ru: string;
|
|
85
|
+
};
|
|
86
|
+
"header.select-lang": {
|
|
87
|
+
description: string;
|
|
88
|
+
components: string[];
|
|
89
|
+
et: string;
|
|
90
|
+
en: string;
|
|
91
|
+
ru: string;
|
|
92
|
+
};
|
|
93
|
+
"header.role-label": {
|
|
94
|
+
description: string;
|
|
95
|
+
components: string[];
|
|
96
|
+
et: string;
|
|
97
|
+
en: string;
|
|
98
|
+
ru: string;
|
|
99
|
+
};
|
|
100
|
+
"header.role-switch": {
|
|
101
|
+
description: string;
|
|
102
|
+
components: string[];
|
|
103
|
+
et: string;
|
|
104
|
+
en: string;
|
|
105
|
+
ru: string;
|
|
106
|
+
};
|
|
107
|
+
"header.role-search": {
|
|
108
|
+
description: string;
|
|
109
|
+
components: string[];
|
|
110
|
+
et: string;
|
|
111
|
+
en: string;
|
|
112
|
+
ru: string;
|
|
113
|
+
};
|
|
114
|
+
"header.role-no-representatives": {
|
|
115
|
+
description: string;
|
|
116
|
+
components: string[];
|
|
117
|
+
et: string;
|
|
118
|
+
en: string;
|
|
119
|
+
ru: string;
|
|
120
|
+
};
|
|
121
|
+
"header.login": {
|
|
122
|
+
description: string;
|
|
123
|
+
components: string[];
|
|
124
|
+
et: string;
|
|
125
|
+
en: string;
|
|
126
|
+
ru: string;
|
|
127
|
+
};
|
|
128
|
+
"header.login-mobile": {
|
|
129
|
+
description: string;
|
|
130
|
+
components: string[];
|
|
131
|
+
et: string;
|
|
132
|
+
en: string;
|
|
133
|
+
ru: string;
|
|
134
|
+
};
|
|
135
|
+
"header.logout": {
|
|
136
|
+
description: string;
|
|
137
|
+
components: string[];
|
|
138
|
+
et: string;
|
|
139
|
+
en: string;
|
|
140
|
+
ru: string;
|
|
141
|
+
};
|
|
142
|
+
"header.logo": {
|
|
143
|
+
description: string;
|
|
144
|
+
components: string[];
|
|
145
|
+
et: string;
|
|
146
|
+
en: string;
|
|
147
|
+
ru: string;
|
|
148
|
+
};
|
|
149
|
+
"header.profile": {
|
|
150
|
+
description: string;
|
|
151
|
+
components: string[];
|
|
152
|
+
et: string;
|
|
153
|
+
en: string;
|
|
154
|
+
ru: string;
|
|
155
|
+
};
|
|
156
|
+
"file-upload.add": {
|
|
157
|
+
description: string;
|
|
158
|
+
components: string[];
|
|
159
|
+
et: string;
|
|
160
|
+
en: string;
|
|
161
|
+
ru: string;
|
|
162
|
+
};
|
|
163
|
+
"file-upload.accept": {
|
|
164
|
+
description: string;
|
|
165
|
+
components: string[];
|
|
166
|
+
et: string;
|
|
167
|
+
en: string;
|
|
168
|
+
ru: string;
|
|
169
|
+
};
|
|
170
|
+
"file-upload.max-size": {
|
|
171
|
+
description: string;
|
|
172
|
+
components: string[];
|
|
173
|
+
et: string;
|
|
174
|
+
en: string;
|
|
175
|
+
ru: string;
|
|
176
|
+
};
|
|
177
|
+
"file-upload.size-rejected": {
|
|
178
|
+
description: string;
|
|
179
|
+
components: string[];
|
|
180
|
+
et: (files: string) => string;
|
|
181
|
+
en: (files: string) => string;
|
|
182
|
+
ru: (files: string) => string;
|
|
183
|
+
};
|
|
184
|
+
"file-upload.size-rejected-extended": {
|
|
185
|
+
description: string;
|
|
186
|
+
components: string[];
|
|
187
|
+
et: (files: string, maxSize: string) => string;
|
|
188
|
+
en: (files: string, maxSize: string) => string;
|
|
189
|
+
ru: (files: string, maxSize: string) => string;
|
|
190
|
+
};
|
|
191
|
+
"file-upload.drag-and-drop": {
|
|
192
|
+
description: string;
|
|
193
|
+
components: string[];
|
|
194
|
+
et: string;
|
|
195
|
+
en: string;
|
|
196
|
+
ru: string;
|
|
197
|
+
};
|
|
198
|
+
"file-upload.extension-rejected": {
|
|
199
|
+
description: string;
|
|
200
|
+
components: string[];
|
|
201
|
+
et: (files: string) => string;
|
|
202
|
+
en: (files: string) => string;
|
|
203
|
+
ru: (files: string) => string;
|
|
204
|
+
};
|
|
205
|
+
"file-upload.extension-rejected-extended": {
|
|
206
|
+
description: string;
|
|
207
|
+
components: string[];
|
|
208
|
+
et: (files: string, validTypes: string) => string;
|
|
209
|
+
en: (files: string, validTypes: string) => string;
|
|
210
|
+
ru: (files: string, validTypes: string) => string;
|
|
211
|
+
};
|
|
212
|
+
"file-dropzone.label": {
|
|
213
|
+
description: string;
|
|
214
|
+
components: string[];
|
|
215
|
+
et: string;
|
|
216
|
+
en: string;
|
|
217
|
+
ru: string;
|
|
218
|
+
};
|
|
219
|
+
"file-dropzone.error": {
|
|
220
|
+
description: string;
|
|
221
|
+
components: string[];
|
|
222
|
+
et: string;
|
|
223
|
+
en: string;
|
|
224
|
+
ru: string;
|
|
225
|
+
};
|
|
226
|
+
"modal.close": {
|
|
227
|
+
description: string;
|
|
228
|
+
components: string[];
|
|
229
|
+
et: string;
|
|
230
|
+
en: string;
|
|
231
|
+
ru: string;
|
|
232
|
+
};
|
|
233
|
+
"select.loading": {
|
|
234
|
+
description: string;
|
|
235
|
+
components: string[];
|
|
236
|
+
et: string;
|
|
237
|
+
en: string;
|
|
238
|
+
ru: string;
|
|
239
|
+
};
|
|
240
|
+
"select.no-options": {
|
|
241
|
+
description: string;
|
|
242
|
+
components: string[];
|
|
243
|
+
et: string;
|
|
244
|
+
en: string;
|
|
245
|
+
ru: string;
|
|
246
|
+
};
|
|
247
|
+
"select.select-all": {
|
|
248
|
+
description: string;
|
|
249
|
+
components: string[];
|
|
250
|
+
et: string;
|
|
251
|
+
en: string;
|
|
252
|
+
ru: string;
|
|
253
|
+
};
|
|
254
|
+
"stepper.completed": {
|
|
255
|
+
description: string;
|
|
256
|
+
components: string[];
|
|
257
|
+
et: string;
|
|
258
|
+
en: string;
|
|
259
|
+
ru: string;
|
|
260
|
+
};
|
|
261
|
+
"stepper.not-completed": {
|
|
262
|
+
description: string;
|
|
263
|
+
components: string[];
|
|
264
|
+
et: string;
|
|
265
|
+
en: string;
|
|
266
|
+
ru: string;
|
|
267
|
+
};
|
|
268
|
+
"skeleton.loading": {
|
|
269
|
+
description: string;
|
|
270
|
+
components: string[];
|
|
271
|
+
et: string;
|
|
272
|
+
en: string;
|
|
273
|
+
ru: string;
|
|
274
|
+
};
|
|
275
|
+
"skeleton.loading-completed": {
|
|
276
|
+
description: string;
|
|
277
|
+
components: string[];
|
|
278
|
+
et: string;
|
|
279
|
+
en: string;
|
|
280
|
+
ru: string;
|
|
281
|
+
};
|
|
282
|
+
"spinner.loading": {
|
|
283
|
+
description: string;
|
|
284
|
+
components: string[];
|
|
285
|
+
et: string;
|
|
286
|
+
en: string;
|
|
287
|
+
ru: string;
|
|
288
|
+
};
|
|
289
|
+
"table.loading": {
|
|
290
|
+
description: string;
|
|
291
|
+
components: string[];
|
|
292
|
+
et: string;
|
|
293
|
+
en: string;
|
|
294
|
+
ru: string;
|
|
295
|
+
};
|
|
296
|
+
"table.empty": {
|
|
297
|
+
description: string;
|
|
298
|
+
components: string[];
|
|
299
|
+
et: string;
|
|
300
|
+
en: string;
|
|
301
|
+
ru: string;
|
|
302
|
+
};
|
|
303
|
+
"table.error": {
|
|
304
|
+
description: string;
|
|
305
|
+
components: string[];
|
|
306
|
+
et: string;
|
|
307
|
+
en: string;
|
|
308
|
+
ru: string;
|
|
309
|
+
};
|
|
310
|
+
"table.filter": {
|
|
311
|
+
description: string;
|
|
312
|
+
components: string[];
|
|
313
|
+
et: string;
|
|
314
|
+
en: string;
|
|
315
|
+
ru: string;
|
|
316
|
+
};
|
|
317
|
+
"table.filter.select-all": {
|
|
318
|
+
description: string;
|
|
319
|
+
components: string[];
|
|
320
|
+
et: string;
|
|
321
|
+
en: string;
|
|
322
|
+
ru: string;
|
|
323
|
+
};
|
|
324
|
+
"table.filter.remove-all": {
|
|
325
|
+
description: string;
|
|
326
|
+
components: string[];
|
|
327
|
+
et: string;
|
|
328
|
+
en: string;
|
|
329
|
+
ru: string;
|
|
330
|
+
};
|
|
331
|
+
"table.filter.no-options": {
|
|
332
|
+
description: string;
|
|
333
|
+
components: string[];
|
|
334
|
+
et: string;
|
|
335
|
+
en: string;
|
|
336
|
+
ru: string;
|
|
337
|
+
};
|
|
338
|
+
"table.filter.validation.no-spaces": {
|
|
339
|
+
description: string;
|
|
340
|
+
components: string[];
|
|
341
|
+
et: string;
|
|
342
|
+
en: string;
|
|
343
|
+
ru: string;
|
|
344
|
+
};
|
|
345
|
+
"table.filter.validation.min-length": {
|
|
346
|
+
description: string;
|
|
347
|
+
components: string[];
|
|
348
|
+
et: (count: number) => string;
|
|
349
|
+
en: (count: number) => string;
|
|
350
|
+
ru: (count: number) => string;
|
|
351
|
+
};
|
|
352
|
+
"table.filter.validation.to-before-from": {
|
|
353
|
+
description: string;
|
|
354
|
+
components: string[];
|
|
355
|
+
et: string;
|
|
356
|
+
en: string;
|
|
357
|
+
ru: string;
|
|
358
|
+
};
|
|
359
|
+
"table.filter.from": {
|
|
360
|
+
description: string;
|
|
361
|
+
components: string[];
|
|
362
|
+
et: string;
|
|
363
|
+
en: string;
|
|
364
|
+
ru: string;
|
|
365
|
+
};
|
|
366
|
+
"table.filter.to": {
|
|
367
|
+
description: string;
|
|
368
|
+
components: string[];
|
|
369
|
+
et: string;
|
|
370
|
+
en: string;
|
|
371
|
+
ru: string;
|
|
372
|
+
};
|
|
373
|
+
"table.toggle-sub-row": {
|
|
374
|
+
description: string;
|
|
375
|
+
components: string[];
|
|
376
|
+
et: (isExpaned: boolean) => "Sulge alamrida" | "Ava alamrida";
|
|
377
|
+
en: (isExpaned: boolean) => "Close subrow" | "Open subrow";
|
|
378
|
+
ru: (isExpaned: boolean) => "Закрыть подстроку" | "Открыть подстроку";
|
|
379
|
+
};
|
|
380
|
+
"table.select-all": {
|
|
381
|
+
description: string;
|
|
382
|
+
components: string[];
|
|
383
|
+
et: (isSelected: boolean) => "Vali kõik" | "Eemalda kõik";
|
|
384
|
+
en: (isSelected: boolean) => "Select all" | "Deselect all";
|
|
385
|
+
ru: (isSelected: boolean) => "Выбрать все" | "Убрать выделение со всего";
|
|
386
|
+
};
|
|
387
|
+
"table.select-row": {
|
|
388
|
+
description: string;
|
|
389
|
+
components: string[];
|
|
390
|
+
et: (isSelected: boolean) => "Eemalda rida" | "Vali rida";
|
|
391
|
+
en: (isSelected: boolean) => "Deselect row" | "Select row";
|
|
392
|
+
ru: (isSelected: boolean) => "Отменить выбор строки" | "Выбрать ряд";
|
|
393
|
+
};
|
|
394
|
+
"table.sort": {
|
|
395
|
+
description: string;
|
|
396
|
+
components: string[];
|
|
397
|
+
et: (direction: "asc" | "desc" | false) => "Sorteeri kahanevalt" | "Eemalda sorteerimine" | "Sorteeri kasvavalt";
|
|
398
|
+
en: (direction: "asc" | "desc" | false) => "Sort decending" | "Remove sorting" | "Sort ascending";
|
|
399
|
+
ru: (direction: "asc" | "desc" | false) => "Сортировать по убыванию" | "Отменить сортировку" | "Сортировать по возрастанию";
|
|
400
|
+
};
|
|
401
|
+
"tooltip.icon-trigger": {
|
|
402
|
+
description: string;
|
|
403
|
+
components: string[];
|
|
404
|
+
et: string;
|
|
405
|
+
en: string;
|
|
406
|
+
ru: string;
|
|
407
|
+
};
|
|
408
|
+
"pagination.title": {
|
|
409
|
+
description: string;
|
|
410
|
+
components: string[];
|
|
411
|
+
et: string;
|
|
412
|
+
en: string;
|
|
413
|
+
ru: string;
|
|
414
|
+
};
|
|
415
|
+
"pagination.page": {
|
|
416
|
+
description: string;
|
|
417
|
+
components: string[];
|
|
418
|
+
et: (page: number, isCurrent?: boolean) => string;
|
|
419
|
+
en: (page: number, isCurrent?: boolean) => string;
|
|
420
|
+
ru: (page: number, isCurrent?: boolean) => string;
|
|
421
|
+
};
|
|
422
|
+
"pagination.prev-page": {
|
|
423
|
+
description: string;
|
|
424
|
+
components: string[];
|
|
425
|
+
et: string;
|
|
426
|
+
en: string;
|
|
427
|
+
ru: string;
|
|
428
|
+
};
|
|
429
|
+
"pagination.next-page": {
|
|
430
|
+
description: string;
|
|
431
|
+
components: string[];
|
|
432
|
+
et: string;
|
|
433
|
+
en: string;
|
|
434
|
+
ru: string;
|
|
435
|
+
};
|
|
436
|
+
"pagination.results": {
|
|
437
|
+
description: string;
|
|
438
|
+
components: string[];
|
|
439
|
+
et: (count?: number) => "tulemus" | "tulemust";
|
|
440
|
+
en: (count?: number) => "result" | "results";
|
|
441
|
+
ru: (count?: number) => "результат" | "результа";
|
|
442
|
+
};
|
|
443
|
+
"pagination.page-size": {
|
|
444
|
+
description: string;
|
|
445
|
+
components: string[];
|
|
446
|
+
et: string;
|
|
447
|
+
en: string;
|
|
448
|
+
ru: string;
|
|
449
|
+
};
|
|
450
|
+
"table-of-contents.title": {
|
|
451
|
+
description: string;
|
|
452
|
+
components: string[];
|
|
453
|
+
et: string;
|
|
454
|
+
en: string;
|
|
455
|
+
ru: string;
|
|
456
|
+
};
|
|
457
|
+
"table-of-contents.valid": {
|
|
458
|
+
description: string;
|
|
459
|
+
components: string[];
|
|
460
|
+
et: (count: string | number) => string;
|
|
461
|
+
en: (count: string | number) => string;
|
|
462
|
+
ru: (count: string | number) => string;
|
|
463
|
+
};
|
|
464
|
+
"table-of-contents.invalid": {
|
|
465
|
+
description: string;
|
|
466
|
+
components: string[];
|
|
467
|
+
et: (count: string | number) => string;
|
|
468
|
+
en: (count: string | number) => string;
|
|
469
|
+
ru: (count: string | number) => string;
|
|
470
|
+
};
|
|
471
|
+
"truncate.see-more": {
|
|
472
|
+
description: string;
|
|
473
|
+
components: string[];
|
|
474
|
+
et: string;
|
|
475
|
+
en: string;
|
|
476
|
+
ru: string;
|
|
477
|
+
};
|
|
478
|
+
"truncate.see-less": {
|
|
479
|
+
description: string;
|
|
480
|
+
components: string[];
|
|
481
|
+
et: string;
|
|
482
|
+
en: string;
|
|
483
|
+
ru: string;
|
|
484
|
+
};
|
|
485
|
+
"vertical-progress.edit": {
|
|
486
|
+
description: string;
|
|
487
|
+
components: string[];
|
|
488
|
+
et: string;
|
|
489
|
+
en: string;
|
|
490
|
+
ru: string;
|
|
491
|
+
};
|
|
492
|
+
"numberField.decrement": {
|
|
493
|
+
description: string;
|
|
494
|
+
components: string[];
|
|
495
|
+
et: (count: string | number) => string;
|
|
496
|
+
en: (count: string | number) => string;
|
|
497
|
+
ru: (count: string | number) => string;
|
|
498
|
+
};
|
|
499
|
+
"numberField.increment": {
|
|
500
|
+
description: string;
|
|
501
|
+
components: string[];
|
|
502
|
+
et: (count: string | number) => string;
|
|
503
|
+
en: (count: string | number) => string;
|
|
504
|
+
ru: (count: string | number) => string;
|
|
505
|
+
};
|
|
506
|
+
"numberField.quantityUpdated": {
|
|
507
|
+
description: string;
|
|
508
|
+
components: string[];
|
|
509
|
+
et: (count: string | number) => string;
|
|
510
|
+
en: (count: string | number) => string;
|
|
511
|
+
ru: (count: string | number) => string;
|
|
512
|
+
};
|
|
513
|
+
"sidenav.backToMainMenu": {
|
|
514
|
+
description: string;
|
|
515
|
+
components: string[];
|
|
516
|
+
et: string;
|
|
517
|
+
en: string;
|
|
518
|
+
ru: string;
|
|
519
|
+
};
|
|
520
|
+
"sidenav.toggle": {
|
|
521
|
+
description: string;
|
|
522
|
+
components: string[];
|
|
523
|
+
et: (isOpen: boolean) => "Sulge menüü" | "Ava menüü";
|
|
524
|
+
en: (isOpen: boolean) => "Close menu" | "Open menu";
|
|
525
|
+
ru: (isOpen: boolean) => "Закрыть меню" | "Открыть меню";
|
|
526
|
+
};
|
|
527
|
+
};
|
|
528
|
+
export type TediTranslationsMap<L extends Language> = {
|
|
529
|
+
[K in keyof typeof translationsMap]: (typeof translationsMap)[K][L];
|
|
530
|
+
};
|
|
531
|
+
export type TranslationEntry = {
|
|
532
|
+
description?: string;
|
|
533
|
+
components?: string[];
|
|
534
|
+
} & {
|
|
535
|
+
[L in Language]: string | ((...args: any[]) => string);
|
|
536
|
+
};
|
|
537
|
+
export type TranslationMap = Record<string, TranslationEntry>;
|
|
538
|
+
//# sourceMappingURL=translations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../tedi/services/translation/translations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAiFX,OAAO;qBACP,OAAO;qBACP,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAuGR,MAAM;oBACN,MAAM;oBACN,MAAM;;;;;oBAKN,MAAM,WAAW,MAAM;oBAEvB,MAAM,WAAW,MAAM;oBAEvB,MAAM,WAAW,MAAM;;;;;;;;;;;;oBAavB,MAAM;oBACN,MAAM;oBACN,MAAM;;;;;oBAKN,MAAM,cAAc,MAAM;oBAE1B,MAAM,cAAc,MAAM;oBAE1B,MAAM,cAAc,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA8I1B,MAAM;oBAIN,MAAM;oBAIN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;wBA6BF,OAAO;wBACP,OAAO;wBACP,OAAO;;;;;yBAMN,OAAO;yBACP,OAAO;yBACP,OAAO;;;;;yBAMP,OAAO;yBACP,OAAO;yBACP,OAAO;;;;;wBAMR,KAAK,GAAG,MAAM,GAAG,KAAK;wBAMtB,KAAK,GAAG,MAAM,GAAG,KAAK;wBAMtB,KAAK,GAAG,MAAM,GAAG,KAAK;;;;;;;;;;;;;;;;;;;mBAwB3B,MAAM,cAAc,OAAO;mBAE3B,MAAM,cAAc,OAAO;mBAE3B,MAAM,cAAc,OAAO;;;;;;;;;;;;;;;;;;;qBAsBzB,MAAM;qBACN,MAAM;qBACN,MAAM;;;;;;;;;;;;;;;;;;;oBAmBP,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;;;;;oBAKf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;oBA0Bf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;;;;;oBAKf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;;;;;oBAMf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;oBACf,MAAM,GAAG,MAAM;;;;;;;;;;;;qBAYd,OAAO;qBACP,OAAO;qBACP,OAAO;;CAEvB,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,QAAQ,IAAI;KACnD,CAAC,IAAI,MAAM,OAAO,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACpE,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB,GAAG;KAED,CAAC,IAAI,QAAQ,GAAG,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tedi-design-system-angular-tedi.d.ts","sourceRoot":"","sources":["../../tedi/tedi-design-system-angular-tedi.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../tedi/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { InputSignal } from "@angular/core";
|
|
2
|
+
export type ComponentInputs<TComponent> = {
|
|
3
|
+
[K in keyof TComponent as TComponent[K] extends InputSignal<infer _> ? K : never]: TComponent[K] extends InputSignal<infer U> ? U : never;
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=inputs.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputs.type.d.ts","sourceRoot":"","sources":["../../../tedi/types/inputs.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,MAAM,eAAe,CAAC,UAAU,IAAI;KACvC,CAAC,IAAI,MAAM,UAAU,IAAI,UAAU,CAAC,CAAC,CAAC,SAAS,WAAW,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,GAC9E,UAAU,CAAC,CAAC,CAAC,SAAS,WAAW,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK;CACzD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tedi-design-system-angular.d.ts","sourceRoot":"","sources":["../tedi-design-system-angular.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|