@everymatrix/stage-mm-verification-report 1.0.14 → 1.0.15

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.
Files changed (35) hide show
  1. package/app.component.css.map +2 -2
  2. package/{chunk-ASC7H5NM.js → chunk-2SMQV2OO.js} +3 -2
  3. package/{chunk-G3EGCVBN.js → chunk-57JN4OKS.js} +2 -1
  4. package/chunk-7Y64O76G.js +43327 -0
  5. package/chunk-7Y64O76G.js.map +1 -0
  6. package/{chunk-AO6WY7SS.js → chunk-C7TDIIUY.js} +3 -3
  7. package/chunk-FM6XMJHR.js +9 -0
  8. package/{chunk-LAU42YHY.js → chunk-SQF7N67X.js} +2 -2
  9. package/chunk-TG4YM6D7.js +21 -0
  10. package/chunk-TG4YM6D7.js.map +7 -0
  11. package/{chunk-S6DMBQOC.js → chunk-ZCL2MAJ3.js} +30 -18
  12. package/{chunk-S6DMBQOC.js.map → chunk-ZCL2MAJ3.js.map} +1 -1
  13. package/delete-template-modal.css.map +2 -2
  14. package/dm-button-lib.component.css.map +2 -2
  15. package/dm-date-picker-lib.component.css.map +2 -2
  16. package/dm-input-text-lib.component.css.map +2 -2
  17. package/dm-range-date-picker-lib.component.css.map +2 -2
  18. package/dm-select-lib.component.css.map +2 -2
  19. package/dm-ui-grid-lib.component.css.map +2 -2
  20. package/domains-overload-modal.css.map +2 -2
  21. package/index.html +1 -1
  22. package/main.js +11510 -51043
  23. package/main.js.map +1 -1
  24. package/package.json +1 -1
  25. package/report-configuration-modal.css.map +2 -2
  26. package/send-settings-modal.css.map +2 -2
  27. package/styles.css +2 -1
  28. package/styles.css.map +2 -2
  29. package/template-select-modal.css.map +2 -2
  30. package/chunk-UDHA2F3U.js +0 -9
  31. /package/{chunk-ASC7H5NM.js.map → chunk-2SMQV2OO.js.map} +0 -0
  32. /package/{chunk-G3EGCVBN.js.map → chunk-57JN4OKS.js.map} +0 -0
  33. /package/{chunk-AO6WY7SS.js.map → chunk-C7TDIIUY.js.map} +0 -0
  34. /package/{chunk-UDHA2F3U.js.map → chunk-FM6XMJHR.js.map} +0 -0
  35. /package/{chunk-LAU42YHY.js.map → chunk-SQF7N67X.js.map} +0 -0
@@ -3,12 +3,12 @@ import {
3
3
  DialogClasses,
4
4
  DialogModule,
5
5
  DialogStyle
6
- } from "./chunk-ASC7H5NM.js";
7
- import "./chunk-G3EGCVBN.js";
6
+ } from "./chunk-2SMQV2OO.js";
7
+ import "./chunk-57JN4OKS.js";
8
8
  export {
9
9
  Dialog,
10
10
  DialogClasses,
11
11
  DialogModule,
12
12
  DialogStyle
13
13
  };
14
- //# sourceMappingURL=chunk-AO6WY7SS.js.map
14
+ //# sourceMappingURL=chunk-C7TDIIUY.js.map
@@ -0,0 +1,9 @@
1
+ import {
2
+ DeleteTemplateModalComponent
3
+ } from "./chunk-ZCL2MAJ3.js";
4
+ import "./chunk-2SMQV2OO.js";
5
+ import "./chunk-57JN4OKS.js";
6
+ export {
7
+ DeleteTemplateModalComponent
8
+ };
9
+ //# sourceMappingURL=chunk-FM6XMJHR.js.map
@@ -12,7 +12,7 @@ import {
12
12
  style,
13
13
  ɵPRE_STYLE,
14
14
  ɵɵdefineInjectable
15
- } from "./chunk-G3EGCVBN.js";
15
+ } from "./chunk-57JN4OKS.js";
16
16
 
17
17
  // node_modules/@angular/animations/fesm2022/browser.mjs
18
18
  var LINE_START = "\n - ";
@@ -4105,4 +4105,4 @@ export {
4105
4105
  * License: MIT
4106
4106
  *)
4107
4107
  */
4108
- //# sourceMappingURL=chunk-LAU42YHY.js.map
4108
+ //# sourceMappingURL=chunk-SQF7N67X.js.map
@@ -0,0 +1,21 @@
1
+ import {
2
+ DomainsOverloadModalComponent,
3
+ ReportConfigurationModalComponent,
4
+ SaveTemplateModalComponent,
5
+ TemplateSelectModalComponent,
6
+ ToastMessageComponent
7
+ } from "./chunk-7Y64O76G.js";
8
+ import {
9
+ DeleteTemplateModalComponent
10
+ } from "./chunk-ZCL2MAJ3.js";
11
+ import "./chunk-2SMQV2OO.js";
12
+ import "./chunk-57JN4OKS.js";
13
+ export {
14
+ DeleteTemplateModalComponent,
15
+ DomainsOverloadModalComponent,
16
+ ReportConfigurationModalComponent,
17
+ SaveTemplateModalComponent,
18
+ TemplateSelectModalComponent,
19
+ ToastMessageComponent
20
+ };
21
+ //# sourceMappingURL=chunk-TG4YM6D7.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -9,7 +9,7 @@ import {
9
9
  SharedModule,
10
10
  definePreset,
11
11
  providePrimeNG
12
- } from "./chunk-ASC7H5NM.js";
12
+ } from "./chunk-2SMQV2OO.js";
13
13
  import {
14
14
  ANIMATION_MODULE_TYPE,
15
15
  APP_ID,
@@ -46,7 +46,6 @@ import {
46
46
  PendingTasksInternal,
47
47
  RendererFactory2,
48
48
  RendererStyleFlags2,
49
- ReplaySubject,
50
49
  RuntimeError,
51
50
  SecurityContext,
52
51
  SkipSelf,
@@ -148,7 +147,7 @@ import {
148
147
  ɵɵtwoWayBindingSet,
149
148
  ɵɵtwoWayListener,
150
149
  ɵɵtwoWayProperty
151
- } from "./chunk-G3EGCVBN.js";
150
+ } from "./chunk-57JN4OKS.js";
152
151
 
153
152
  // node_modules/angular/angular.js
154
153
  var require_angular = __commonJS({
@@ -27497,6 +27496,9 @@ var SessionService = class _SessionService {
27497
27496
  setupHeaders() {
27498
27497
  interval(12e5).pipe(startWith(0)).subscribe(() => this.getHeaders());
27499
27498
  }
27499
+ setInitData(data) {
27500
+ this.sessionDataSubject.next(data);
27501
+ }
27500
27502
  static \u0275fac = function SessionService_Factory(__ngFactoryType__) {
27501
27503
  return new (__ngFactoryType__ || _SessionService)();
27502
27504
  };
@@ -27758,7 +27760,7 @@ var UiGridCommonService = class _UiGridCommonService {
27758
27760
  return {
27759
27761
  restrict: "E",
27760
27762
  scope: {},
27761
- template: `<div ui-grid="options" class="grid ui-grid-selectable" ng-show="options.isVisible"
27763
+ template: `<div ui-grid="options" class="grid ui-grid-selectable" ng-show="options.isVisible" ng-style="{ 'height': (options.scrollHeight || 360) + 'px' }"
27762
27764
  ui-grid-grouping
27763
27765
  ui-grid-auto-resize
27764
27766
  ui-grid-infinite-scroll
@@ -27932,6 +27934,7 @@ var TemplateService = class _TemplateService {
27932
27934
  sessionService = inject(SessionService);
27933
27935
  template = signal(void 0);
27934
27936
  templateChanged = new Subject();
27937
+ savedTemplate = new Subject();
27935
27938
  templatesList = signal(void 0);
27936
27939
  saveTemplate(templateName, templateDescription, params, reportId, templateId, isTemporary = true) {
27937
27940
  const url = this.apiHandlerService.getACSBaseUrl("save_report_template", "ce");
@@ -27972,7 +27975,6 @@ var TemplateService = class _TemplateService {
27972
27975
  if (template && (template.errorCode || template.successful === "false")) {
27973
27976
  throw new Error(template.message);
27974
27977
  }
27975
- this.template.set(template || null);
27976
27978
  return template;
27977
27979
  }));
27978
27980
  }
@@ -28010,6 +28012,9 @@ var TemplateService = class _TemplateService {
28010
28012
  get templateChangedSubject() {
28011
28013
  return this.templateChanged;
28012
28014
  }
28015
+ get savedTemplateSubject() {
28016
+ return this.savedTemplate;
28017
+ }
28013
28018
  static \u0275fac = function TemplateService_Factory(__ngFactoryType__) {
28014
28019
  return new (__ngFactoryType__ || _TemplateService)();
28015
28020
  };
@@ -28433,7 +28438,8 @@ var SendingService = class _SendingService {
28433
28438
 
28434
28439
  // libs/shared/data-access/utils/src/lib/services/tracing-info.service.ts
28435
28440
  var TracingInfoService = class _TracingInfoService {
28436
- tracingInfoSubject = new ReplaySubject(1);
28441
+ tracingInfoSubject = new BehaviorSubject(null);
28442
+ tracingInfoData$ = this.tracingInfoSubject.asObservable();
28437
28443
  constructor() {
28438
28444
  this.setupTracingInfo();
28439
28445
  }
@@ -28447,12 +28453,12 @@ var TracingInfoService = class _TracingInfoService {
28447
28453
  this.tracingInfoSubject.next(e.data.payload);
28448
28454
  }
28449
28455
  };
28450
- get tracingSubj() {
28451
- return this.tracingInfoSubject;
28452
- }
28453
28456
  setupTracingInfo() {
28454
28457
  interval(12e5).pipe(startWith(0)).subscribe(() => this.getTracingInfo());
28455
28458
  }
28459
+ setInitData(data) {
28460
+ this.tracingInfoSubject.next(data);
28461
+ }
28456
28462
  static \u0275fac = function TracingInfoService_Factory(__ngFactoryType__) {
28457
28463
  return new (__ngFactoryType__ || _TracingInfoService)();
28458
28464
  };
@@ -30168,7 +30174,7 @@ var AsyncAnimationRendererFactory = class _AsyncAnimationRendererFactory {
30168
30174
  * @internal
30169
30175
  */
30170
30176
  loadImpl() {
30171
- const loadFn = () => this.moduleImpl ?? import("./chunk-LAU42YHY.js").then((m) => m);
30177
+ const loadFn = () => this.moduleImpl ?? import("./chunk-SQF7N67X.js").then((m) => m);
30172
30178
  let moduleImplPromise;
30173
30179
  if (this.loadingSchedulerFn) {
30174
30180
  moduleImplPromise = this.loadingSchedulerFn(loadFn);
@@ -36215,12 +36221,12 @@ var primengCustomPreset = definePreset(lara_default, {
36215
36221
  paddingX: "12px",
36216
36222
  paddingY: "8px",
36217
36223
  css: () => `
36218
- .form-control-field {
36224
+ .form-control-field, .p-autocomplete-input {
36219
36225
  &:focus-visible {
36220
36226
  box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16)!important;
36221
36227
  }
36222
36228
  }
36223
- .form-control-field:focus-visible {
36229
+ .form-control-field:focus-visible, .p-autocomplete-input:focus-visible, {
36224
36230
  box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16)!important;
36225
36231
  }
36226
36232
  .input:focus-visible {
@@ -36505,6 +36511,11 @@ var primengCustomPreset = definePreset(lara_default, {
36505
36511
  .datepicker-wrapper, .p-datepicker {
36506
36512
  .p-inputtext {
36507
36513
  padding-inline: 32px;
36514
+ &:placeholder {
36515
+ padding-inline: unset;
36516
+ padding-inline-start: 32px;
36517
+ padding-inline-end: 12px;
36518
+ }
36508
36519
  }
36509
36520
  }
36510
36521
 
@@ -36637,7 +36648,8 @@ var primengCustomPreset = definePreset(lara_default, {
36637
36648
  }
36638
36649
 
36639
36650
  .p-dialog-content {
36640
- padding: 0 24px 24px 24px;
36651
+ padding: 0 24px 19px 24px;
36652
+ margin-bottom: 5px;
36641
36653
  &::-webkit-scrollbar {
36642
36654
  width: 6px;
36643
36655
  height: 6px;
@@ -37331,7 +37343,7 @@ var DmButtonLibComponent = class _DmButtonLibComponent {
37331
37343
  \u0275\u0275advance(2);
37332
37344
  \u0275\u0275conditional(ctx.text ? 2 : -1);
37333
37345
  }
37334
- }, dependencies: [NgClass, NgStyle], styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-button-lib/src/lib/dm-button-lib/dm-button-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.dm-button {\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 8px;\n text-align: center;\n background: transparent;\n border: none;\n cursor: pointer;\n font-weight: 600;\n}\n.dm-button.primary-filled {\n background: #0076dd;\n color: #ffffff;\n border: none;\n}\n.dm-button.primary-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #0076dd;\n}\n.dm-button.primary-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 118, 221, 0.16);\n}\n.dm-button.primary-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #0076dd;\n}\n.dm-button.primary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #0076dd;\n}\n.dm-button.primary-outlined {\n background: transparent;\n color: #0076dd;\n border: 1px solid #0076dd;\n}\n.dm-button.primary-outlined:hover:not(:disabled) {\n background: rgba(0, 118, 221, 0.08);\n}\n.dm-button.primary-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 118, 221, 0.16);\n}\n.dm-button.primary-outlined:active:not(:disabled) {\n background: rgba(0, 118, 221, 0.22);\n}\n.dm-button.primary-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.secondary-filled {\n background: #5d6983;\n color: #ffffff;\n position: relative;\n}\n.dm-button.secondary-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #5d6983;\n}\n.dm-button.secondary-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);\n}\n.dm-button.secondary-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #5d6983;\n}\n.dm-button.secondary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5d6983;\n}\n.dm-button.secondary-outlined {\n background: transparent;\n color: #5d6983;\n border: 1px solid #5d6983;\n}\n.dm-button.secondary-outlined:hover:not(:disabled) {\n background: rgba(93, 105, 131, 0.08);\n}\n.dm-button.secondary-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);\n}\n.dm-button.secondary-outlined:active:not(:disabled) {\n background: rgba(93, 105, 131, 0.22);\n}\n.dm-button.secondary-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.destructive-filled {\n background: #d6421e;\n color: #ffffff;\n border: none;\n}\n.dm-button.destructive-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #d6421e;\n}\n.dm-button.destructive-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(214, 66, 30, 0.16);\n}\n.dm-button.destructive-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #d6421e;\n}\n.dm-button.destructive-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #d6421e;\n}\n.dm-button.destructive-outlined {\n background: transparent;\n color: #d6421e;\n border: 1px solid #d6421e;\n}\n.dm-button.destructive-outlined:hover:not(:disabled) {\n background: rgba(214, 66, 30, 0.08);\n}\n.dm-button.destructive-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(214, 66, 30, 0.16);\n}\n.dm-button.destructive-outlined:active:not(:disabled) {\n background: rgba(214, 66, 30, 0.22);\n}\n.dm-button.destructive-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.small {\n display: flex;\n padding: 4px 8px;\n gap: 4px;\n border-radius: 4px;\n font-size: 12px;\n line-height: 16px;\n}\n.dm-button.small svg {\n width: 16px;\n height: 16px;\n}\n.dm-button.medium {\n display: flex;\n height: 36px;\n padding: 8px 12px;\n border-radius: 6px;\n font-size: 14px;\n line-height: 18px;\n}\n.dm-button.large {\n display: flex;\n padding: 12px 16px;\n border-radius: 8px;\n font-size: 16px;\n line-height: 20px;\n}\n.dm-button.large svg {\n width: 24px;\n height: 24px;\n}\n.dm-button .dm-button-icon {\n display: flex;\n}\n:host ::ng-deep .dm-button.small .dm-button-icon {\n height: 16px;\n}\n:host ::ng-deep .dm-button.small .dm-button-icon svg {\n width: 16px;\n height: 16px;\n}\n:host ::ng-deep .dm-button.medium .dm-button-icon {\n height: 20px;\n display: flex;\n}\n:host ::ng-deep .dm-button.medium .dm-button-icon svg {\n width: 20px;\n height: 20px;\n}\n:host ::ng-deep .dm-button.large .dm-button-icon {\n height: 24px;\n}\n:host ::ng-deep .dm-button.large .dm-button-icon svg {\n width: 24px;\n height: 24px;\n}\n:host ::ng-deep .primary-outlined .dm-button-icon svg {\n fill: #0076dd;\n}\n:host ::ng-deep .secondary-outlined .dm-button-icon svg {\n fill: #5d6983;\n}\n:host ::ng-deep .primary-filled .dm-button-icon svg,\n:host ::ng-deep .secondary-filled .dm-button-icon svg {\n fill: #ffffff;\n}\n:host ::ng-deep .primary-filled:disabled,\n:host ::ng-deep .secondary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5d6983;\n color: rgba(255, 255, 255, 0.5);\n}\n:host ::ng-deep .primary-filled:disabled svg,\n:host ::ng-deep .secondary-filled:disabled svg {\n fill: rgba(255, 255, 255, 0.5);\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-button-lib.component.css.map */\n'], encapsulation: 3, changeDetection: 0 });
37346
+ }, dependencies: [NgClass, NgStyle], styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-button-lib/src/lib/dm-button-lib/dm-button-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field,\n.form-control-container .p-autocomplete-input {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.dm-button {\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 8px;\n text-align: center;\n background: transparent;\n border: none;\n cursor: pointer;\n font-weight: 600;\n}\n.dm-button.primary-filled {\n background: #0076dd;\n color: #ffffff;\n border: none;\n}\n.dm-button.primary-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #0076dd;\n}\n.dm-button.primary-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 118, 221, 0.16);\n}\n.dm-button.primary-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #0076dd;\n}\n.dm-button.primary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #0076dd;\n}\n.dm-button.primary-outlined {\n background: transparent;\n color: #0076dd;\n border: 1px solid #0076dd;\n}\n.dm-button.primary-outlined:hover:not(:disabled) {\n background: rgba(0, 118, 221, 0.08);\n}\n.dm-button.primary-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 118, 221, 0.16);\n}\n.dm-button.primary-outlined:active:not(:disabled) {\n background: rgba(0, 118, 221, 0.22);\n}\n.dm-button.primary-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.secondary-filled {\n background: #5d6983;\n color: #ffffff;\n position: relative;\n}\n.dm-button.secondary-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #5d6983;\n}\n.dm-button.secondary-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);\n}\n.dm-button.secondary-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #5d6983;\n}\n.dm-button.secondary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5d6983;\n}\n.dm-button.secondary-outlined {\n background: transparent;\n color: #5d6983;\n border: 1px solid #5d6983;\n}\n.dm-button.secondary-outlined:hover:not(:disabled) {\n background: rgba(93, 105, 131, 0.08);\n}\n.dm-button.secondary-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);\n}\n.dm-button.secondary-outlined:active:not(:disabled) {\n background: rgba(93, 105, 131, 0.22);\n}\n.dm-button.secondary-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.destructive-filled {\n background: #d6421e;\n color: #ffffff;\n border: none;\n}\n.dm-button.destructive-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #d6421e;\n}\n.dm-button.destructive-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(214, 66, 30, 0.16);\n}\n.dm-button.destructive-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #d6421e;\n}\n.dm-button.destructive-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #d6421e;\n}\n.dm-button.destructive-outlined {\n background: transparent;\n color: #d6421e;\n border: 1px solid #d6421e;\n}\n.dm-button.destructive-outlined:hover:not(:disabled) {\n background: rgba(214, 66, 30, 0.08);\n}\n.dm-button.destructive-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(214, 66, 30, 0.16);\n}\n.dm-button.destructive-outlined:active:not(:disabled) {\n background: rgba(214, 66, 30, 0.22);\n}\n.dm-button.destructive-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.small {\n display: flex;\n padding: 4px 8px;\n gap: 4px;\n border-radius: 4px;\n font-size: 12px;\n line-height: 16px;\n}\n.dm-button.small svg {\n width: 16px;\n height: 16px;\n}\n.dm-button.medium {\n display: flex;\n height: 36px;\n padding: 8px 12px;\n border-radius: 6px;\n font-size: 14px;\n line-height: 18px;\n}\n.dm-button.large {\n display: flex;\n padding: 12px 16px;\n border-radius: 8px;\n font-size: 16px;\n line-height: 20px;\n}\n.dm-button.large svg {\n width: 24px;\n height: 24px;\n}\n.dm-button .dm-button-icon {\n display: flex;\n}\n:host ::ng-deep .dm-button.small .dm-button-icon {\n height: 16px;\n}\n:host ::ng-deep .dm-button.small .dm-button-icon svg {\n width: 16px;\n height: 16px;\n}\n:host ::ng-deep .dm-button.medium .dm-button-icon {\n height: 20px;\n display: flex;\n}\n:host ::ng-deep .dm-button.medium .dm-button-icon svg {\n width: 20px;\n height: 20px;\n}\n:host ::ng-deep .dm-button.large .dm-button-icon {\n height: 24px;\n}\n:host ::ng-deep .dm-button.large .dm-button-icon svg {\n width: 24px;\n height: 24px;\n}\n:host ::ng-deep .primary-outlined .dm-button-icon svg {\n fill: #0076dd;\n}\n:host ::ng-deep .secondary-outlined .dm-button-icon svg {\n fill: #5d6983;\n}\n:host ::ng-deep .primary-filled .dm-button-icon svg,\n:host ::ng-deep .secondary-filled .dm-button-icon svg {\n fill: #ffffff;\n}\n:host ::ng-deep .primary-filled:disabled,\n:host ::ng-deep .secondary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5d6983;\n color: rgba(255, 255, 255, 0.5);\n}\n:host ::ng-deep .primary-filled:disabled svg,\n:host ::ng-deep .secondary-filled:disabled svg {\n fill: rgba(255, 255, 255, 0.5);\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-button-lib.component.css.map */\n'], encapsulation: 3, changeDetection: 0 });
37335
37347
  };
37336
37348
  (() => {
37337
37349
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(DmButtonLibComponent, [{
@@ -37363,7 +37375,7 @@ var DmButtonLibComponent = class _DmButtonLibComponent {
37363
37375
  }
37364
37376
  <ng-content select="[icon-right]"></ng-content>
37365
37377
  </button>
37366
- `, standalone: true, imports: [NgClass, NgStyle], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.ShadowDom, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-button-lib/src/lib/dm-button-lib/dm-button-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.dm-button {\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 8px;\n text-align: center;\n background: transparent;\n border: none;\n cursor: pointer;\n font-weight: 600;\n}\n.dm-button.primary-filled {\n background: #0076dd;\n color: #ffffff;\n border: none;\n}\n.dm-button.primary-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #0076dd;\n}\n.dm-button.primary-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 118, 221, 0.16);\n}\n.dm-button.primary-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #0076dd;\n}\n.dm-button.primary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #0076dd;\n}\n.dm-button.primary-outlined {\n background: transparent;\n color: #0076dd;\n border: 1px solid #0076dd;\n}\n.dm-button.primary-outlined:hover:not(:disabled) {\n background: rgba(0, 118, 221, 0.08);\n}\n.dm-button.primary-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 118, 221, 0.16);\n}\n.dm-button.primary-outlined:active:not(:disabled) {\n background: rgba(0, 118, 221, 0.22);\n}\n.dm-button.primary-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.secondary-filled {\n background: #5d6983;\n color: #ffffff;\n position: relative;\n}\n.dm-button.secondary-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #5d6983;\n}\n.dm-button.secondary-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);\n}\n.dm-button.secondary-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #5d6983;\n}\n.dm-button.secondary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5d6983;\n}\n.dm-button.secondary-outlined {\n background: transparent;\n color: #5d6983;\n border: 1px solid #5d6983;\n}\n.dm-button.secondary-outlined:hover:not(:disabled) {\n background: rgba(93, 105, 131, 0.08);\n}\n.dm-button.secondary-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);\n}\n.dm-button.secondary-outlined:active:not(:disabled) {\n background: rgba(93, 105, 131, 0.22);\n}\n.dm-button.secondary-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.destructive-filled {\n background: #d6421e;\n color: #ffffff;\n border: none;\n}\n.dm-button.destructive-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #d6421e;\n}\n.dm-button.destructive-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(214, 66, 30, 0.16);\n}\n.dm-button.destructive-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #d6421e;\n}\n.dm-button.destructive-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #d6421e;\n}\n.dm-button.destructive-outlined {\n background: transparent;\n color: #d6421e;\n border: 1px solid #d6421e;\n}\n.dm-button.destructive-outlined:hover:not(:disabled) {\n background: rgba(214, 66, 30, 0.08);\n}\n.dm-button.destructive-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(214, 66, 30, 0.16);\n}\n.dm-button.destructive-outlined:active:not(:disabled) {\n background: rgba(214, 66, 30, 0.22);\n}\n.dm-button.destructive-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.small {\n display: flex;\n padding: 4px 8px;\n gap: 4px;\n border-radius: 4px;\n font-size: 12px;\n line-height: 16px;\n}\n.dm-button.small svg {\n width: 16px;\n height: 16px;\n}\n.dm-button.medium {\n display: flex;\n height: 36px;\n padding: 8px 12px;\n border-radius: 6px;\n font-size: 14px;\n line-height: 18px;\n}\n.dm-button.large {\n display: flex;\n padding: 12px 16px;\n border-radius: 8px;\n font-size: 16px;\n line-height: 20px;\n}\n.dm-button.large svg {\n width: 24px;\n height: 24px;\n}\n.dm-button .dm-button-icon {\n display: flex;\n}\n:host ::ng-deep .dm-button.small .dm-button-icon {\n height: 16px;\n}\n:host ::ng-deep .dm-button.small .dm-button-icon svg {\n width: 16px;\n height: 16px;\n}\n:host ::ng-deep .dm-button.medium .dm-button-icon {\n height: 20px;\n display: flex;\n}\n:host ::ng-deep .dm-button.medium .dm-button-icon svg {\n width: 20px;\n height: 20px;\n}\n:host ::ng-deep .dm-button.large .dm-button-icon {\n height: 24px;\n}\n:host ::ng-deep .dm-button.large .dm-button-icon svg {\n width: 24px;\n height: 24px;\n}\n:host ::ng-deep .primary-outlined .dm-button-icon svg {\n fill: #0076dd;\n}\n:host ::ng-deep .secondary-outlined .dm-button-icon svg {\n fill: #5d6983;\n}\n:host ::ng-deep .primary-filled .dm-button-icon svg,\n:host ::ng-deep .secondary-filled .dm-button-icon svg {\n fill: #ffffff;\n}\n:host ::ng-deep .primary-filled:disabled,\n:host ::ng-deep .secondary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5d6983;\n color: rgba(255, 255, 255, 0.5);\n}\n:host ::ng-deep .primary-filled:disabled svg,\n:host ::ng-deep .secondary-filled:disabled svg {\n fill: rgba(255, 255, 255, 0.5);\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-button-lib.component.css.map */\n'] }]
37378
+ `, standalone: true, imports: [NgClass, NgStyle], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.ShadowDom, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/components/dm-button-lib/src/lib/dm-button-lib/dm-button-lib.component.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field,\n.form-control-container .p-autocomplete-input {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n.dm-button {\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 8px;\n text-align: center;\n background: transparent;\n border: none;\n cursor: pointer;\n font-weight: 600;\n}\n.dm-button.primary-filled {\n background: #0076dd;\n color: #ffffff;\n border: none;\n}\n.dm-button.primary-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #0076dd;\n}\n.dm-button.primary-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 118, 221, 0.16);\n}\n.dm-button.primary-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #0076dd;\n}\n.dm-button.primary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #0076dd;\n}\n.dm-button.primary-outlined {\n background: transparent;\n color: #0076dd;\n border: 1px solid #0076dd;\n}\n.dm-button.primary-outlined:hover:not(:disabled) {\n background: rgba(0, 118, 221, 0.08);\n}\n.dm-button.primary-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 118, 221, 0.16);\n}\n.dm-button.primary-outlined:active:not(:disabled) {\n background: rgba(0, 118, 221, 0.22);\n}\n.dm-button.primary-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.secondary-filled {\n background: #5d6983;\n color: #ffffff;\n position: relative;\n}\n.dm-button.secondary-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #5d6983;\n}\n.dm-button.secondary-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);\n}\n.dm-button.secondary-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #5d6983;\n}\n.dm-button.secondary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5d6983;\n}\n.dm-button.secondary-outlined {\n background: transparent;\n color: #5d6983;\n border: 1px solid #5d6983;\n}\n.dm-button.secondary-outlined:hover:not(:disabled) {\n background: rgba(93, 105, 131, 0.08);\n}\n.dm-button.secondary-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);\n}\n.dm-button.secondary-outlined:active:not(:disabled) {\n background: rgba(93, 105, 131, 0.22);\n}\n.dm-button.secondary-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.destructive-filled {\n background: #d6421e;\n color: #ffffff;\n border: none;\n}\n.dm-button.destructive-filled:hover:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #d6421e;\n}\n.dm-button.destructive-filled:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(214, 66, 30, 0.16);\n}\n.dm-button.destructive-filled:active:not(:disabled) {\n background: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), #d6421e;\n}\n.dm-button.destructive-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #d6421e;\n}\n.dm-button.destructive-outlined {\n background: transparent;\n color: #d6421e;\n border: 1px solid #d6421e;\n}\n.dm-button.destructive-outlined:hover:not(:disabled) {\n background: rgba(214, 66, 30, 0.08);\n}\n.dm-button.destructive-outlined:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 4px rgba(214, 66, 30, 0.16);\n}\n.dm-button.destructive-outlined:active:not(:disabled) {\n background: rgba(214, 66, 30, 0.22);\n}\n.dm-button.destructive-outlined:disabled {\n opacity: 50%;\n}\n.dm-button.small {\n display: flex;\n padding: 4px 8px;\n gap: 4px;\n border-radius: 4px;\n font-size: 12px;\n line-height: 16px;\n}\n.dm-button.small svg {\n width: 16px;\n height: 16px;\n}\n.dm-button.medium {\n display: flex;\n height: 36px;\n padding: 8px 12px;\n border-radius: 6px;\n font-size: 14px;\n line-height: 18px;\n}\n.dm-button.large {\n display: flex;\n padding: 12px 16px;\n border-radius: 8px;\n font-size: 16px;\n line-height: 20px;\n}\n.dm-button.large svg {\n width: 24px;\n height: 24px;\n}\n.dm-button .dm-button-icon {\n display: flex;\n}\n:host ::ng-deep .dm-button.small .dm-button-icon {\n height: 16px;\n}\n:host ::ng-deep .dm-button.small .dm-button-icon svg {\n width: 16px;\n height: 16px;\n}\n:host ::ng-deep .dm-button.medium .dm-button-icon {\n height: 20px;\n display: flex;\n}\n:host ::ng-deep .dm-button.medium .dm-button-icon svg {\n width: 20px;\n height: 20px;\n}\n:host ::ng-deep .dm-button.large .dm-button-icon {\n height: 24px;\n}\n:host ::ng-deep .dm-button.large .dm-button-icon svg {\n width: 24px;\n height: 24px;\n}\n:host ::ng-deep .primary-outlined .dm-button-icon svg {\n fill: #0076dd;\n}\n:host ::ng-deep .secondary-outlined .dm-button-icon svg {\n fill: #5d6983;\n}\n:host ::ng-deep .primary-filled .dm-button-icon svg,\n:host ::ng-deep .secondary-filled .dm-button-icon svg {\n fill: #ffffff;\n}\n:host ::ng-deep .primary-filled:disabled,\n:host ::ng-deep .secondary-filled:disabled {\n background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #5d6983;\n color: rgba(255, 255, 255, 0.5);\n}\n:host ::ng-deep .primary-filled:disabled svg,\n:host ::ng-deep .secondary-filled:disabled svg {\n fill: rgba(255, 255, 255, 0.5);\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=dm-button-lib.component.css.map */\n'] }]
37367
37379
  }], () => [{ type: ElementRef }, { type: ShadowDomStyleInjectorService }], { text: [{
37368
37380
  type: Input
37369
37381
  }], variant: [{
@@ -37703,7 +37715,7 @@ var DeleteTemplateModalComponent = class _DeleteTemplateModalComponent {
37703
37715
  \u0275\u0275advance(2);
37704
37716
  \u0275\u0275property("innerHTML", ctx.description(), \u0275\u0275sanitizeHtml);
37705
37717
  }
37706
- }, dependencies: [DialogModule, Dialog, PrimeTemplate, DmButtonLibComponent, ProgressSpinner], styles: ['\n\n*[_ngcontent-%COMP%], \n[_ngcontent-%COMP%]::before, \n[_ngcontent-%COMP%]::after {\n box-sizing: border-box;\n}\nhtml[_ngcontent-%COMP%] {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n}\nb[_ngcontent-%COMP%], \nstrong[_ngcontent-%COMP%] {\n font-weight: bolder;\n}\ncode[_ngcontent-%COMP%], \nkbd[_ngcontent-%COMP%], \nsamp[_ngcontent-%COMP%], \npre[_ngcontent-%COMP%] {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall[_ngcontent-%COMP%] {\n font-size: 80%;\n}\nsub[_ngcontent-%COMP%], \nsup[_ngcontent-%COMP%] {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub[_ngcontent-%COMP%] {\n bottom: -0.25em;\n}\nsup[_ngcontent-%COMP%] {\n top: -0.5em;\n}\ntable[_ngcontent-%COMP%] {\n border-color: currentcolor;\n}\nbutton[_ngcontent-%COMP%], \ninput[_ngcontent-%COMP%], \noptgroup[_ngcontent-%COMP%], \nselect[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%] {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton[_ngcontent-%COMP%], \n[type=button][_ngcontent-%COMP%], \n[type=reset][_ngcontent-%COMP%], \n[type=submit][_ngcontent-%COMP%] {\n -webkit-appearance: button;\n}\nlegend[_ngcontent-%COMP%] {\n padding: 0;\n}\nprogress[_ngcontent-%COMP%] {\n vertical-align: baseline;\n}\n[_ngcontent-%COMP%]::-webkit-inner-spin-button, \n[_ngcontent-%COMP%]::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search][_ngcontent-%COMP%] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n[_ngcontent-%COMP%]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n[_ngcontent-%COMP%]::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary[_ngcontent-%COMP%] {\n display: list-item;\n}\n\n\n\n*[_ngcontent-%COMP%] {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%], \n[contenteditable=true][_ngcontent-%COMP%] {\n caret-color: auto !important;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\nh1[_ngcontent-%COMP%], \nh2[_ngcontent-%COMP%], \nh3[_ngcontent-%COMP%], \nh4[_ngcontent-%COMP%], \nh5[_ngcontent-%COMP%], \nh6[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\n.input[_ngcontent-%COMP%]:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-field[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-error-message[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-hint-message[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n[_nghost-%COMP%] .p-dialog-header {\n padding: 20px 20px 0 0 !important;\n}\n.modal-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 12px;\n}\n.modal-container[_ngcontent-%COMP%] .info-container[_ngcontent-%COMP%] {\n padding: 12px;\n border-radius: 24px;\n background: #fbe9e4;\n width: 48px;\n height: 48px;\n}\n.modal-container[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] {\n color: #252a34;\n text-align: center;\n font-size: 18px;\n font-style: normal;\n font-weight: 600;\n line-height: 22px;\n}\n.modal-container[_ngcontent-%COMP%] .description[_ngcontent-%COMP%] {\n color: #4a5469;\n text-align: center;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n\n\n\n\n\n\n/*# sourceMappingURL=delete-template-modal.css.map */'], changeDetection: 0 });
37718
+ }, dependencies: [DialogModule, Dialog, PrimeTemplate, DmButtonLibComponent, ProgressSpinner], styles: ['\n\n*[_ngcontent-%COMP%], \n[_ngcontent-%COMP%]::before, \n[_ngcontent-%COMP%]::after {\n box-sizing: border-box;\n}\nhtml[_ngcontent-%COMP%] {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n}\nb[_ngcontent-%COMP%], \nstrong[_ngcontent-%COMP%] {\n font-weight: bolder;\n}\ncode[_ngcontent-%COMP%], \nkbd[_ngcontent-%COMP%], \nsamp[_ngcontent-%COMP%], \npre[_ngcontent-%COMP%] {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall[_ngcontent-%COMP%] {\n font-size: 80%;\n}\nsub[_ngcontent-%COMP%], \nsup[_ngcontent-%COMP%] {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub[_ngcontent-%COMP%] {\n bottom: -0.25em;\n}\nsup[_ngcontent-%COMP%] {\n top: -0.5em;\n}\ntable[_ngcontent-%COMP%] {\n border-color: currentcolor;\n}\nbutton[_ngcontent-%COMP%], \ninput[_ngcontent-%COMP%], \noptgroup[_ngcontent-%COMP%], \nselect[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%] {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton[_ngcontent-%COMP%], \n[type=button][_ngcontent-%COMP%], \n[type=reset][_ngcontent-%COMP%], \n[type=submit][_ngcontent-%COMP%] {\n -webkit-appearance: button;\n}\nlegend[_ngcontent-%COMP%] {\n padding: 0;\n}\nprogress[_ngcontent-%COMP%] {\n vertical-align: baseline;\n}\n[_ngcontent-%COMP%]::-webkit-inner-spin-button, \n[_ngcontent-%COMP%]::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search][_ngcontent-%COMP%] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n[_ngcontent-%COMP%]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n[_ngcontent-%COMP%]::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary[_ngcontent-%COMP%] {\n display: list-item;\n}\n\n\n\n*[_ngcontent-%COMP%] {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput[_ngcontent-%COMP%], \ntextarea[_ngcontent-%COMP%], \n[contenteditable=true][_ngcontent-%COMP%] {\n caret-color: auto !important;\n}\nbody[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\nh1[_ngcontent-%COMP%], \nh2[_ngcontent-%COMP%], \nh3[_ngcontent-%COMP%], \nh4[_ngcontent-%COMP%], \nh5[_ngcontent-%COMP%], \nh6[_ngcontent-%COMP%] {\n margin: 0;\n padding: 0;\n}\n.input[_ngcontent-%COMP%]:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-label[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-field[_ngcontent-%COMP%], \n.form-control-container[_ngcontent-%COMP%] .p-autocomplete-input[_ngcontent-%COMP%] {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-error-message[_ngcontent-%COMP%] {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container[_ngcontent-%COMP%] .form-control-hint-message[_ngcontent-%COMP%] {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n[_nghost-%COMP%] .p-dialog-header {\n padding: 20px 20px 0 0 !important;\n}\n.modal-container[_ngcontent-%COMP%] {\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 12px;\n}\n.modal-container[_ngcontent-%COMP%] .info-container[_ngcontent-%COMP%] {\n padding: 12px;\n border-radius: 24px;\n background: #fbe9e4;\n width: 48px;\n height: 48px;\n}\n.modal-container[_ngcontent-%COMP%] .title[_ngcontent-%COMP%] {\n color: #252a34;\n text-align: center;\n font-size: 18px;\n font-style: normal;\n font-weight: 600;\n line-height: 22px;\n}\n.modal-container[_ngcontent-%COMP%] .description[_ngcontent-%COMP%] {\n color: #4a5469;\n text-align: center;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n\n\n\n\n\n\n/*# sourceMappingURL=delete-template-modal.css.map */'], changeDetection: 0 });
37707
37719
  };
37708
37720
  (() => {
37709
37721
  (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(DeleteTemplateModalComponent, [{
@@ -37762,7 +37774,7 @@ var DeleteTemplateModalComponent = class _DeleteTemplateModalComponent {
37762
37774
  </div>
37763
37775
  </ng-template>
37764
37776
  </p-dialog>
37765
- `, changeDetection: ChangeDetectionStrategy.OnPush, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/shared/ui/components/src/lib/modals/delete-template-modal/delete-template-modal.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n:host ::ng-deep .p-dialog-header {\n padding: 20px 20px 0 0 !important;\n}\n.modal-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 12px;\n}\n.modal-container .info-container {\n padding: 12px;\n border-radius: 24px;\n background: #fbe9e4;\n width: 48px;\n height: 48px;\n}\n.modal-container .title {\n color: #252a34;\n text-align: center;\n font-size: 18px;\n font-style: normal;\n font-weight: 600;\n line-height: 22px;\n}\n.modal-container .description {\n color: #4a5469;\n text-align: center;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=delete-template-modal.css.map */\n'] }]
37777
+ `, changeDetection: ChangeDetectionStrategy.OnPush, styles: ['/* node_modules/modern-normalize/modern-normalize.css */\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\nhtml {\n font-family:\n system-ui,\n "Segoe UI",\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n "Apple Color Emoji",\n "Segoe UI Emoji";\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n tab-size: 4;\n}\nbody {\n margin: 0;\n}\nb,\nstrong {\n font-weight: bolder;\n}\ncode,\nkbd,\nsamp,\npre {\n font-family:\n ui-monospace,\n SFMono-Regular,\n Consolas,\n "Liberation Mono",\n Menlo,\n monospace;\n font-size: 1em;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\ntable {\n border-color: currentcolor;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\nlegend {\n padding: 0;\n}\nprogress {\n vertical-align: baseline;\n}\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n[type=search] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\nsummary {\n display: list-item;\n}\n\n/* libs/shared/ui/components/src/lib/modals/delete-template-modal/delete-template-modal.scss */\n* {\n font-family:\n Inter,\n Arial,\n serif;\n caret-color: transparent !important;\n}\ninput,\ntextarea,\n[contenteditable=true] {\n caret-color: auto !important;\n}\nbody {\n margin: 0;\n padding: 0;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n.input:focus-visible {\n box-shadow: 0px 0px 0px 4px rgba(0, 118, 221, 0.16) !important;\n}\n.form-control-container {\n display: flex;\n flex-direction: column;\n gap: 4px;\n font-size: 14px;\n line-height: 18px;\n font-variant-numeric: lining-nums tabular-nums;\n font-weight: 400;\n cursor: pointer;\n position: relative;\n}\n.form-control-container .form-control-label {\n color: #4a5469;\n font-size: 12px;\n font-style: normal;\n font-weight: 500;\n line-height: 18px;\n display: inline-flex;\n align-items: center;\n gap: 4px;\n position: relative;\n}\n.form-control-container .form-control-field,\n.form-control-container .p-autocomplete-input {\n font-size: 14px;\n color: #252a34;\n font-weight: 400;\n line-height: 18px;\n font-style: normal;\n font-variant-numeric: lining-nums tabular-nums;\n width: 100%;\n}\n.form-control-container .form-control-error-message {\n font-size: 12px;\n color: #d6421e;\n margin-top: 2px;\n}\n.form-control-container .form-control-hint-message {\n color: #4a5469;\n font-size: 12px;\n margin-top: 2px;\n}\n:host ::ng-deep .p-dialog-header {\n padding: 20px 20px 0 0 !important;\n}\n.modal-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 12px;\n}\n.modal-container .info-container {\n padding: 12px;\n border-radius: 24px;\n background: #fbe9e4;\n width: 48px;\n height: 48px;\n}\n.modal-container .title {\n color: #252a34;\n text-align: center;\n font-size: 18px;\n font-style: normal;\n font-weight: 600;\n line-height: 22px;\n}\n.modal-container .description {\n color: #4a5469;\n text-align: center;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 18px;\n}\n/*! Bundled license information:\n\nmodern-normalize/modern-normalize.css:\n (*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize *)\n*/\n/*# sourceMappingURL=delete-template-modal.css.map */\n'] }]
37766
37778
  }], null, null);
37767
37779
  })();
37768
37780
  (() => {
@@ -37856,4 +37868,4 @@ crypto-js/mode-ctr-gladman.js:
37856
37868
  * License: MIT
37857
37869
  *)
37858
37870
  */
37859
- //# sourceMappingURL=chunk-S6DMBQOC.js.map
37871
+ //# sourceMappingURL=chunk-ZCL2MAJ3.js.map