@tilde-nlp/ngx-common 8.1.95 → 8.1.97

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.
@@ -10368,7 +10368,7 @@ class StatusPillComponent {
10368
10368
 
10369
10369
  class ResourceUnavailableComponent {
10370
10370
  static { this.ɵfac = function ResourceUnavailableComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ResourceUnavailableComponent)(); }; }
10371
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourceUnavailableComponent, selectors: [["lib-resource-unavailable"]], decls: 9, vars: 6, consts: [[1, "flex", "flex-col", "items-center", "justify-center", "mx-5", "min-h-screen"], [1, "material-icons", "search-icon"], [1, "text-3-xl", "page-title"], [1, "page-description", "text-l"]], template: function ResourceUnavailableComponent_Template(rf, ctx) { if (rf & 1) {
10371
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourceUnavailableComponent, selectors: [["lib-resource-unavailable"]], decls: 9, vars: 6, consts: [[1, "resource-unavailable-content"], [1, "material-icons", "search-icon"], [1, "text-3-xl", "page-title"], [1, "page-description", "text-l"]], template: function ResourceUnavailableComponent_Template(rf, ctx) { if (rf & 1) {
10372
10372
  i0.ɵɵdomElementStart(0, "div", 0)(1, "span", 1);
10373
10373
  i0.ɵɵtext(2, "manage_search");
10374
10374
  i0.ɵɵdomElementEnd();
@@ -10385,11 +10385,11 @@ class ResourceUnavailableComponent {
10385
10385
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(5, 2, "PAGES.RESOURCE_UNAVAILABLE.TITLE"));
10386
10386
  i0.ɵɵadvance(3);
10387
10387
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(8, 4, "PAGES.RESOURCE_UNAVAILABLE.DESCRIPTION"));
10388
- } }, dependencies: [TranslateModule, MatIconModule, i1.TranslatePipe], styles: ["[_nghost-%COMP%]{display:block;min-height:100%}.search-icon[_ngcontent-%COMP%]{color:var(--base-70);font-size:4rem}.page-title[_ngcontent-%COMP%]{color:var(--base-40);text-align:center}.page-description[_ngcontent-%COMP%]{color:var(--base-40)}"] }); }
10388
+ } }, dependencies: [TranslateModule, MatIconModule, i1.TranslatePipe], styles: ["[_nghost-%COMP%]{display:block;min-height:100%}.resource-unavailable-content[_ngcontent-%COMP%]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;margin:0 1.25rem}.search-icon[_ngcontent-%COMP%]{color:var(--base-70);font-size:4rem}.page-title[_ngcontent-%COMP%]{color:var(--base-40);text-align:center}.page-description[_ngcontent-%COMP%]{color:var(--base-40)}"] }); }
10389
10389
  }
10390
10390
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ResourceUnavailableComponent, [{
10391
10391
  type: Component,
10392
- args: [{ selector: 'lib-resource-unavailable', imports: [TranslateModule, MatIconModule], template: "<div class=\"flex flex-col items-center justify-center mx-5 min-h-screen\">\r\n\t<span class=\"material-icons search-icon\">manage_search</span>\r\n\t<h1 class=\"text-3-xl page-title\">{{ \"PAGES.RESOURCE_UNAVAILABLE.TITLE\" | translate }}</h1>\r\n\t<p class=\"page-description text-l\">{{ \"PAGES.RESOURCE_UNAVAILABLE.DESCRIPTION\" | translate }}</p>\r\n</div>\r\n", styles: [":host{display:block;min-height:100%}.search-icon{color:var(--base-70);font-size:4rem}.page-title{color:var(--base-40);text-align:center}.page-description{color:var(--base-40)}\n"] }]
10392
+ args: [{ selector: 'lib-resource-unavailable', imports: [TranslateModule, MatIconModule], template: "<div class=\"resource-unavailable-content\">\r\n\t<span class=\"material-icons search-icon\">manage_search</span>\r\n\t<h1 class=\"text-3-xl page-title\">{{ \"PAGES.RESOURCE_UNAVAILABLE.TITLE\" | translate }}</h1>\r\n\t<p class=\"page-description text-l\">{{ \"PAGES.RESOURCE_UNAVAILABLE.DESCRIPTION\" | translate }}</p>\r\n</div>\r\n", styles: [":host{display:block;min-height:100%}.resource-unavailable-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;margin:0 1.25rem}.search-icon{color:var(--base-70);font-size:4rem}.page-title{color:var(--base-40);text-align:center}.page-description{color:var(--base-40)}\n"] }]
10393
10393
  }], null, null); })();
10394
10394
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ResourceUnavailableComponent, { className: "ResourceUnavailableComponent", filePath: "lib/resource-unavailable/resource-unavailable.component.ts", lineNumber: 11 }); })();
10395
10395