@tedi-design-system/angular 6.0.0-rc.8 → 6.0.0
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/community/components/navigation/breadcrumbs/breadcrumbs.component.d.ts.map +1 -1
- package/fesm2022/tedi-design-system-angular-community.mjs +2 -3
- package/fesm2022/tedi-design-system-angular-community.mjs.map +1 -1
- package/fesm2022/tedi-design-system-angular-tedi.mjs +18 -2
- package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -1
- package/package.json +1 -1
- package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts.map +1 -1
- package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts.map +1 -1
- package/tedi/services/translation/translations.d.ts +14 -0
- package/tedi/services/translation/translations.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumbs.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/navigation/breadcrumbs/breadcrumbs.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"breadcrumbs.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/navigation/breadcrumbs/breadcrumbs.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAGL,iBAAiB,EACjB,gBAAgB,EAEjB,MAAM,kCAAkC,CAAC;;AAE1C,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,EAAE,UAAU,EAAE,CAAC;IACrB;;;OAGG;IACH,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,qBAYa,oBAAqB,YAAW,gBAAgB,CAAC,WAAW,CAAC;IACxE,MAAM,oDAA2B;IACjC,WAAW,+CAAyB;IACpC,EAAE,+DAAwB;IAC1B,EAAE,+DAAwB;IAC1B,EAAE,+DAAwB;IAC1B,EAAE,+DAAwB;IAC1B,EAAE,+DAAwB;IAC1B,GAAG,+DAAwB;IAE3B,iBAAiB,oBAA6B;IAC9C,gBAAgB,8CAWb;IAEH,kBAAkB,IAAI,UAAU,GAAG,IAAI;yCAxB5B,oBAAoB;2CAApB,oBAAoB;CA+BhC"}
|
|
@@ -2745,17 +2745,16 @@ class BreadcrumbsComponent {
|
|
|
2745
2745
|
return null;
|
|
2746
2746
|
}
|
|
2747
2747
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2748
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: BreadcrumbsComponent, isStandalone: true, selector: "tedi-breadcrumbs", inputs: { crumbs: { classPropertyName: "crumbs", publicName: "crumbs", isSignal: true, isRequired: false, transformFunction: null }, shortCrumbs: { classPropertyName: "shortCrumbs", publicName: "shortCrumbs", isSignal: true, isRequired: false, transformFunction: null }, xs: { classPropertyName: "xs", publicName: "xs", isSignal: true, isRequired: false, transformFunction: null }, sm: { classPropertyName: "sm", publicName: "sm", isSignal: true, isRequired: false, transformFunction: null }, md: { classPropertyName: "md", publicName: "md", isSignal: true, isRequired: false, transformFunction: null }, lg: { classPropertyName: "lg", publicName: "lg", isSignal: true, isRequired: false, transformFunction: null }, xl: { classPropertyName: "xl", publicName: "xl", isSignal: true, isRequired: false, transformFunction: null }, xxl: { classPropertyName: "xxl", publicName: "xxl", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "
|
|
2748
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: BreadcrumbsComponent, isStandalone: true, selector: "tedi-breadcrumbs", inputs: { crumbs: { classPropertyName: "crumbs", publicName: "crumbs", isSignal: true, isRequired: false, transformFunction: null }, shortCrumbs: { classPropertyName: "shortCrumbs", publicName: "shortCrumbs", isSignal: true, isRequired: false, transformFunction: null }, xs: { classPropertyName: "xs", publicName: "xs", isSignal: true, isRequired: false, transformFunction: null }, sm: { classPropertyName: "sm", publicName: "sm", isSignal: true, isRequired: false, transformFunction: null }, md: { classPropertyName: "md", publicName: "md", isSignal: true, isRequired: false, transformFunction: null }, lg: { classPropertyName: "lg", publicName: "lg", isSignal: true, isRequired: false, transformFunction: null }, xl: { classPropertyName: "xl", publicName: "xl", isSignal: true, isRequired: false, transformFunction: null }, xxl: { classPropertyName: "xxl", publicName: "xxl", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "@if (breakpointInputs().crumbs.length > 0) {\n <nav aria-label=\"Breadcrumb\" class=\"tedi-breadcrumbs\">\n <ol class=\"tedi-breadcrumbs__list\">\n @if (!breakpointInputs().shortCrumbs) {\n @for (crumb of breakpointInputs().crumbs; track crumb.href; let last = $last) {\n @if (!last) {\n <li class=\"tedi-breadcrumbs__item\">\n <a tedi-link [routerLink]=\"crumb.href\" [underline]=\"false\">{{\n crumb.label\n }}</a>\n <tedi-icon color=\"brand\" name=\"chevron_right\" />\n </li>\n } @else {\n <li\n aria-current=\"page\"\n tedi-text\n modifiers=\"inline-block\"\n color=\"secondary\"\n >\n {{ crumb.label }}\n </li>\n }\n }\n }\n </ol>\n @if (breakpointInputs().crumbs.length > 1 && breakpointInputs().shortCrumbs) {\n <div class=\"tedi-breadcrumbs__item\">\n <tedi-icon color=\"brand\" name=\"arrow_back\" />\n <a\n tedi-link\n [routerLink]=\"getSecondLastCrumb()?.href\"\n [underline]=\"false\"\n >{{ getSecondLastCrumb()?.label }}</a\n >\n </div>\n }\n </nav>\n}\n", styles: [":host{display:block}.tedi-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;margin:0;list-style:none}.tedi-breadcrumbs__item{display:flex;align-items:center}\n"], dependencies: [{ kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: LinkComponent, selector: "[tedi-link]", inputs: ["variant", "size", "underline", "target", "xs", "sm", "md", "lg", "xl", "xxl"] }, { kind: "component", type: IconComponent, selector: "tedi-icon", inputs: ["name", "size", "color", "background", "variant", "type", "label"] }, { kind: "component", type: TextComponent, selector: "[tedi-text]", inputs: ["modifiers", "color"] }] });
|
|
2749
2749
|
}
|
|
2750
2750
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: BreadcrumbsComponent, decorators: [{
|
|
2751
2751
|
type: Component,
|
|
2752
2752
|
args: [{ selector: "tedi-breadcrumbs", standalone: true, imports: [
|
|
2753
|
-
CommonModule,
|
|
2754
2753
|
RouterLink,
|
|
2755
2754
|
LinkComponent,
|
|
2756
2755
|
IconComponent,
|
|
2757
2756
|
TextComponent,
|
|
2758
|
-
], template: "
|
|
2757
|
+
], template: "@if (breakpointInputs().crumbs.length > 0) {\n <nav aria-label=\"Breadcrumb\" class=\"tedi-breadcrumbs\">\n <ol class=\"tedi-breadcrumbs__list\">\n @if (!breakpointInputs().shortCrumbs) {\n @for (crumb of breakpointInputs().crumbs; track crumb.href; let last = $last) {\n @if (!last) {\n <li class=\"tedi-breadcrumbs__item\">\n <a tedi-link [routerLink]=\"crumb.href\" [underline]=\"false\">{{\n crumb.label\n }}</a>\n <tedi-icon color=\"brand\" name=\"chevron_right\" />\n </li>\n } @else {\n <li\n aria-current=\"page\"\n tedi-text\n modifiers=\"inline-block\"\n color=\"secondary\"\n >\n {{ crumb.label }}\n </li>\n }\n }\n }\n </ol>\n @if (breakpointInputs().crumbs.length > 1 && breakpointInputs().shortCrumbs) {\n <div class=\"tedi-breadcrumbs__item\">\n <tedi-icon color=\"brand\" name=\"arrow_back\" />\n <a\n tedi-link\n [routerLink]=\"getSecondLastCrumb()?.href\"\n [underline]=\"false\"\n >{{ getSecondLastCrumb()?.label }}</a\n >\n </div>\n }\n </nav>\n}\n", styles: [":host{display:block}.tedi-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;margin:0;list-style:none}.tedi-breadcrumbs__item{display:flex;align-items:center}\n"] }]
|
|
2759
2758
|
}] });
|
|
2760
2759
|
|
|
2761
2760
|
class PaginationPageComponent {
|