@everymatrix/stage-mm-verification-report 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunk-GBDROC4V.js +453 -0
- package/chunk-GBDROC4V.js.map +1 -0
- package/chunk-HIYUKGZE.js +219 -0
- package/chunk-HIYUKGZE.js.map +7 -0
- package/chunk-HSBYSD5O.js +10 -0
- package/{chunk-FM6XMJHR.js → chunk-MGRA6L6G.js} +3 -2
- package/{chunk-ZCL2MAJ3.js → chunk-V6NIUBXM.js} +2556 -2874
- package/chunk-V6NIUBXM.js.map +1 -0
- package/index.html +1 -1
- package/main.js +49967 -7188
- package/main.js.map +1 -1
- package/package.json +1 -1
- package/chunk-7Y64O76G.js +0 -43327
- package/chunk-7Y64O76G.js.map +0 -1
- package/chunk-TG4YM6D7.js +0 -21
- package/chunk-ZCL2MAJ3.js.map +0 -1
- /package/{chunk-FM6XMJHR.js.map → chunk-HSBYSD5O.js.map} +0 -0
- /package/{chunk-TG4YM6D7.js.map → chunk-MGRA6L6G.js.map} +0 -0
|
@@ -0,0 +1,453 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DmButtonLibComponent
|
|
3
|
+
} from "./chunk-V6NIUBXM.js";
|
|
4
|
+
import {
|
|
5
|
+
BaseComponent,
|
|
6
|
+
BaseStyle,
|
|
7
|
+
Dialog,
|
|
8
|
+
DialogModule,
|
|
9
|
+
PrimeTemplate,
|
|
10
|
+
SharedModule
|
|
11
|
+
} from "./chunk-2SMQV2OO.js";
|
|
12
|
+
import {
|
|
13
|
+
ChangeDetectionStrategy,
|
|
14
|
+
CommonModule,
|
|
15
|
+
Component,
|
|
16
|
+
Injectable,
|
|
17
|
+
Input,
|
|
18
|
+
NgClass,
|
|
19
|
+
NgModule,
|
|
20
|
+
NgStyle,
|
|
21
|
+
ViewEncapsulation,
|
|
22
|
+
inject,
|
|
23
|
+
model,
|
|
24
|
+
output,
|
|
25
|
+
setClassMetadata,
|
|
26
|
+
ɵsetClassDebugInfo,
|
|
27
|
+
ɵɵInheritDefinitionFeature,
|
|
28
|
+
ɵɵProvidersFeature,
|
|
29
|
+
ɵɵadvance,
|
|
30
|
+
ɵɵattribute,
|
|
31
|
+
ɵɵconditional,
|
|
32
|
+
ɵɵdefineComponent,
|
|
33
|
+
ɵɵdefineInjectable,
|
|
34
|
+
ɵɵdefineInjector,
|
|
35
|
+
ɵɵdefineNgModule,
|
|
36
|
+
ɵɵelement,
|
|
37
|
+
ɵɵelementEnd,
|
|
38
|
+
ɵɵelementStart,
|
|
39
|
+
ɵɵgetCurrentView,
|
|
40
|
+
ɵɵgetInheritedFactory,
|
|
41
|
+
ɵɵlistener,
|
|
42
|
+
ɵɵnamespaceHTML,
|
|
43
|
+
ɵɵnamespaceSVG,
|
|
44
|
+
ɵɵnextContext,
|
|
45
|
+
ɵɵproperty,
|
|
46
|
+
ɵɵpureFunction0,
|
|
47
|
+
ɵɵresetView,
|
|
48
|
+
ɵɵrestoreView,
|
|
49
|
+
ɵɵsanitizeHtml,
|
|
50
|
+
ɵɵstyleMap,
|
|
51
|
+
ɵɵstyleProp,
|
|
52
|
+
ɵɵtemplate,
|
|
53
|
+
ɵɵtext,
|
|
54
|
+
ɵɵtextInterpolate,
|
|
55
|
+
ɵɵtwoWayBindingSet,
|
|
56
|
+
ɵɵtwoWayListener,
|
|
57
|
+
ɵɵtwoWayProperty
|
|
58
|
+
} from "./chunk-57JN4OKS.js";
|
|
59
|
+
|
|
60
|
+
// node_modules/primeng/fesm2022/primeng-progressspinner.mjs
|
|
61
|
+
var theme = ({
|
|
62
|
+
dt
|
|
63
|
+
}) => `
|
|
64
|
+
.p-progressspinner {
|
|
65
|
+
position: relative;
|
|
66
|
+
margin: 0 auto;
|
|
67
|
+
width: 100px;
|
|
68
|
+
height: 100px;
|
|
69
|
+
display: inline-block;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.p-progressspinner::before {
|
|
73
|
+
content: "";
|
|
74
|
+
display: block;
|
|
75
|
+
padding-top: 100%;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.p-progressspinner-spin {
|
|
79
|
+
height: 100%;
|
|
80
|
+
transform-origin: center center;
|
|
81
|
+
width: 100%;
|
|
82
|
+
position: absolute;
|
|
83
|
+
top: 0;
|
|
84
|
+
bottom: 0;
|
|
85
|
+
left: 0;
|
|
86
|
+
right: 0;
|
|
87
|
+
margin: auto;
|
|
88
|
+
animation: p-progressspinner-rotate 2s linear infinite;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.p-progressspinner-circle {
|
|
92
|
+
stroke-dasharray: 89, 200;
|
|
93
|
+
stroke-dashoffset: 0;
|
|
94
|
+
stroke: ${dt("progressspinner.colorOne")};
|
|
95
|
+
animation: p-progressspinner-dash 1.5s ease-in-out infinite, p-progressspinner-color 6s ease-in-out infinite;
|
|
96
|
+
stroke-linecap: round;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@keyframes p-progressspinner-rotate {
|
|
100
|
+
100% {
|
|
101
|
+
transform: rotate(360deg);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
@keyframes p-progressspinner-dash {
|
|
105
|
+
0% {
|
|
106
|
+
stroke-dasharray: 1, 200;
|
|
107
|
+
stroke-dashoffset: 0;
|
|
108
|
+
}
|
|
109
|
+
50% {
|
|
110
|
+
stroke-dasharray: 89, 200;
|
|
111
|
+
stroke-dashoffset: -35px;
|
|
112
|
+
}
|
|
113
|
+
100% {
|
|
114
|
+
stroke-dasharray: 89, 200;
|
|
115
|
+
stroke-dashoffset: -124px;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
@keyframes p-progressspinner-color {
|
|
119
|
+
100%,
|
|
120
|
+
0% {
|
|
121
|
+
stroke: ${dt("progressspinner.colorOne")};
|
|
122
|
+
}
|
|
123
|
+
40% {
|
|
124
|
+
stroke: ${dt("progressspinner.colorTwo")};
|
|
125
|
+
}
|
|
126
|
+
66% {
|
|
127
|
+
stroke: ${dt("progressspinner.colorThree")};
|
|
128
|
+
}
|
|
129
|
+
80%,
|
|
130
|
+
90% {
|
|
131
|
+
stroke: ${dt("progressspinner.colorFour")};
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
`;
|
|
135
|
+
var classes = {
|
|
136
|
+
root: "p-progressspinner",
|
|
137
|
+
spin: "p-progressspinner-spin",
|
|
138
|
+
circle: "p-progressspinner-circle"
|
|
139
|
+
};
|
|
140
|
+
var ProgressSpinnerStyle = class _ProgressSpinnerStyle extends BaseStyle {
|
|
141
|
+
name = "progressspinner";
|
|
142
|
+
theme = theme;
|
|
143
|
+
classes = classes;
|
|
144
|
+
static \u0275fac = /* @__PURE__ */ (() => {
|
|
145
|
+
let \u0275ProgressSpinnerStyle_BaseFactory;
|
|
146
|
+
return function ProgressSpinnerStyle_Factory(__ngFactoryType__) {
|
|
147
|
+
return (\u0275ProgressSpinnerStyle_BaseFactory || (\u0275ProgressSpinnerStyle_BaseFactory = \u0275\u0275getInheritedFactory(_ProgressSpinnerStyle)))(__ngFactoryType__ || _ProgressSpinnerStyle);
|
|
148
|
+
};
|
|
149
|
+
})();
|
|
150
|
+
static \u0275prov = /* @__PURE__ */ \u0275\u0275defineInjectable({
|
|
151
|
+
token: _ProgressSpinnerStyle,
|
|
152
|
+
factory: _ProgressSpinnerStyle.\u0275fac
|
|
153
|
+
});
|
|
154
|
+
};
|
|
155
|
+
(() => {
|
|
156
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ProgressSpinnerStyle, [{
|
|
157
|
+
type: Injectable
|
|
158
|
+
}], null, null);
|
|
159
|
+
})();
|
|
160
|
+
var ProgressSpinnerClasses;
|
|
161
|
+
(function(ProgressSpinnerClasses2) {
|
|
162
|
+
ProgressSpinnerClasses2["root"] = "p-progressspinner";
|
|
163
|
+
ProgressSpinnerClasses2["spin"] = "p-progressspinner-spin";
|
|
164
|
+
ProgressSpinnerClasses2["circle"] = "p-progressspinner-circle";
|
|
165
|
+
})(ProgressSpinnerClasses || (ProgressSpinnerClasses = {}));
|
|
166
|
+
var ProgressSpinner = class _ProgressSpinner extends BaseComponent {
|
|
167
|
+
/**
|
|
168
|
+
* Class of the element.
|
|
169
|
+
* @group Props
|
|
170
|
+
*/
|
|
171
|
+
styleClass;
|
|
172
|
+
/**
|
|
173
|
+
* Inline style of the element.
|
|
174
|
+
* @group Props
|
|
175
|
+
*/
|
|
176
|
+
style;
|
|
177
|
+
/**
|
|
178
|
+
* Width of the circle stroke.
|
|
179
|
+
* @group Props
|
|
180
|
+
*/
|
|
181
|
+
strokeWidth = "2";
|
|
182
|
+
/**
|
|
183
|
+
* Color for the background of the circle.
|
|
184
|
+
* @group Props
|
|
185
|
+
*/
|
|
186
|
+
fill = "none";
|
|
187
|
+
/**
|
|
188
|
+
* Duration of the rotate animation.
|
|
189
|
+
* @group Props
|
|
190
|
+
*/
|
|
191
|
+
animationDuration = "2s";
|
|
192
|
+
/**
|
|
193
|
+
* Used to define a aria label attribute the current element.
|
|
194
|
+
* @group Props
|
|
195
|
+
*/
|
|
196
|
+
ariaLabel;
|
|
197
|
+
_componentStyle = inject(ProgressSpinnerStyle);
|
|
198
|
+
static \u0275fac = /* @__PURE__ */ (() => {
|
|
199
|
+
let \u0275ProgressSpinner_BaseFactory;
|
|
200
|
+
return function ProgressSpinner_Factory(__ngFactoryType__) {
|
|
201
|
+
return (\u0275ProgressSpinner_BaseFactory || (\u0275ProgressSpinner_BaseFactory = \u0275\u0275getInheritedFactory(_ProgressSpinner)))(__ngFactoryType__ || _ProgressSpinner);
|
|
202
|
+
};
|
|
203
|
+
})();
|
|
204
|
+
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({
|
|
205
|
+
type: _ProgressSpinner,
|
|
206
|
+
selectors: [["p-progressSpinner"], ["p-progress-spinner"], ["p-progressspinner"]],
|
|
207
|
+
inputs: {
|
|
208
|
+
styleClass: "styleClass",
|
|
209
|
+
style: "style",
|
|
210
|
+
strokeWidth: "strokeWidth",
|
|
211
|
+
fill: "fill",
|
|
212
|
+
animationDuration: "animationDuration",
|
|
213
|
+
ariaLabel: "ariaLabel"
|
|
214
|
+
},
|
|
215
|
+
features: [\u0275\u0275ProvidersFeature([ProgressSpinnerStyle]), \u0275\u0275InheritDefinitionFeature],
|
|
216
|
+
decls: 3,
|
|
217
|
+
vars: 11,
|
|
218
|
+
consts: [["role", "progressbar", 1, "p-progressspinner", 3, "ngStyle", "ngClass"], ["viewBox", "25 25 50 50", 1, "p-progressspinner-spin"], ["cx", "50", "cy", "50", "r", "20", "stroke-miterlimit", "10", 1, "p-progressspinner-circle"]],
|
|
219
|
+
template: function ProgressSpinner_Template(rf, ctx) {
|
|
220
|
+
if (rf & 1) {
|
|
221
|
+
\u0275\u0275elementStart(0, "div", 0);
|
|
222
|
+
\u0275\u0275namespaceSVG();
|
|
223
|
+
\u0275\u0275elementStart(1, "svg", 1);
|
|
224
|
+
\u0275\u0275element(2, "circle", 2);
|
|
225
|
+
\u0275\u0275elementEnd()();
|
|
226
|
+
}
|
|
227
|
+
if (rf & 2) {
|
|
228
|
+
\u0275\u0275property("ngStyle", ctx.style)("ngClass", ctx.styleClass);
|
|
229
|
+
\u0275\u0275attribute("aria-label", ctx.ariaLabel)("aria-busy", true)("data-pc-name", "progressspinner")("data-pc-section", "root");
|
|
230
|
+
\u0275\u0275advance();
|
|
231
|
+
\u0275\u0275styleProp("animation-duration", ctx.animationDuration);
|
|
232
|
+
\u0275\u0275attribute("data-pc-section", "root");
|
|
233
|
+
\u0275\u0275advance();
|
|
234
|
+
\u0275\u0275attribute("fill", ctx.fill)("stroke-width", ctx.strokeWidth);
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
dependencies: [CommonModule, NgClass, NgStyle, SharedModule],
|
|
238
|
+
encapsulation: 2,
|
|
239
|
+
changeDetection: 0
|
|
240
|
+
});
|
|
241
|
+
};
|
|
242
|
+
(() => {
|
|
243
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ProgressSpinner, [{
|
|
244
|
+
type: Component,
|
|
245
|
+
args: [{
|
|
246
|
+
selector: "p-progressSpinner, p-progress-spinner, p-progressspinner",
|
|
247
|
+
standalone: true,
|
|
248
|
+
imports: [CommonModule, SharedModule],
|
|
249
|
+
template: `
|
|
250
|
+
<div class="p-progressspinner" [ngStyle]="style" [ngClass]="styleClass" role="progressbar" [attr.aria-label]="ariaLabel" [attr.aria-busy]="true" [attr.data-pc-name]="'progressspinner'" [attr.data-pc-section]="'root'">
|
|
251
|
+
<svg class="p-progressspinner-spin" viewBox="25 25 50 50" [style.animation-duration]="animationDuration" [attr.data-pc-section]="'root'">
|
|
252
|
+
<circle class="p-progressspinner-circle" cx="50" cy="50" r="20" [attr.fill]="fill" [attr.stroke-width]="strokeWidth" stroke-miterlimit="10" />
|
|
253
|
+
</svg>
|
|
254
|
+
</div>
|
|
255
|
+
`,
|
|
256
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
257
|
+
encapsulation: ViewEncapsulation.None,
|
|
258
|
+
providers: [ProgressSpinnerStyle]
|
|
259
|
+
}]
|
|
260
|
+
}], null, {
|
|
261
|
+
styleClass: [{
|
|
262
|
+
type: Input
|
|
263
|
+
}],
|
|
264
|
+
style: [{
|
|
265
|
+
type: Input
|
|
266
|
+
}],
|
|
267
|
+
strokeWidth: [{
|
|
268
|
+
type: Input
|
|
269
|
+
}],
|
|
270
|
+
fill: [{
|
|
271
|
+
type: Input
|
|
272
|
+
}],
|
|
273
|
+
animationDuration: [{
|
|
274
|
+
type: Input
|
|
275
|
+
}],
|
|
276
|
+
ariaLabel: [{
|
|
277
|
+
type: Input
|
|
278
|
+
}]
|
|
279
|
+
});
|
|
280
|
+
})();
|
|
281
|
+
var ProgressSpinnerModule = class _ProgressSpinnerModule {
|
|
282
|
+
static \u0275fac = function ProgressSpinnerModule_Factory(__ngFactoryType__) {
|
|
283
|
+
return new (__ngFactoryType__ || _ProgressSpinnerModule)();
|
|
284
|
+
};
|
|
285
|
+
static \u0275mod = /* @__PURE__ */ \u0275\u0275defineNgModule({
|
|
286
|
+
type: _ProgressSpinnerModule
|
|
287
|
+
});
|
|
288
|
+
static \u0275inj = /* @__PURE__ */ \u0275\u0275defineInjector({
|
|
289
|
+
imports: [ProgressSpinner, SharedModule, SharedModule]
|
|
290
|
+
});
|
|
291
|
+
};
|
|
292
|
+
(() => {
|
|
293
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ProgressSpinnerModule, [{
|
|
294
|
+
type: NgModule,
|
|
295
|
+
args: [{
|
|
296
|
+
imports: [ProgressSpinner, SharedModule],
|
|
297
|
+
exports: [ProgressSpinner, SharedModule]
|
|
298
|
+
}]
|
|
299
|
+
}], null, null);
|
|
300
|
+
})();
|
|
301
|
+
|
|
302
|
+
// libs/shared/ui/components/src/lib/modals/delete-template-modal/delete-template-modal.ts
|
|
303
|
+
var _c0 = () => ({ width: "460px" });
|
|
304
|
+
var _c1 = () => ({ width: "20px", height: "20px" });
|
|
305
|
+
function DeleteTemplateModalComponent_ng_template_10_Conditional_3_Template(rf, ctx) {
|
|
306
|
+
if (rf & 1) {
|
|
307
|
+
\u0275\u0275elementStart(0, "div", 12);
|
|
308
|
+
\u0275\u0275element(1, "p-progress-spinner", 13);
|
|
309
|
+
\u0275\u0275elementEnd();
|
|
310
|
+
}
|
|
311
|
+
if (rf & 2) {
|
|
312
|
+
\u0275\u0275advance();
|
|
313
|
+
\u0275\u0275styleMap(\u0275\u0275pureFunction0(2, _c1));
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
function DeleteTemplateModalComponent_ng_template_10_Template(rf, ctx) {
|
|
317
|
+
if (rf & 1) {
|
|
318
|
+
const _r1 = \u0275\u0275getCurrentView();
|
|
319
|
+
\u0275\u0275elementStart(0, "div", 9)(1, "lib-dm-button-lib", 10);
|
|
320
|
+
\u0275\u0275listener("outsideClickEmitter", function DeleteTemplateModalComponent_ng_template_10_Template_lib_dm_button_lib_outsideClickEmitter_1_listener() {
|
|
321
|
+
\u0275\u0275restoreView(_r1);
|
|
322
|
+
const ctx_r1 = \u0275\u0275nextContext();
|
|
323
|
+
return \u0275\u0275resetView(ctx_r1.visible.set(false));
|
|
324
|
+
});
|
|
325
|
+
\u0275\u0275elementEnd();
|
|
326
|
+
\u0275\u0275elementStart(2, "lib-dm-button-lib", 11);
|
|
327
|
+
\u0275\u0275listener("outsideClickEmitter", function DeleteTemplateModalComponent_ng_template_10_Template_lib_dm_button_lib_outsideClickEmitter_2_listener() {
|
|
328
|
+
\u0275\u0275restoreView(_r1);
|
|
329
|
+
const ctx_r1 = \u0275\u0275nextContext();
|
|
330
|
+
ctx_r1.loading.set(true);
|
|
331
|
+
return \u0275\u0275resetView(ctx_r1.confirm.emit(true));
|
|
332
|
+
});
|
|
333
|
+
\u0275\u0275template(3, DeleteTemplateModalComponent_ng_template_10_Conditional_3_Template, 2, 3, "div", 12);
|
|
334
|
+
\u0275\u0275elementEnd()();
|
|
335
|
+
}
|
|
336
|
+
if (rf & 2) {
|
|
337
|
+
const ctx_r1 = \u0275\u0275nextContext();
|
|
338
|
+
\u0275\u0275advance(3);
|
|
339
|
+
\u0275\u0275conditional(ctx_r1.loading() ? 3 : -1);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
var DeleteTemplateModalComponent = class _DeleteTemplateModalComponent {
|
|
343
|
+
visible = model(false);
|
|
344
|
+
loading = model(false);
|
|
345
|
+
title = model("");
|
|
346
|
+
description = model("");
|
|
347
|
+
confirm = output();
|
|
348
|
+
static \u0275fac = function DeleteTemplateModalComponent_Factory(__ngFactoryType__) {
|
|
349
|
+
return new (__ngFactoryType__ || _DeleteTemplateModalComponent)();
|
|
350
|
+
};
|
|
351
|
+
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _DeleteTemplateModalComponent, selectors: [["lib-delete-template-modal"]], inputs: { visible: [1, "visible"], loading: [1, "loading"], title: [1, "title"], description: [1, "description"] }, outputs: { visible: "visibleChange", loading: "loadingChange", title: "titleChange", description: "descriptionChange", confirm: "confirm" }, decls: 11, vars: 7, consts: [[3, "visibleChange", "visible", "modal"], [1, "modal-container"], [1, "info-container"], ["xmlns", "http://www.w3.org/2000/svg", "width", "24", "height", "24", "viewBox", "0 0 24 24", "fill", "none"], ["fill-rule", "evenodd", "clip-rule", "evenodd", "d", "M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 7C12.5523 7 13 7.44772 13 8V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V8C11 7.44772 11.4477 7 12 7ZM11 16C11 15.4477 11.4477 15 12 15H12.01C12.5623 15 13.01 15.4477 13.01 16C13.01 16.5523 12.5623 17 12.01 17H12C11.4477 17 11 16.5523 11 16Z", "fill", "#D6421E"], [1, "title"], [1, "description"], [3, "innerHTML"], ["pTemplate", "footer"], [2, "width", "100%", "display", "flex", "flex-direction", "row", "justify-content", "space-between"], ["text", "Cancel", "size", "medium", "variant", "secondary-outlined", 3, "outsideClickEmitter"], ["text", "Delete", "size", "medium", "variant", "destructive-filled", 3, "outsideClickEmitter"], ["icon-left", "", 1, "dm-button-icon"], ["strokeWidth", "6"]], template: function DeleteTemplateModalComponent_Template(rf, ctx) {
|
|
352
|
+
if (rf & 1) {
|
|
353
|
+
\u0275\u0275elementStart(0, "p-dialog", 0);
|
|
354
|
+
\u0275\u0275twoWayListener("visibleChange", function DeleteTemplateModalComponent_Template_p_dialog_visibleChange_0_listener($event) {
|
|
355
|
+
\u0275\u0275twoWayBindingSet(ctx.visible, $event) || (ctx.visible = $event);
|
|
356
|
+
return $event;
|
|
357
|
+
});
|
|
358
|
+
\u0275\u0275elementStart(1, "div", 1)(2, "div", 2);
|
|
359
|
+
\u0275\u0275namespaceSVG();
|
|
360
|
+
\u0275\u0275elementStart(3, "svg", 3);
|
|
361
|
+
\u0275\u0275element(4, "path", 4);
|
|
362
|
+
\u0275\u0275elementEnd()();
|
|
363
|
+
\u0275\u0275namespaceHTML();
|
|
364
|
+
\u0275\u0275elementStart(5, "div", 5)(6, "span");
|
|
365
|
+
\u0275\u0275text(7);
|
|
366
|
+
\u0275\u0275elementEnd()();
|
|
367
|
+
\u0275\u0275elementStart(8, "div", 6);
|
|
368
|
+
\u0275\u0275element(9, "span", 7);
|
|
369
|
+
\u0275\u0275elementEnd()();
|
|
370
|
+
\u0275\u0275template(10, DeleteTemplateModalComponent_ng_template_10_Template, 4, 1, "ng-template", 8);
|
|
371
|
+
\u0275\u0275elementEnd();
|
|
372
|
+
}
|
|
373
|
+
if (rf & 2) {
|
|
374
|
+
\u0275\u0275styleMap(\u0275\u0275pureFunction0(6, _c0));
|
|
375
|
+
\u0275\u0275twoWayProperty("visible", ctx.visible);
|
|
376
|
+
\u0275\u0275property("modal", true);
|
|
377
|
+
\u0275\u0275advance(7);
|
|
378
|
+
\u0275\u0275textInterpolate(ctx.title());
|
|
379
|
+
\u0275\u0275advance(2);
|
|
380
|
+
\u0275\u0275property("innerHTML", ctx.description(), \u0275\u0275sanitizeHtml);
|
|
381
|
+
}
|
|
382
|
+
}, 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 });
|
|
383
|
+
};
|
|
384
|
+
(() => {
|
|
385
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(DeleteTemplateModalComponent, [{
|
|
386
|
+
type: Component,
|
|
387
|
+
args: [{ selector: "lib-delete-template-modal", standalone: true, imports: [DialogModule, DmButtonLibComponent, ProgressSpinner], template: `
|
|
388
|
+
<p-dialog [(visible)]="visible" [modal]="true" [style]="{ width: '460px' }">
|
|
389
|
+
<div class="modal-container">
|
|
390
|
+
<div class="info-container">
|
|
391
|
+
<svg
|
|
392
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
393
|
+
width="24"
|
|
394
|
+
height="24"
|
|
395
|
+
viewBox="0 0 24 24"
|
|
396
|
+
fill="none"
|
|
397
|
+
>
|
|
398
|
+
<path
|
|
399
|
+
fill-rule="evenodd"
|
|
400
|
+
clip-rule="evenodd"
|
|
401
|
+
d="M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 7C12.5523 7 13 7.44772 13 8V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V8C11 7.44772 11.4477 7 12 7ZM11 16C11 15.4477 11.4477 15 12 15H12.01C12.5623 15 13.01 15.4477 13.01 16C13.01 16.5523 12.5623 17 12.01 17H12C11.4477 17 11 16.5523 11 16Z"
|
|
402
|
+
fill="#D6421E"
|
|
403
|
+
/>
|
|
404
|
+
</svg>
|
|
405
|
+
</div>
|
|
406
|
+
<div class="title">
|
|
407
|
+
<span>{{ title() }}</span>
|
|
408
|
+
</div>
|
|
409
|
+
<div class="description">
|
|
410
|
+
<span [innerHTML]="description()"> </span>
|
|
411
|
+
</div>
|
|
412
|
+
</div>
|
|
413
|
+
<ng-template pTemplate="footer">
|
|
414
|
+
<div
|
|
415
|
+
style="width: 100%; display: flex; flex-direction: row; justify-content: space-between"
|
|
416
|
+
>
|
|
417
|
+
<lib-dm-button-lib
|
|
418
|
+
text="Cancel"
|
|
419
|
+
size="medium"
|
|
420
|
+
variant="secondary-outlined"
|
|
421
|
+
(outsideClickEmitter)="visible.set(false)"
|
|
422
|
+
/>
|
|
423
|
+
<lib-dm-button-lib
|
|
424
|
+
text="Delete"
|
|
425
|
+
size="medium"
|
|
426
|
+
variant="destructive-filled"
|
|
427
|
+
(outsideClickEmitter)="loading.set(true); confirm.emit(true)"
|
|
428
|
+
>
|
|
429
|
+
@if(loading()) {
|
|
430
|
+
<div class="dm-button-icon" icon-left>
|
|
431
|
+
<p-progress-spinner
|
|
432
|
+
strokeWidth="6"
|
|
433
|
+
[style]="{ width: '20px', height: '20px' }"
|
|
434
|
+
/>
|
|
435
|
+
</div>
|
|
436
|
+
}
|
|
437
|
+
</lib-dm-button-lib>
|
|
438
|
+
</div>
|
|
439
|
+
</ng-template>
|
|
440
|
+
</p-dialog>
|
|
441
|
+
`, 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'] }]
|
|
442
|
+
}], null, null);
|
|
443
|
+
})();
|
|
444
|
+
(() => {
|
|
445
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(DeleteTemplateModalComponent, { className: "DeleteTemplateModalComponent", filePath: "libs/shared/ui/components/src/lib/modals/delete-template-modal/delete-template-modal.ts", lineNumber: 73 });
|
|
446
|
+
})();
|
|
447
|
+
|
|
448
|
+
export {
|
|
449
|
+
ProgressSpinner,
|
|
450
|
+
ProgressSpinnerModule,
|
|
451
|
+
DeleteTemplateModalComponent
|
|
452
|
+
};
|
|
453
|
+
//# sourceMappingURL=chunk-GBDROC4V.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["node_modules/primeng/fesm2022/primeng-progressspinner.mjs","libs/shared/ui/components/src/lib/modals/delete-template-modal/delete-template-modal.ts"],"sourcesContent":["import * as i1 from '@angular/common';\nimport { CommonModule } from '@angular/common';\nimport * as i0 from '@angular/core';\nimport { Injectable, inject, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';\nimport { SharedModule } from 'primeng/api';\nimport { BaseComponent } from 'primeng/basecomponent';\nimport { BaseStyle } from 'primeng/base';\nconst theme = ({\n dt\n}) => `\n.p-progressspinner {\n position: relative;\n margin: 0 auto;\n width: 100px;\n height: 100px;\n display: inline-block;\n}\n\n.p-progressspinner::before {\n content: \"\";\n display: block;\n padding-top: 100%;\n}\n\n.p-progressspinner-spin {\n height: 100%;\n transform-origin: center center;\n width: 100%;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n animation: p-progressspinner-rotate 2s linear infinite;\n}\n\n.p-progressspinner-circle {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: 0;\n stroke: ${dt('progressspinner.colorOne')};\n animation: p-progressspinner-dash 1.5s ease-in-out infinite, p-progressspinner-color 6s ease-in-out infinite;\n stroke-linecap: round;\n}\n\n@keyframes p-progressspinner-rotate {\n 100% {\n transform: rotate(360deg);\n }\n}\n@keyframes p-progressspinner-dash {\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -35px;\n }\n 100% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -124px;\n }\n}\n@keyframes p-progressspinner-color {\n 100%,\n 0% {\n stroke: ${dt('progressspinner.colorOne')};\n }\n 40% {\n stroke: ${dt('progressspinner.colorTwo')};\n }\n 66% {\n stroke: ${dt('progressspinner.colorThree')};\n }\n 80%,\n 90% {\n stroke: ${dt('progressspinner.colorFour')};\n }\n}\n`;\nconst classes = {\n root: 'p-progressspinner',\n spin: 'p-progressspinner-spin',\n circle: 'p-progressspinner-circle'\n};\nclass ProgressSpinnerStyle extends BaseStyle {\n name = 'progressspinner';\n theme = theme;\n classes = classes;\n static ɵfac = /* @__PURE__ */(() => {\n let ɵProgressSpinnerStyle_BaseFactory;\n return function ProgressSpinnerStyle_Factory(__ngFactoryType__) {\n return (ɵProgressSpinnerStyle_BaseFactory || (ɵProgressSpinnerStyle_BaseFactory = i0.ɵɵgetInheritedFactory(ProgressSpinnerStyle)))(__ngFactoryType__ || ProgressSpinnerStyle);\n };\n })();\n static ɵprov = /* @__PURE__ */i0.ɵɵdefineInjectable({\n token: ProgressSpinnerStyle,\n factory: ProgressSpinnerStyle.ɵfac\n });\n}\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(ProgressSpinnerStyle, [{\n type: Injectable\n }], null, null);\n})();\n/**\n *\n * ProgressSpinner is a process status indicator.\n *\n * [Live Demo](https://www.primeng.org/progressspinner)\n *\n * @module progressspinnerstyle\n *\n */\nvar ProgressSpinnerClasses;\n(function (ProgressSpinnerClasses) {\n /**\n * Class name of the root element\n */\n ProgressSpinnerClasses[\"root\"] = \"p-progressspinner\";\n /**\n * Class name of the spin element\n */\n ProgressSpinnerClasses[\"spin\"] = \"p-progressspinner-spin\";\n /**\n * Class name of the circle element\n */\n ProgressSpinnerClasses[\"circle\"] = \"p-progressspinner-circle\";\n})(ProgressSpinnerClasses || (ProgressSpinnerClasses = {}));\n\n/**\n * ProgressSpinner is a process status indicator.\n * @group Components\n */\nclass ProgressSpinner extends BaseComponent {\n /**\n * Class of the element.\n * @group Props\n */\n styleClass;\n /**\n * Inline style of the element.\n * @group Props\n */\n style;\n /**\n * Width of the circle stroke.\n * @group Props\n */\n strokeWidth = '2';\n /**\n * Color for the background of the circle.\n * @group Props\n */\n fill = 'none';\n /**\n * Duration of the rotate animation.\n * @group Props\n */\n animationDuration = '2s';\n /**\n * Used to define a aria label attribute the current element.\n * @group Props\n */\n ariaLabel;\n _componentStyle = inject(ProgressSpinnerStyle);\n static ɵfac = /* @__PURE__ */(() => {\n let ɵProgressSpinner_BaseFactory;\n return function ProgressSpinner_Factory(__ngFactoryType__) {\n return (ɵProgressSpinner_BaseFactory || (ɵProgressSpinner_BaseFactory = i0.ɵɵgetInheritedFactory(ProgressSpinner)))(__ngFactoryType__ || ProgressSpinner);\n };\n })();\n static ɵcmp = /* @__PURE__ */i0.ɵɵdefineComponent({\n type: ProgressSpinner,\n selectors: [[\"p-progressSpinner\"], [\"p-progress-spinner\"], [\"p-progressspinner\"]],\n inputs: {\n styleClass: \"styleClass\",\n style: \"style\",\n strokeWidth: \"strokeWidth\",\n fill: \"fill\",\n animationDuration: \"animationDuration\",\n ariaLabel: \"ariaLabel\"\n },\n features: [i0.ɵɵProvidersFeature([ProgressSpinnerStyle]), i0.ɵɵInheritDefinitionFeature],\n decls: 3,\n vars: 11,\n consts: [[\"role\", \"progressbar\", 1, \"p-progressspinner\", 3, \"ngStyle\", \"ngClass\"], [\"viewBox\", \"25 25 50 50\", 1, \"p-progressspinner-spin\"], [\"cx\", \"50\", \"cy\", \"50\", \"r\", \"20\", \"stroke-miterlimit\", \"10\", 1, \"p-progressspinner-circle\"]],\n template: function ProgressSpinner_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"div\", 0);\n i0.ɵɵnamespaceSVG();\n i0.ɵɵelementStart(1, \"svg\", 1);\n i0.ɵɵelement(2, \"circle\", 2);\n i0.ɵɵelementEnd()();\n }\n if (rf & 2) {\n i0.ɵɵproperty(\"ngStyle\", ctx.style)(\"ngClass\", ctx.styleClass);\n i0.ɵɵattribute(\"aria-label\", ctx.ariaLabel)(\"aria-busy\", true)(\"data-pc-name\", \"progressspinner\")(\"data-pc-section\", \"root\");\n i0.ɵɵadvance();\n i0.ɵɵstyleProp(\"animation-duration\", ctx.animationDuration);\n i0.ɵɵattribute(\"data-pc-section\", \"root\");\n i0.ɵɵadvance();\n i0.ɵɵattribute(\"fill\", ctx.fill)(\"stroke-width\", ctx.strokeWidth);\n }\n },\n dependencies: [CommonModule, i1.NgClass, i1.NgStyle, SharedModule],\n encapsulation: 2,\n changeDetection: 0\n });\n}\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(ProgressSpinner, [{\n type: Component,\n args: [{\n selector: 'p-progressSpinner, p-progress-spinner, p-progressspinner',\n standalone: true,\n imports: [CommonModule, SharedModule],\n template: `\n <div class=\"p-progressspinner\" [ngStyle]=\"style\" [ngClass]=\"styleClass\" role=\"progressbar\" [attr.aria-label]=\"ariaLabel\" [attr.aria-busy]=\"true\" [attr.data-pc-name]=\"'progressspinner'\" [attr.data-pc-section]=\"'root'\">\n <svg class=\"p-progressspinner-spin\" viewBox=\"25 25 50 50\" [style.animation-duration]=\"animationDuration\" [attr.data-pc-section]=\"'root'\">\n <circle class=\"p-progressspinner-circle\" cx=\"50\" cy=\"50\" r=\"20\" [attr.fill]=\"fill\" [attr.stroke-width]=\"strokeWidth\" stroke-miterlimit=\"10\" />\n </svg>\n </div>\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [ProgressSpinnerStyle]\n }]\n }], null, {\n styleClass: [{\n type: Input\n }],\n style: [{\n type: Input\n }],\n strokeWidth: [{\n type: Input\n }],\n fill: [{\n type: Input\n }],\n animationDuration: [{\n type: Input\n }],\n ariaLabel: [{\n type: Input\n }]\n });\n})();\nclass ProgressSpinnerModule {\n static ɵfac = function ProgressSpinnerModule_Factory(__ngFactoryType__) {\n return new (__ngFactoryType__ || ProgressSpinnerModule)();\n };\n static ɵmod = /* @__PURE__ */i0.ɵɵdefineNgModule({\n type: ProgressSpinnerModule\n });\n static ɵinj = /* @__PURE__ */i0.ɵɵdefineInjector({\n imports: [ProgressSpinner, SharedModule, SharedModule]\n });\n}\n(() => {\n (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(ProgressSpinnerModule, [{\n type: NgModule,\n args: [{\n imports: [ProgressSpinner, SharedModule],\n exports: [ProgressSpinner, SharedModule]\n }]\n }], null, null);\n})();\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { ProgressSpinner, ProgressSpinnerClasses, ProgressSpinnerModule, ProgressSpinnerStyle };\n","import {\r\n ChangeDetectionStrategy,\r\n Component,\r\n model,\r\n output,\r\n} from '@angular/core';\r\nimport { DialogModule } from 'primeng/dialog';\r\nimport { DmButtonLibComponent } from '@everymatrix-base-components/dm-button-lib';\r\nimport { ProgressSpinner } from 'primeng/progressspinner';\r\n\r\n@Component({\r\n selector: 'lib-delete-template-modal',\r\n standalone: true,\r\n imports: [DialogModule, DmButtonLibComponent, ProgressSpinner],\r\n template: `\r\n <p-dialog [(visible)]=\"visible\" [modal]=\"true\" [style]=\"{ width: '460px' }\">\r\n <div class=\"modal-container\">\r\n <div class=\"info-container\">\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n width=\"24\"\r\n height=\"24\"\r\n viewBox=\"0 0 24 24\"\r\n fill=\"none\"\r\n >\r\n <path\r\n fill-rule=\"evenodd\"\r\n clip-rule=\"evenodd\"\r\n d=\"M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 7C12.5523 7 13 7.44772 13 8V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V8C11 7.44772 11.4477 7 12 7ZM11 16C11 15.4477 11.4477 15 12 15H12.01C12.5623 15 13.01 15.4477 13.01 16C13.01 16.5523 12.5623 17 12.01 17H12C11.4477 17 11 16.5523 11 16Z\"\r\n fill=\"#D6421E\"\r\n />\r\n </svg>\r\n </div>\r\n <div class=\"title\">\r\n <span>{{ title() }}</span>\r\n </div>\r\n <div class=\"description\">\r\n <span [innerHTML]=\"description()\"> </span>\r\n </div>\r\n </div>\r\n <ng-template pTemplate=\"footer\">\r\n <div\r\n style=\"width: 100%; display: flex; flex-direction: row; justify-content: space-between\"\r\n >\r\n <lib-dm-button-lib\r\n text=\"Cancel\"\r\n size=\"medium\"\r\n variant=\"secondary-outlined\"\r\n (outsideClickEmitter)=\"visible.set(false)\"\r\n />\r\n <lib-dm-button-lib\r\n text=\"Delete\"\r\n size=\"medium\"\r\n variant=\"destructive-filled\"\r\n (outsideClickEmitter)=\"loading.set(true); confirm.emit(true)\"\r\n >\r\n @if(loading()) {\r\n <div class=\"dm-button-icon\" icon-left>\r\n <p-progress-spinner\r\n strokeWidth=\"6\"\r\n [style]=\"{ width: '20px', height: '20px' }\"\r\n />\r\n </div>\r\n }\r\n </lib-dm-button-lib>\r\n </div>\r\n </ng-template>\r\n </p-dialog>\r\n `,\r\n styleUrls: ['./delete-template-modal.scss'],\r\n changeDetection: ChangeDetectionStrategy.OnPush,\r\n})\r\nexport class DeleteTemplateModalComponent {\r\n visible = model(false);\r\n loading = model(false);\r\n title = model('');\r\n description = model('');\r\n\r\n confirm = output<boolean>();\r\n}\r\n"],"mappings":"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","names":["ProgressSpinnerClasses"],"x_google_ignoreList":[0]}
|