@tilde-nlp/ngx-common 8.1.86 → 8.1.87

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.
@@ -103,7 +103,7 @@ class DOMService {
103
103
  }]
104
104
  }], null, null); })();
105
105
 
106
- const _c0$e = ["clearButton"];
106
+ const _c0$f = ["clearButton"];
107
107
  class CloseButtonComponent {
108
108
  constructor() {
109
109
  // any type because emitter doesn't really need a value
@@ -116,7 +116,7 @@ class CloseButtonComponent {
116
116
  }
117
117
  static { this.ɵfac = function CloseButtonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CloseButtonComponent)(); }; }
118
118
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CloseButtonComponent, selectors: [["tld-close-button"]], viewQuery: function CloseButtonComponent_Query(rf, ctx) { if (rf & 1) {
119
- i0.ɵɵviewQuery(_c0$e, 5);
119
+ i0.ɵɵviewQuery(_c0$f, 5);
120
120
  } if (rf & 2) {
121
121
  let _t;
122
122
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.clearButton = _t.first);
@@ -181,7 +181,7 @@ class CloseButtonModule {
181
181
  TranslateModule,
182
182
  MatTooltipModule], exports: [CloseButtonComponent] }); })();
183
183
 
184
- const _c0$d = a0 => [a0];
184
+ const _c0$e = a0 => [a0];
185
185
  function NotificationMessageComponent_p_7_Template(rf, ctx) { if (rf & 1) {
186
186
  i0.ɵɵelement(0, "p", 10);
187
187
  i0.ɵɵpipe(1, "translate");
@@ -276,7 +276,7 @@ function NotificationMessageComponent_div_11_a_3_Template(rf, ctx) { if (rf & 1)
276
276
  i0.ɵɵelementEnd();
277
277
  } if (rf & 2) {
278
278
  const ctx_r0 = i0.ɵɵnextContext(2);
279
- i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c0$d, ctx_r0.message.routerLink));
279
+ i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(4, _c0$e, ctx_r0.message.routerLink));
280
280
  i0.ɵɵadvance();
281
281
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 2, ctx_r0.message.linkText));
282
282
  } }
@@ -2418,7 +2418,7 @@ class CompanyProductModule {
2418
2418
  }], null, null); })();
2419
2419
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CompanyProductModule, { declarations: [CompanyProductComponent], imports: [CommonModule], exports: [CompanyProductComponent] }); })();
2420
2420
 
2421
- const _c0$c = a0 => ({ currentYear: a0 });
2421
+ const _c0$d = a0 => ({ currentYear: a0 });
2422
2422
  const _c1$6 = a0 => [a0];
2423
2423
  function FooterComponent_ng_container_6_a_1_Template(rf, ctx) { if (rf & 1) {
2424
2424
  i0.ɵɵelementStart(0, "a", 7);
@@ -2536,7 +2536,7 @@ class FooterComponent {
2536
2536
  } if (rf & 2) {
2537
2537
  const localRoutes_r2 = i0.ɵɵreference(8);
2538
2538
  i0.ɵɵadvance(3);
2539
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(4, 3, "FOOTER.TITLE", i0.ɵɵpureFunction1(6, _c0$c, ctx.currentYear)), " ");
2539
+ i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind2(4, 3, "FOOTER.TITLE", i0.ɵɵpureFunction1(6, _c0$d, ctx.currentYear)), " ");
2540
2540
  i0.ɵɵadvance(3);
2541
2541
  i0.ɵɵproperty("ngIf", ctx.baseUrl)("ngIfElse", localRoutes_r2);
2542
2542
  } }, dependencies: [i1$1.NgIf, i2$4.DefaultLayoutDirective, i2$4.DefaultLayoutGapDirective, i2$4.DefaultLayoutAlignDirective, i2$4.DefaultFlexDirective, i6.RouterLink, i1.TranslatePipe], styles: ["[_nghost-%COMP%] footer[_ngcontent-%COMP%]{color:var(--base-30);padding:1rem 2rem;margin-bottom:0;border-top:1px solid var(--base-70);margin-top:1rem}[_nghost-%COMP%] footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:var(--base-30);text-decoration:none}[_nghost-%COMP%] footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--base-30);text-decoration:underline}"] }); }
@@ -3067,7 +3067,7 @@ class ExtensionDialogModule {
3067
3067
 
3068
3068
  const FILE_UPLOAD_ICON = `<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.4999 15V19H3.49992V15H0.833252V19C0.833252 20.4666 2.03325 21.6666 3.49992 21.6666H19.4999C20.9666 21.6666 22.1666 20.4666 22.1666 19V15H19.4999ZM4.83325 6.99998L6.71325 8.87998L10.1666 5.43998V16.3333H12.8333V5.43998L16.2866 8.87998L18.1666 6.99998L11.4999 0.333313L4.83325 6.99998Z" fill="currentColor"/></svg>`;
3069
3069
 
3070
- const _c0$b = ["fileInput"];
3070
+ const _c0$c = ["fileInput"];
3071
3071
  const _c1$5 = ["*", [["", "customLimits", ""]]];
3072
3072
  const _c2$3 = ["*", "[customLimits]"];
3073
3073
  const _c3$1 = a0 => ({ maxSize: a0 });
@@ -3246,7 +3246,7 @@ class FileUploadComponent {
3246
3246
  }
3247
3247
  static { this.ɵfac = function FileUploadComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FileUploadComponent)(); }; }
3248
3248
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FileUploadComponent, selectors: [["lib-file-upload"]], viewQuery: function FileUploadComponent_Query(rf, ctx) { if (rf & 1) {
3249
- i0.ɵɵviewQuery(_c0$b, 5);
3249
+ i0.ɵɵviewQuery(_c0$c, 5);
3250
3250
  } if (rf & 2) {
3251
3251
  let _t;
3252
3252
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.fileInput = _t.first);
@@ -3351,7 +3351,7 @@ class FileUploadModule {
3351
3351
  ExtensionDialogModule,
3352
3352
  TranslateModule], exports: [FileUploadComponent] }); })();
3353
3353
 
3354
- const _c0$a = ["filterWrapper"];
3354
+ const _c0$b = ["filterWrapper"];
3355
3355
  const _c1$4 = ["optionSearchInput"];
3356
3356
  const _c2$2 = a0 => ({ default: a0 });
3357
3357
  const _forTrack0$2 = ($index, $item) => $item.fieldName;
@@ -3710,7 +3710,7 @@ class FilterBarComponent {
3710
3710
  }
3711
3711
  static { this.ɵfac = function FilterBarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FilterBarComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1.TranslateService)); }; }
3712
3712
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FilterBarComponent, selectors: [["tld-filter-bar"]], viewQuery: function FilterBarComponent_Query(rf, ctx) { if (rf & 1) {
3713
- i0.ɵɵviewQuery(_c0$a, 5);
3713
+ i0.ɵɵviewQuery(_c0$b, 5);
3714
3714
  i0.ɵɵviewQuery(_c1$4, 5);
3715
3715
  } if (rf & 2) {
3716
3716
  let _t;
@@ -3809,7 +3809,7 @@ var ExportFormat;
3809
3809
  ExportFormat["CSV"] = "csv";
3810
3810
  })(ExportFormat || (ExportFormat = {}));
3811
3811
 
3812
- const _c0$9 = ["*"];
3812
+ const _c0$a = ["*"];
3813
3813
  function StatusDisplayComponent_ng_container_1_div_4_Template(rf, ctx) { if (rf & 1) {
3814
3814
  i0.ɵɵelement(0, "div", 7);
3815
3815
  i0.ɵɵpipe(1, "translate");
@@ -3855,7 +3855,7 @@ function StatusDisplayComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
3855
3855
  } }
3856
3856
  class StatusDisplayComponent {
3857
3857
  static { this.ɵfac = function StatusDisplayComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StatusDisplayComponent)(); }; }
3858
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StatusDisplayComponent, selectors: [["lib-status-display"]], inputs: { config: "config" }, standalone: false, ngContentSelectors: _c0$9, decls: 4, vars: 2, consts: [["loading", ""], [1, "status-display-wrapper"], [4, "ngIf", "ngIfElse"], [1, "material-icons-outlined"], ["class", "text-xl-semi-bold status-display-row-title", 3, "innerHtml", 4, "ngIf"], ["class", "text-l status-display-row-description", 3, "innerHtml", 4, "ngIf"], ["class", "text-l status-display-row-extra", 3, "innerHtml", 4, "ngIf"], [1, "text-xl-semi-bold", "status-display-row-title", 3, "innerHtml"], [1, "text-l", "status-display-row-description", 3, "innerHtml"], [1, "text-l", "status-display-row-extra", 3, "innerHtml"], ["color", "accent"]], template: function StatusDisplayComponent_Template(rf, ctx) { if (rf & 1) {
3858
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StatusDisplayComponent, selectors: [["lib-status-display"]], inputs: { config: "config" }, standalone: false, ngContentSelectors: _c0$a, decls: 4, vars: 2, consts: [["loading", ""], [1, "status-display-wrapper"], [4, "ngIf", "ngIfElse"], [1, "material-icons-outlined"], ["class", "text-xl-semi-bold status-display-row-title", 3, "innerHtml", 4, "ngIf"], ["class", "text-l status-display-row-description", 3, "innerHtml", 4, "ngIf"], ["class", "text-l status-display-row-extra", 3, "innerHtml", 4, "ngIf"], [1, "text-xl-semi-bold", "status-display-row-title", 3, "innerHtml"], [1, "text-l", "status-display-row-description", 3, "innerHtml"], [1, "text-l", "status-display-row-extra", 3, "innerHtml"], ["color", "accent"]], template: function StatusDisplayComponent_Template(rf, ctx) { if (rf & 1) {
3859
3859
  i0.ɵɵprojectionDef();
3860
3860
  i0.ɵɵelementStart(0, "div", 1);
3861
3861
  i0.ɵɵtemplate(1, StatusDisplayComponent_ng_container_1_Template, 8, 4, "ng-container", 2)(2, StatusDisplayComponent_ng_template_2_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
@@ -3875,7 +3875,7 @@ class StatusDisplayComponent {
3875
3875
  }] }); })();
3876
3876
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StatusDisplayComponent, { className: "StatusDisplayComponent", filePath: "lib/status-display/status-display.component.ts", lineNumber: 10 }); })();
3877
3877
 
3878
- const _c0$8 = ["tableContainer"];
3878
+ const _c0$9 = ["tableContainer"];
3879
3879
  const _c1$3 = ["filterBar"];
3880
3880
  const _c2$1 = [[["", "additionalActions", ""]], [["", "batchActions", ""]], "*"];
3881
3881
  const _c3 = ["[additionalActions]", "[batchActions]", "*"];
@@ -4402,7 +4402,7 @@ class MultiFunctionalTableComponent {
4402
4402
  } }, viewQuery: function MultiFunctionalTableComponent_Query(rf, ctx) { if (rf & 1) {
4403
4403
  i0.ɵɵviewQuery(MatTable, 7);
4404
4404
  i0.ɵɵviewQuery(MatSort, 5);
4405
- i0.ɵɵviewQuery(_c0$8, 5);
4405
+ i0.ɵɵviewQuery(_c0$9, 5);
4406
4406
  i0.ɵɵviewQuery(_c1$3, 5);
4407
4407
  i0.ɵɵviewQuery(MatPaginator, 5);
4408
4408
  i0.ɵɵviewQuery(MatTable, 5, ElementRef);
@@ -4741,7 +4741,7 @@ class ConfirmationService {
4741
4741
 
4742
4742
  const OPEN_CLOSE_BTN_ICONS_TOKEN = 'OPEN_CLOSE_BTN_ICONS_TOKEN';
4743
4743
 
4744
- const _c0$7 = ["*"];
4744
+ const _c0$8 = ["*"];
4745
4745
  function OpenCloseButtonComponent_button_0_span_5_Template(rf, ctx) { if (rf & 1) {
4746
4746
  i0.ɵɵelementStart(0, "span", 7);
4747
4747
  i0.ɵɵtext(1);
@@ -4813,7 +4813,7 @@ class OpenCloseButtonComponent {
4813
4813
  } if (rf & 2) {
4814
4814
  let _t;
4815
4815
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.button = _t.first);
4816
- } }, inputs: { disableFocusOnAction: "disableFocusOnAction", disabled: "disabled", isIcon: "isIcon", ariaLabelCode: "ariaLabelCode", isOpened: "isOpened" }, standalone: false, ngContentSelectors: _c0$7, decls: 2, vars: 2, consts: [["closed", ""], ["mat-button", "", 3, "disabled", "disableRipple", "ngClass.lt-md", 4, "ngIf"], ["mat-icon-button", "", "fxLayoutAlign", "center center", 3, "disabled", 4, "ngIf"], ["mat-button", "", 3, "disabled", "disableRipple", "ngClass.lt-md"], ["fxLayout", "row", "fxLayoutAlign", "center center"], ["fxLayoutAlign", "center center", 1, "open-close-button-content", "text-l"], ["class", "material-icons spin", 4, "ngIf", "ngIfElse"], [1, "material-icons", "spin"], ["mat-icon-button", "", "fxLayoutAlign", "center center", 3, "disabled"], [1, "material-icons"]], template: function OpenCloseButtonComponent_Template(rf, ctx) { if (rf & 1) {
4816
+ } }, inputs: { disableFocusOnAction: "disableFocusOnAction", disabled: "disabled", isIcon: "isIcon", ariaLabelCode: "ariaLabelCode", isOpened: "isOpened" }, standalone: false, ngContentSelectors: _c0$8, decls: 2, vars: 2, consts: [["closed", ""], ["mat-button", "", 3, "disabled", "disableRipple", "ngClass.lt-md", 4, "ngIf"], ["mat-icon-button", "", "fxLayoutAlign", "center center", 3, "disabled", 4, "ngIf"], ["mat-button", "", 3, "disabled", "disableRipple", "ngClass.lt-md"], ["fxLayout", "row", "fxLayoutAlign", "center center"], ["fxLayoutAlign", "center center", 1, "open-close-button-content", "text-l"], ["class", "material-icons spin", 4, "ngIf", "ngIfElse"], [1, "material-icons", "spin"], ["mat-icon-button", "", "fxLayoutAlign", "center center", 3, "disabled"], [1, "material-icons"]], template: function OpenCloseButtonComponent_Template(rf, ctx) { if (rf & 1) {
4817
4817
  i0.ɵɵprojectionDef();
4818
4818
  i0.ɵɵtemplate(0, OpenCloseButtonComponent_button_0_Template, 8, 9, "button", 1)(1, OpenCloseButtonComponent_button_1_Template, 4, 5, "button", 2);
4819
4819
  } if (rf & 2) {
@@ -5575,7 +5575,7 @@ class TerminologyService {
5575
5575
  }]
5576
5576
  }], () => [{ type: TerminologyConfigService }, { type: AlertService }, { type: TerminologyCollectionService }, { type: TerminologyApiService }], null); })();
5577
5577
 
5578
- const _c0$6 = a0 => ({ termCount: a0 });
5578
+ const _c0$7 = a0 => ({ termCount: a0 });
5579
5579
  const _c1$2 = a0 => ({ date: a0 });
5580
5580
  function TerminologyCollectionCardComponent_ng_container_0_span_6_Template(rf, ctx) { if (rf & 1) {
5581
5581
  i0.ɵɵelementStart(0, "span", 13);
@@ -5653,14 +5653,14 @@ function TerminologyCollectionCardComponent_ng_container_0_div_8_span_4_Template
5653
5653
  i0.ɵɵpipe(1, "translate");
5654
5654
  } if (rf & 2) {
5655
5655
  const ctx_r1 = i0.ɵɵnextContext(3);
5656
- i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r1.localizationKey + "TERMS_IN_USE", i0.ɵɵpureFunction1(4, _c0$6, ctx_r1.collection.termCollection.entryCount)), i0.ɵɵsanitizeHtml);
5656
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r1.localizationKey + "TERMS_IN_USE", i0.ɵɵpureFunction1(4, _c0$7, ctx_r1.collection.termCollection.entryCount)), i0.ɵɵsanitizeHtml);
5657
5657
  } }
5658
5658
  function TerminologyCollectionCardComponent_ng_container_0_div_8_ng_template_5_Template(rf, ctx) { if (rf & 1) {
5659
5659
  i0.ɵɵelement(0, "span", 24);
5660
5660
  i0.ɵɵpipe(1, "translate");
5661
5661
  } if (rf & 2) {
5662
5662
  const ctx_r1 = i0.ɵɵnextContext(3);
5663
- i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r1.localizationKey + "TERMS_IN_USE", i0.ɵɵpureFunction1(4, _c0$6, ctx_r1.collection.termCount)), i0.ɵɵsanitizeHtml);
5663
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r1.localizationKey + "TERMS_IN_USE", i0.ɵɵpureFunction1(4, _c0$7, ctx_r1.collection.termCount)), i0.ɵɵsanitizeHtml);
5664
5664
  } }
5665
5665
  function TerminologyCollectionCardComponent_ng_container_0_div_8_span_7_Template(rf, ctx) { if (rf & 1) {
5666
5666
  i0.ɵɵelementStart(0, "span", 25);
@@ -5859,7 +5859,7 @@ class TerminologyCollectionCardComponent {
5859
5859
  }] }); })();
5860
5860
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TerminologyCollectionCardComponent, { className: "TerminologyCollectionCardComponent", filePath: "lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-card/terminology-collection-card.component.ts", lineNumber: 12 }); })();
5861
5861
 
5862
- const _c0$5 = a0 => ({ collection: a0 });
5862
+ const _c0$6 = a0 => ({ collection: a0 });
5863
5863
  function TerminologyCollectionListComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
5864
5864
  i0.ɵɵelementContainerStart(0);
5865
5865
  i0.ɵɵelementStart(1, "p", 5)(2, "span");
@@ -5894,7 +5894,7 @@ function TerminologyCollectionListComponent_div_7_div_8_Template(rf, ctx) { if (
5894
5894
  i0.ɵɵnextContext();
5895
5895
  const collectionCard_r4 = i0.ɵɵreference(18);
5896
5896
  i0.ɵɵadvance();
5897
- i0.ɵɵproperty("ngTemplateOutlet", collectionCard_r4)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c0$5, collection_r3));
5897
+ i0.ɵɵproperty("ngTemplateOutlet", collectionCard_r4)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c0$6, collection_r3));
5898
5898
  } }
5899
5899
  function TerminologyCollectionListComponent_div_7_div_16_ng_container_1_Template(rf, ctx) { if (rf & 1) {
5900
5900
  i0.ɵɵelementContainer(0);
@@ -5908,7 +5908,7 @@ function TerminologyCollectionListComponent_div_7_div_16_Template(rf, ctx) { if
5908
5908
  i0.ɵɵnextContext();
5909
5909
  const collectionCard_r4 = i0.ɵɵreference(18);
5910
5910
  i0.ɵɵadvance();
5911
- i0.ɵɵproperty("ngTemplateOutlet", collectionCard_r4)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c0$5, collection_r5));
5911
+ i0.ɵɵproperty("ngTemplateOutlet", collectionCard_r4)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c0$6, collection_r5));
5912
5912
  } }
5913
5913
  function TerminologyCollectionListComponent_div_7_ng_template_17_lib_terminology_collection_card_0_Template(rf, ctx) { if (rf & 1) {
5914
5914
  const _r6 = i0.ɵɵgetCurrentView();
@@ -6054,7 +6054,7 @@ class TerminologyCollectionListComponent {
6054
6054
  }] }); })();
6055
6055
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TerminologyCollectionListComponent, { className: "TerminologyCollectionListComponent", filePath: "lib/terminology/components/terminology-panel/terminology-collection-list/terminology-collection-list.component.ts", lineNumber: 13 }); })();
6056
6056
 
6057
- const _c0$4 = (a0, a1) => ({ appName: a0, termPortalName: a1 });
6057
+ const _c0$5 = (a0, a1) => ({ appName: a0, termPortalName: a1 });
6058
6058
  const _c1$1 = (a0, a1) => ({ minLength: a0, maxLength: a1 });
6059
6059
  function TerminologyCreateCollectionDialogComponent_mat_error_13_Template(rf, ctx) { if (rf & 1) {
6060
6060
  i0.ɵɵelementStart(0, "mat-error");
@@ -6133,7 +6133,7 @@ class TerminologyCreateCollectionDialogComponent {
6133
6133
  i0.ɵɵadvance();
6134
6134
  i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 8, "TERM_COLLECTIONS.CREATE_DIALOG.TITLE"));
6135
6135
  i0.ɵɵadvance(4);
6136
- i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind2(6, 10, "TERM_COLLECTIONS.CREATE_DIALOG.DESCRIPTION_1", i0.ɵɵpureFunction2(19, _c0$4, ctx.appName, ctx.termPortalName)), i0.ɵɵsanitizeHtml);
6136
+ i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind2(6, 10, "TERM_COLLECTIONS.CREATE_DIALOG.DESCRIPTION_1", i0.ɵɵpureFunction2(19, _c0$5, ctx.appName, ctx.termPortalName)), i0.ɵɵsanitizeHtml);
6137
6137
  i0.ɵɵadvance(2);
6138
6138
  i0.ɵɵproperty("formGroup", ctx.form);
6139
6139
  i0.ɵɵadvance(3);
@@ -6221,7 +6221,7 @@ class TerminologyCreateCollectionComponent {
6221
6221
  }] }); })();
6222
6222
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TerminologyCreateCollectionComponent, { className: "TerminologyCreateCollectionComponent", filePath: "lib/terminology/components/terminology-panel/terminology-create-collection/terminology-create-collection.component.ts", lineNumber: 14 }); })();
6223
6223
 
6224
- const _c0$3 = (a0, a1) => ({ signInUrl: a0, startTrialUrl: a1 });
6224
+ const _c0$4 = (a0, a1) => ({ signInUrl: a0, startTrialUrl: a1 });
6225
6225
  function TerminologyPanelComponent_ng_container_1_footer_2_a_2_Template(rf, ctx) { if (rf & 1) {
6226
6226
  i0.ɵɵelementStart(0, "a", 9);
6227
6227
  i0.ɵɵtext(1);
@@ -6265,7 +6265,7 @@ function TerminologyPanelComponent_ng_template_2_p_8_Template(rf, ctx) { if (rf
6265
6265
  i0.ɵɵpipe(1, "translate");
6266
6266
  } if (rf & 2) {
6267
6267
  const ctx_r1 = i0.ɵɵnextContext(2);
6268
- i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind2(1, 1, ctx_r1.readerLocalizationKey + "TEXT", i0.ɵɵpureFunction2(4, _c0$3, ctx_r1.signInUrl, ctx_r1.startTrialUrl)), i0.ɵɵsanitizeHtml);
6268
+ i0.ɵɵproperty("innerHtml", i0.ɵɵpipeBind2(1, 1, ctx_r1.readerLocalizationKey + "TEXT", i0.ɵɵpureFunction2(4, _c0$4, ctx_r1.signInUrl, ctx_r1.startTrialUrl)), i0.ɵɵsanitizeHtml);
6269
6269
  } }
6270
6270
  function TerminologyPanelComponent_ng_template_2_ng_template_9_Template(rf, ctx) { if (rf & 1) {
6271
6271
  i0.ɵɵelementStart(0, "p");
@@ -7055,7 +7055,7 @@ class LLMHelperService {
7055
7055
  }]
7056
7056
  }], () => [{ type: i1$4.QuotaService }], null); })();
7057
7057
 
7058
- const _c0$2 = ["textarea"];
7058
+ const _c0$3 = ["textarea"];
7059
7059
  class LLMTextareaComponent {
7060
7060
  constructor(clipboard) {
7061
7061
  this.clipboard = clipboard;
@@ -7097,7 +7097,7 @@ class LLMTextareaComponent {
7097
7097
  }
7098
7098
  static { this.ɵfac = function LLMTextareaComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LLMTextareaComponent)(i0.ɵɵdirectiveInject(i1$5.Clipboard)); }; }
7099
7099
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LLMTextareaComponent, selectors: [["lib-llm-textarea"]], viewQuery: function LLMTextareaComponent_Query(rf, ctx) { if (rf & 1) {
7100
- i0.ɵɵviewQuery(_c0$2, 5);
7100
+ i0.ɵɵviewQuery(_c0$3, 5);
7101
7101
  } if (rf & 2) {
7102
7102
  let _t;
7103
7103
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.textarea = _t.first);
@@ -7155,7 +7155,7 @@ class LLMTextareaComponent {
7155
7155
  }] }); })();
7156
7156
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LLMTextareaComponent, { className: "LLMTextareaComponent", filePath: "lib/llm/shared/llm-textarea/llm-textarea.component.ts", lineNumber: 12 }); })();
7157
7157
 
7158
- const _c0$1 = (a0, a1) => ({ limit: a0, subscriptionUrl: a1 });
7158
+ const _c0$2 = (a0, a1) => ({ limit: a0, subscriptionUrl: a1 });
7159
7159
  function LLMTextareaWithActionsComponent_lib_tld_notification_message_6_Template(rf, ctx) { if (rf & 1) {
7160
7160
  const _r2 = i0.ɵɵgetCurrentView();
7161
7161
  i0.ɵɵelementStart(0, "lib-tld-notification-message", 15);
@@ -7202,7 +7202,7 @@ function LLMTextareaWithActionsComponent_div_10_Template(rf, ctx) { if (rf & 1)
7202
7202
  i0.ɵɵpipe(1, "translate");
7203
7203
  } if (rf & 2) {
7204
7204
  const ctx_r3 = i0.ɵɵnextContext();
7205
- i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r3.localizationKey + "LIMIT", i0.ɵɵpureFunction2(4, _c0$1, ctx_r3.quotaLeft, ctx_r3.subscriptionUrl)), i0.ɵɵsanitizeHtml);
7205
+ i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind2(1, 1, ctx_r3.localizationKey + "LIMIT", i0.ɵɵpureFunction2(4, _c0$2, ctx_r3.quotaLeft, ctx_r3.subscriptionUrl)), i0.ɵɵsanitizeHtml);
7206
7206
  } }
7207
7207
  function LLMTextareaWithActionsComponent_button_12_Template(rf, ctx) { if (rf & 1) {
7208
7208
  const _r7 = i0.ɵɵgetCurrentView();
@@ -8291,7 +8291,7 @@ class ChargebeeMountService {
8291
8291
  }]
8292
8292
  }], null, null); })();
8293
8293
 
8294
- const _c0 = ["*"];
8294
+ const _c0$1 = ["*"];
8295
8295
  const _c1 = a0 => ({ date: a0 });
8296
8296
  const _c2 = (a0, a1, a2) => ({ used: a0, limit: a1, percent: a2 });
8297
8297
  function SubscriptionComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
@@ -8638,7 +8638,7 @@ class SubscriptionComponent {
8638
8638
  return `${parseFloat((bytes / Math.pow(k, i)).toFixed(dm))} ${sizes[i]}`;
8639
8639
  }
8640
8640
  static { this.ɵfac = function SubscriptionComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SubscriptionComponent)(); }; }
8641
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscriptionComponent, selectors: [["lib-subscription"]], inputs: { token: [1, "token"], subscription: [1, "subscription"], quota: [1, "quota"], visibleQuotaTypes: [1, "visibleQuotaTypes"], contactUsUrl: [1, "contactUsUrl"], chargebeeSettings: [1, "chargebeeSettings"] }, outputs: { manageClick: "manageClick", contactUsClick: "contactUsClick" }, ngContentSelectors: _c0, decls: 7, vars: 5, consts: [[1, "subscription-actions-wrapper"], ["mat-flat-button", "", "color", "accent", "href", "javascript:void(0)", "data-cb-type", "portal", 1, "manage-sub-btn", "button-row-element"], ["mat-stroked-button", "", "target", "_blank", "color", "accent"], [1, "subscription-section-title", "text-l-semi-bold"], [1, "subscription-data-row"], [1, "subscription-label"], [1, "label"], [1, "subscription-data"], ["fxLayout", "row", 1, "subscription-data-row"], [1, "subscription-limit-wrapper"], [3, "value"], [1, "subscription-limit"], [1, "text-l-semi-bold"], ["mat-flat-button", "", "color", "accent", "href", "javascript:void(0)", "data-cb-type", "portal", 1, "manage-sub-btn", "button-row-element", 3, "click"], ["mat-stroked-button", "", "target", "_blank", "color", "accent", 3, "click"]], template: function SubscriptionComponent_Template(rf, ctx) { if (rf & 1) {
8641
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscriptionComponent, selectors: [["lib-subscription"]], inputs: { token: [1, "token"], subscription: [1, "subscription"], quota: [1, "quota"], visibleQuotaTypes: [1, "visibleQuotaTypes"], contactUsUrl: [1, "contactUsUrl"], chargebeeSettings: [1, "chargebeeSettings"] }, outputs: { manageClick: "manageClick", contactUsClick: "contactUsClick" }, ngContentSelectors: _c0$1, decls: 7, vars: 5, consts: [[1, "subscription-actions-wrapper"], ["mat-flat-button", "", "color", "accent", "href", "javascript:void(0)", "data-cb-type", "portal", 1, "manage-sub-btn", "button-row-element"], ["mat-stroked-button", "", "target", "_blank", "color", "accent"], [1, "subscription-section-title", "text-l-semi-bold"], [1, "subscription-data-row"], [1, "subscription-label"], [1, "label"], [1, "subscription-data"], ["fxLayout", "row", 1, "subscription-data-row"], [1, "subscription-limit-wrapper"], [3, "value"], [1, "subscription-limit"], [1, "text-l-semi-bold"], ["mat-flat-button", "", "color", "accent", "href", "javascript:void(0)", "data-cb-type", "portal", 1, "manage-sub-btn", "button-row-element", 3, "click"], ["mat-stroked-button", "", "target", "_blank", "color", "accent", 3, "click"]], template: function SubscriptionComponent_Template(rf, ctx) { if (rf & 1) {
8642
8642
  i0.ɵɵprojectionDef();
8643
8643
  i0.ɵɵconditionalCreate(0, SubscriptionComponent_Conditional_0_Template, 19, 11);
8644
8644
  i0.ɵɵconditionalCreate(1, SubscriptionComponent_Conditional_1_Template, 15, 8);
@@ -10144,41 +10144,74 @@ const provideLanguageService = (config) => {
10144
10144
  ]);
10145
10145
  };
10146
10146
 
10147
- function StatusPillComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
10148
- i0.ɵɵelementStart(0, "span", 1);
10149
- i0.ɵɵtext(1);
10147
+ const _c0 = ["*"];
10148
+ function StatusPillComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
10149
+ i0.ɵɵelementStart(0, "button", 3);
10150
+ i0.ɵɵpipe(1, "lowercase");
10151
+ i0.ɵɵelementContainer(2, 4);
10152
+ i0.ɵɵelementEnd();
10153
+ } if (rf & 2) {
10154
+ const ctx_r0 = i0.ɵɵnextContext();
10155
+ const pillContent_r2 = i0.ɵɵreference(3);
10156
+ i0.ɵɵclassMap(i0.ɵɵinterpolate1("status-pill status-pill--", ctx_r0.size(), " status-pill--clickable"));
10157
+ i0.ɵɵproperty("ngClass", i0.ɵɵpipeBind1(1, 6, ctx_r0.status()))("matTooltip", ctx_r0.tooltip());
10158
+ i0.ɵɵadvance(2);
10159
+ i0.ɵɵproperty("ngTemplateOutlet", pillContent_r2);
10160
+ } }
10161
+ function StatusPillComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
10162
+ i0.ɵɵelementStart(0, "div", 5);
10163
+ i0.ɵɵpipe(1, "lowercase");
10164
+ i0.ɵɵelementContainer(2, 4);
10150
10165
  i0.ɵɵelementEnd();
10151
10166
  } if (rf & 2) {
10152
10167
  const ctx_r0 = i0.ɵɵnextContext();
10168
+ const pillContent_r2 = i0.ɵɵreference(3);
10169
+ i0.ɵɵclassMap(i0.ɵɵinterpolate1("status-pill status-pill--", ctx_r0.size()));
10170
+ i0.ɵɵproperty("ngClass", i0.ɵɵpipeBind1(1, 6, ctx_r0.status()))("matTooltip", ctx_r0.tooltip());
10171
+ i0.ɵɵadvance(2);
10172
+ i0.ɵɵproperty("ngTemplateOutlet", pillContent_r2);
10173
+ } }
10174
+ function StatusPillComponent_ng_template_2_Conditional_0_Template(rf, ctx) { if (rf & 1) {
10175
+ i0.ɵɵelementStart(0, "span", 6);
10176
+ i0.ɵɵtext(1);
10177
+ i0.ɵɵelementEnd();
10178
+ } if (rf & 2) {
10179
+ const ctx_r0 = i0.ɵɵnextContext(2);
10153
10180
  i0.ɵɵadvance();
10154
10181
  i0.ɵɵtextInterpolate(ctx_r0.icon());
10155
10182
  } }
10183
+ function StatusPillComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
10184
+ i0.ɵɵconditionalCreate(0, StatusPillComponent_ng_template_2_Conditional_0_Template, 2, 1, "span", 6);
10185
+ i0.ɵɵtext(1);
10186
+ i0.ɵɵprojection(2);
10187
+ } if (rf & 2) {
10188
+ const ctx_r0 = i0.ɵɵnextContext();
10189
+ i0.ɵɵconditional(ctx_r0.icon() ? 0 : -1);
10190
+ i0.ɵɵadvance();
10191
+ i0.ɵɵtextInterpolate1(" ", ctx_r0.status(), " ");
10192
+ } }
10156
10193
  class StatusPillComponent {
10157
10194
  constructor() {
10158
10195
  this.icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
10196
+ this.size = input('default', ...(ngDevMode ? [{ debugName: "size" }] : []));
10159
10197
  this.status = input(...(ngDevMode ? [undefined, { debugName: "status" }] : []));
10198
+ this.type = input('default', ...(ngDevMode ? [{ debugName: "type" }] : []));
10160
10199
  this.tooltip = input(...(ngDevMode ? [undefined, { debugName: "tooltip" }] : []));
10161
10200
  }
10162
10201
  static { this.ɵfac = function StatusPillComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StatusPillComponent)(); }; }
10163
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StatusPillComponent, selectors: [["lib-status-pill"]], inputs: { icon: [1, "icon"], status: [1, "status"], tooltip: [1, "tooltip"] }, decls: 4, vars: 6, consts: [[1, "status-pill", 3, "ngClass", "matTooltip"], [1, "material-icons", "material-icons-outlined"]], template: function StatusPillComponent_Template(rf, ctx) { if (rf & 1) {
10164
- i0.ɵɵelementStart(0, "div", 0);
10165
- i0.ɵɵpipe(1, "lowercase");
10166
- i0.ɵɵconditionalCreate(2, StatusPillComponent_Conditional_2_Template, 2, 1, "span", 1);
10167
- i0.ɵɵtext(3);
10168
- i0.ɵɵelementEnd();
10202
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: StatusPillComponent, selectors: [["lib-status-pill"]], inputs: { icon: [1, "icon"], size: [1, "size"], status: [1, "status"], type: [1, "type"], tooltip: [1, "tooltip"] }, ngContentSelectors: _c0, decls: 4, vars: 1, consts: [["pillContent", ""], ["type", "button", 3, "class", "ngClass", "matTooltip"], [3, "class", "ngClass", "matTooltip"], ["type", "button", 3, "ngClass", "matTooltip"], [3, "ngTemplateOutlet"], [3, "ngClass", "matTooltip"], [1, "material-icons", "material-icons-outlined"]], template: function StatusPillComponent_Template(rf, ctx) { if (rf & 1) {
10203
+ i0.ɵɵprojectionDef();
10204
+ i0.ɵɵconditionalCreate(0, StatusPillComponent_Conditional_0_Template, 3, 8, "button", 1)(1, StatusPillComponent_Conditional_1_Template, 3, 8, "div", 2);
10205
+ i0.ɵɵtemplate(2, StatusPillComponent_ng_template_2_Template, 3, 2, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
10169
10206
  } if (rf & 2) {
10170
- i0.ɵɵproperty("ngClass", i0.ɵɵpipeBind1(1, 4, ctx.status()))("matTooltip", ctx.tooltip());
10171
- i0.ɵɵadvance(2);
10172
- i0.ɵɵconditional(ctx.icon() ? 2 : -1);
10173
- i0.ɵɵadvance();
10174
- i0.ɵɵtextInterpolate1(" ", ctx.status(), "\n");
10175
- } }, dependencies: [CommonModule, i1$1.NgClass, MatTooltipModule, i2$3.MatTooltip, MatIconModule, i1$1.LowerCasePipe], styles: [".status-pill[_ngcontent-%COMP%]{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid;border-radius:9999px;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap}.material-icons[_ngcontent-%COMP%]{font-size:16px}"] }); }
10207
+ i0.ɵɵconditional(ctx.type() === "clickable" ? 0 : 1);
10208
+ } }, dependencies: [CommonModule, i1$1.NgClass, i1$1.NgTemplateOutlet, MatTooltipModule, i2$3.MatTooltip, MatIconModule, i1$1.LowerCasePipe], styles: [".status-pill[_ngcontent-%COMP%]{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid;border-radius:9999px;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap}.status-pill--clickable[_ngcontent-%COMP%]{appearance:none;background:transparent;cursor:pointer;color:inherit;text-align:inherit}.status-pill--small[_ngcontent-%COMP%]{gap:2px;padding:4px 8px;font-size:10px;font-weight:500}.status-pill--small[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{font-size:14px}.material-icons[_ngcontent-%COMP%]{font-size:16px}"] }); }
10176
10209
  }
10177
10210
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StatusPillComponent, [{
10178
10211
  type: Component,
10179
- args: [{ selector: 'lib-status-pill', imports: [CommonModule, MatTooltipModule, MatIconModule], template: "<div class=\"status-pill\" [ngClass]=\"status() | lowercase\" [matTooltip]=\"tooltip()\">\r\n\t@if (icon()) {\r\n\t\t<span class=\"material-icons material-icons-outlined\">{{ icon() }}</span>\r\n\t}\r\n\r\n\t{{ status() }}\r\n</div>\r\n", styles: [".status-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid;border-radius:9999px;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap}.material-icons{font-size:16px}\n"] }]
10180
- }], null, { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], status: [{ type: i0.Input, args: [{ isSignal: true, alias: "status", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }] }); })();
10181
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StatusPillComponent, { className: "StatusPillComponent", filePath: "lib/status-pill/status-pill.component.ts", lineNumber: 12 }); })();
10212
+ args: [{ selector: 'lib-status-pill', imports: [CommonModule, MatTooltipModule, MatIconModule], template: "@if (type() === \"clickable\") {\r\n\t<button type=\"button\" class=\"status-pill status-pill--{{ size() }} status-pill--clickable\" [ngClass]=\"status() | lowercase\" [matTooltip]=\"tooltip()\">\r\n\t\t<ng-container [ngTemplateOutlet]=\"pillContent\"></ng-container>\r\n\t</button>\r\n} @else {\r\n\t<div class=\"status-pill status-pill--{{ size() }}\" [ngClass]=\"status() | lowercase\" [matTooltip]=\"tooltip()\">\r\n\t\t<ng-container [ngTemplateOutlet]=\"pillContent\"></ng-container>\r\n\t</div>\r\n}\r\n\r\n<ng-template #pillContent>\r\n\t@if (icon()) {\r\n\t\t<span class=\"material-icons material-icons-outlined\">{{ icon() }}</span>\r\n\t}\r\n\r\n\t{{ status() }}\r\n\r\n\t<ng-content></ng-content>\r\n</ng-template>\r\n", styles: [".status-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid;border-radius:9999px;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap}.status-pill--clickable{appearance:none;background:transparent;cursor:pointer;color:inherit;text-align:inherit}.status-pill--small{gap:2px;padding:4px 8px;font-size:10px;font-weight:500}.status-pill--small .material-icons{font-size:14px}.material-icons{font-size:16px}\n"] }]
10213
+ }], null, { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], status: [{ type: i0.Input, args: [{ isSignal: true, alias: "status", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], tooltip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltip", required: false }] }] }); })();
10214
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(StatusPillComponent, { className: "StatusPillComponent", filePath: "lib/status-pill/status-pill.component.ts", lineNumber: 15 }); })();
10182
10215
 
10183
10216
  /*
10184
10217
  * Public API Surface of ngx-common