@wavemaker/app-ng-runtime 11.7.5-next.NULL → 11.7.5-rc.166
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.
- app-ng-runtime/build-task/bundles/index.umd.js +13 -1
- app-ng-runtime/build-task/esm2022/navigation/menu/menu.build.mjs +14 -2
- app-ng-runtime/build-task/fesm2022/index.mjs +13 -1
- app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/default/audio/audio.component.d.ts +1 -0
- app-ng-runtime/components/basic/default/bundles/index.umd.js +5 -4
- app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +6 -5
- app-ng-runtime/components/basic/default/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/bundles/index.umd.js +5 -4
- app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +3 -3
- app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +4 -3
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/progress/progress-circle/progress-circle.component.d.ts +1 -0
- app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +1 -1
- app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/basic/search/bundles/index.umd.js +2 -2
- app-ng-runtime/components/basic/search/esm2022/search.component.mjs +3 -3
- app-ng-runtime/components/basic/search/fesm2022/index.mjs +2 -2
- app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/data/form/bundles/index.umd.js +5 -4
- app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +1 -2
- app-ng-runtime/components/data/form/esm2022/form.component.mjs +2 -2
- app-ng-runtime/components/data/form/esm2022/live-form/live-form.directive.mjs +5 -3
- app-ng-runtime/components/data/form/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/alert-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/confirm-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/default/bundles/index.umd.js +163 -30
- app-ng-runtime/components/dialogs/default/dialog-header/dialog-header.component.d.ts +2 -1
- app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +164 -31
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +163 -30
- app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/iframe-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/dialogs/partial-dialog/bundles/index.umd.js +5 -4
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +5 -5
- app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.props.mjs +2 -1
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs +5 -4
- app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/bundles/index.umd.js +43 -53
- app-ng-runtime/components/input/default/esm2022/caption-position.directive.mjs +2 -3
- app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +44 -53
- app-ng-runtime/components/input/default/fesm2022/index.mjs +44 -54
- app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/input/default/select/select.component.d.ts +1 -2
- app-ng-runtime/components/input/epoch/bundles/index.umd.js +212 -50
- app-ng-runtime/components/input/epoch/date/date.component.d.ts +7 -0
- app-ng-runtime/components/input/epoch/date/imaskUtil.d.ts +92 -0
- app-ng-runtime/components/input/epoch/epoch.module.d.ts +2 -1
- app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +5 -4
- app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +76 -28
- app-ng-runtime/components/input/epoch/esm2022/date/date.props.mjs +3 -2
- app-ng-runtime/components/input/epoch/esm2022/date/imaskUtil.mjs +112 -0
- app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +4 -4
- app-ng-runtime/components/input/epoch/esm2022/epoch.module.mjs +8 -4
- app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +3 -3
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs +205 -41
- app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/menu/bundles/index.umd.js +1 -1
- app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +2 -2
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +1 -1
- app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/components/navigation/popover/bundles/index.umd.js +3 -2
- app-ng-runtime/components/navigation/popover/esm2022/popover.component.mjs +4 -3
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs +3 -2
- app-ng-runtime/components/navigation/popover/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/core/bundles/index.umd.js +0 -1
- app-ng-runtime/core/esm2022/utils/expression-parser.mjs +1 -2
- app-ng-runtime/core/fesm2022/index.mjs +0 -1
- app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/core/bundles/index.umd.js +5 -0
- app-ng-runtime/mobile/core/esm2022/native.xhr.mjs +6 -1
- app-ng-runtime/mobile/core/fesm2022/index.mjs +5 -0
- app-ng-runtime/mobile/core/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/mobile/core/native.xhr.d.ts +1 -0
- app-ng-runtime/package.json +1 -1
- app-ng-runtime/runtime/base/bundles/index.umd.js +1 -0
- app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +2 -2
- app-ng-runtime/runtime/base/fesm2022/index.mjs +1 -1
- app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
- app-ng-runtime/scripts/datatable/datatable.js +4 -3
|
@@ -287,32 +287,152 @@
|
|
|
287
287
|
|
|
288
288
|
const _c0 = ["wmDialogHeader", ""];
|
|
289
289
|
function DialogHeaderComponent_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
290
|
-
const
|
|
291
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
292
|
-
i0__namespace.ɵɵlistener("click", function DialogHeaderComponent_button_0_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(
|
|
293
|
-
i0__namespace.ɵɵelementStart(1, "span",
|
|
290
|
+
const _r11 = i0__namespace.ɵɵgetCurrentView();
|
|
291
|
+
i0__namespace.ɵɵelementStart(0, "button", 5);
|
|
292
|
+
i0__namespace.ɵɵlistener("click", function DialogHeaderComponent_button_0_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r11); const ctx_r10 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r10.closeDialog()); });
|
|
293
|
+
i0__namespace.ɵɵelementStart(1, "span", 6);
|
|
294
294
|
i0__namespace.ɵɵtext(2, "\u00D7");
|
|
295
295
|
i0__namespace.ɵɵelementEnd()();
|
|
296
296
|
} }
|
|
297
|
+
function DialogHeaderComponent_ng_container_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
298
|
+
i0__namespace.ɵɵelementContainer(0);
|
|
299
|
+
} }
|
|
300
|
+
function DialogHeaderComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
301
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
302
|
+
i0__namespace.ɵɵelementStart(1, "h1", 7);
|
|
303
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
304
|
+
i0__namespace.ɵɵelementEnd();
|
|
305
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
306
|
+
} if (rf & 2) {
|
|
307
|
+
i0__namespace.ɵɵnextContext();
|
|
308
|
+
const _r8 = i0__namespace.ɵɵreference(10);
|
|
309
|
+
i0__namespace.ɵɵadvance(2);
|
|
310
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
311
|
+
} }
|
|
312
|
+
function DialogHeaderComponent_ng_container_3_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
313
|
+
i0__namespace.ɵɵelementContainer(0);
|
|
314
|
+
} }
|
|
315
|
+
function DialogHeaderComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
316
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
317
|
+
i0__namespace.ɵɵelementStart(1, "h2", 7);
|
|
318
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_3_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
319
|
+
i0__namespace.ɵɵelementEnd();
|
|
320
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
321
|
+
} if (rf & 2) {
|
|
322
|
+
i0__namespace.ɵɵnextContext();
|
|
323
|
+
const _r8 = i0__namespace.ɵɵreference(10);
|
|
324
|
+
i0__namespace.ɵɵadvance(2);
|
|
325
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
326
|
+
} }
|
|
327
|
+
function DialogHeaderComponent_ng_container_4_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
328
|
+
i0__namespace.ɵɵelementContainer(0);
|
|
329
|
+
} }
|
|
330
|
+
function DialogHeaderComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
331
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
332
|
+
i0__namespace.ɵɵelementStart(1, "h3", 7);
|
|
333
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_4_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
334
|
+
i0__namespace.ɵɵelementEnd();
|
|
335
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
336
|
+
} if (rf & 2) {
|
|
337
|
+
i0__namespace.ɵɵnextContext();
|
|
338
|
+
const _r8 = i0__namespace.ɵɵreference(10);
|
|
339
|
+
i0__namespace.ɵɵadvance(2);
|
|
340
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
341
|
+
} }
|
|
342
|
+
function DialogHeaderComponent_ng_container_5_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
343
|
+
i0__namespace.ɵɵelementContainer(0);
|
|
344
|
+
} }
|
|
345
|
+
function DialogHeaderComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
346
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
347
|
+
i0__namespace.ɵɵelementStart(1, "h4", 7);
|
|
348
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_5_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
349
|
+
i0__namespace.ɵɵelementEnd();
|
|
350
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
351
|
+
} if (rf & 2) {
|
|
352
|
+
i0__namespace.ɵɵnextContext();
|
|
353
|
+
const _r8 = i0__namespace.ɵɵreference(10);
|
|
354
|
+
i0__namespace.ɵɵadvance(2);
|
|
355
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
356
|
+
} }
|
|
357
|
+
function DialogHeaderComponent_ng_container_6_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
358
|
+
i0__namespace.ɵɵelementContainer(0);
|
|
359
|
+
} }
|
|
360
|
+
function DialogHeaderComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
|
|
361
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
362
|
+
i0__namespace.ɵɵelementStart(1, "h5", 7);
|
|
363
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_6_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
364
|
+
i0__namespace.ɵɵelementEnd();
|
|
365
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
366
|
+
} if (rf & 2) {
|
|
367
|
+
i0__namespace.ɵɵnextContext();
|
|
368
|
+
const _r8 = i0__namespace.ɵɵreference(10);
|
|
369
|
+
i0__namespace.ɵɵadvance(2);
|
|
370
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
371
|
+
} }
|
|
372
|
+
function DialogHeaderComponent_ng_container_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
373
|
+
i0__namespace.ɵɵelementContainer(0);
|
|
374
|
+
} }
|
|
375
|
+
function DialogHeaderComponent_ng_container_7_Template(rf, ctx) { if (rf & 1) {
|
|
376
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
377
|
+
i0__namespace.ɵɵelementStart(1, "h6", 7);
|
|
378
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_7_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
379
|
+
i0__namespace.ɵɵelementEnd();
|
|
380
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
381
|
+
} if (rf & 2) {
|
|
382
|
+
i0__namespace.ɵɵnextContext();
|
|
383
|
+
const _r8 = i0__namespace.ɵɵreference(10);
|
|
384
|
+
i0__namespace.ɵɵadvance(2);
|
|
385
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
386
|
+
} }
|
|
387
|
+
function DialogHeaderComponent_ng_container_8_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
388
|
+
i0__namespace.ɵɵelementContainer(0);
|
|
389
|
+
} }
|
|
390
|
+
function DialogHeaderComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
391
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
392
|
+
i0__namespace.ɵɵelementStart(1, "h4", 7);
|
|
393
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_8_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
394
|
+
i0__namespace.ɵɵelementEnd();
|
|
395
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
396
|
+
} if (rf & 2) {
|
|
397
|
+
i0__namespace.ɵɵnextContext();
|
|
398
|
+
const _r8 = i0__namespace.ɵɵreference(10);
|
|
399
|
+
i0__namespace.ɵɵadvance(2);
|
|
400
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
401
|
+
} }
|
|
297
402
|
const _c1 = function (a0, a1, a2) { return { width: a0, height: a1, margin: a2 }; };
|
|
298
|
-
function
|
|
299
|
-
i0__namespace.ɵɵelement(0, "i",
|
|
403
|
+
function DialogHeaderComponent_ng_template_9_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
404
|
+
i0__namespace.ɵɵelement(0, "i", 13);
|
|
300
405
|
} if (rf & 2) {
|
|
301
|
-
const
|
|
302
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
406
|
+
const ctx_r19 = i0__namespace.ɵɵnextContext(2);
|
|
407
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r19.iconclass)("ngStyle", i0__namespace.ɵɵpureFunction3(2, _c1, ctx_r19.iconwidth, ctx_r19.iconheight, ctx_r19.iconmargin));
|
|
303
408
|
} }
|
|
304
|
-
function
|
|
305
|
-
i0__namespace.ɵɵelement(0, "img",
|
|
409
|
+
function DialogHeaderComponent_ng_template_9_img_1_Template(rf, ctx) { if (rf & 1) {
|
|
410
|
+
i0__namespace.ɵɵelement(0, "img", 14);
|
|
306
411
|
i0__namespace.ɵɵpipe(1, "image");
|
|
307
412
|
} if (rf & 2) {
|
|
308
|
-
const
|
|
309
|
-
i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind1(1, 2,
|
|
413
|
+
const ctx_r20 = i0__namespace.ɵɵnextContext(2);
|
|
414
|
+
i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind1(1, 2, ctx_r20.iconurl), i0__namespace.ɵɵsanitizeUrl)("ngStyle", i0__namespace.ɵɵpureFunction3(4, _c1, ctx_r20.iconwidth, ctx_r20.iconheight, ctx_r20.iconmargin));
|
|
310
415
|
} }
|
|
311
|
-
function
|
|
312
|
-
i0__namespace.ɵɵelement(0, "span",
|
|
416
|
+
function DialogHeaderComponent_ng_template_9_span_3_Template(rf, ctx) { if (rf & 1) {
|
|
417
|
+
i0__namespace.ɵɵelement(0, "span", 15);
|
|
313
418
|
} if (rf & 2) {
|
|
314
|
-
const
|
|
315
|
-
i0__namespace.ɵɵproperty("title",
|
|
419
|
+
const ctx_r21 = i0__namespace.ɵɵnextContext(2);
|
|
420
|
+
i0__namespace.ɵɵproperty("title", ctx_r21.subheading)("textContent", ctx_r21.subheading);
|
|
421
|
+
} }
|
|
422
|
+
function DialogHeaderComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
|
|
423
|
+
i0__namespace.ɵɵtemplate(0, DialogHeaderComponent_ng_template_9_i_0_Template, 1, 6, "i", 9);
|
|
424
|
+
i0__namespace.ɵɵtemplate(1, DialogHeaderComponent_ng_template_9_img_1_Template, 2, 8, "img", 10);
|
|
425
|
+
i0__namespace.ɵɵelement(2, "span", 11);
|
|
426
|
+
i0__namespace.ɵɵtemplate(3, DialogHeaderComponent_ng_template_9_span_3_Template, 1, 2, "span", 12);
|
|
427
|
+
} if (rf & 2) {
|
|
428
|
+
const ctx_r9 = i0__namespace.ɵɵnextContext();
|
|
429
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r9.iconclass && !ctx_r9.iconurl);
|
|
430
|
+
i0__namespace.ɵɵadvance(1);
|
|
431
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r9.iconurl);
|
|
432
|
+
i0__namespace.ɵɵadvance(1);
|
|
433
|
+
i0__namespace.ɵɵproperty("textContent", ctx_r9.heading)("id", ctx_r9.titleid);
|
|
434
|
+
i0__namespace.ɵɵadvance(1);
|
|
435
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r9.subheading);
|
|
316
436
|
} }
|
|
317
437
|
const DEFAULT_CLS = 'app-dialog-header modal-header';
|
|
318
438
|
const DEFAULT_ICON_DIMENSIONS = '21px';
|
|
@@ -325,35 +445,46 @@
|
|
|
325
445
|
this.iconwidth = DEFAULT_ICON_DIMENSIONS;
|
|
326
446
|
this.iconheight = DEFAULT_ICON_DIMENSIONS;
|
|
327
447
|
this.closable = true;
|
|
448
|
+
this.headinglevel = 'h4';
|
|
328
449
|
core.addClass(elRef.nativeElement, DEFAULT_CLS);
|
|
329
450
|
}
|
|
330
451
|
closeDialog() {
|
|
331
452
|
this.dialogRef.close();
|
|
332
453
|
}
|
|
333
454
|
static { this.ɵfac = function DialogHeaderComponent_Factory(t) { return new (t || DialogHeaderComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i2.DialogRef)); }; }
|
|
334
|
-
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: DialogHeaderComponent, selectors: [["div", "wmDialogHeader", ""]], inputs: { iconwidth: "iconwidth", iconheight: "iconheight", iconmargin: "iconmargin", iconclass: "iconclass", iconurl: "iconurl", closable: "closable", heading: "heading", subheading: "subheading", titleid: "titleid" }, attrs: _c0, decls:
|
|
455
|
+
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: DialogHeaderComponent, selectors: [["div", "wmDialogHeader", ""]], inputs: { iconwidth: "iconwidth", iconheight: "iconheight", iconmargin: "iconmargin", iconclass: "iconclass", iconurl: "iconurl", closable: "closable", heading: "heading", headinglevel: "headinglevel", subheading: "subheading", titleid: "titleid" }, attrs: _c0, decls: 11, vars: 8, consts: [["aria-label", "Close", "class", "app-dialog-close close", "title", "Close", 3, "click", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], ["headerTemplate", ""], ["aria-label", "Close", "title", "Close", 1, "app-dialog-close", "close", 3, "click"], ["aria-hidden", "true"], [1, "app-dialog-title", "modal-title"], [4, "ngTemplateOutlet"], [3, "ngClass", "ngStyle", 4, "ngIf"], ["data-identifier", "img", 3, "src", "ngStyle", 4, "ngIf"], [1, "dialog-heading", 3, "textContent", "id"], ["class", "dialog-sub-heading", 3, "title", "textContent", 4, "ngIf"], [3, "ngClass", "ngStyle"], ["data-identifier", "img", 3, "src", "ngStyle"], [1, "dialog-sub-heading", 3, "title", "textContent"]], template: function DialogHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
335
456
|
i0__namespace.ɵɵtemplate(0, DialogHeaderComponent_button_0_Template, 3, 0, "button", 0);
|
|
336
|
-
i0__namespace.ɵɵ
|
|
337
|
-
i0__namespace.ɵɵtemplate(2,
|
|
338
|
-
i0__namespace.ɵɵtemplate(3,
|
|
339
|
-
i0__namespace.ɵɵ
|
|
340
|
-
i0__namespace.ɵɵtemplate(5,
|
|
341
|
-
i0__namespace.ɵɵ
|
|
457
|
+
i0__namespace.ɵɵelementContainerStart(1, 1);
|
|
458
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_Template, 3, 1, "ng-container", 2);
|
|
459
|
+
i0__namespace.ɵɵtemplate(3, DialogHeaderComponent_ng_container_3_Template, 3, 1, "ng-container", 2);
|
|
460
|
+
i0__namespace.ɵɵtemplate(4, DialogHeaderComponent_ng_container_4_Template, 3, 1, "ng-container", 2);
|
|
461
|
+
i0__namespace.ɵɵtemplate(5, DialogHeaderComponent_ng_container_5_Template, 3, 1, "ng-container", 2);
|
|
462
|
+
i0__namespace.ɵɵtemplate(6, DialogHeaderComponent_ng_container_6_Template, 3, 1, "ng-container", 2);
|
|
463
|
+
i0__namespace.ɵɵtemplate(7, DialogHeaderComponent_ng_container_7_Template, 3, 1, "ng-container", 2);
|
|
464
|
+
i0__namespace.ɵɵtemplate(8, DialogHeaderComponent_ng_container_8_Template, 3, 1, "ng-container", 3);
|
|
465
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
466
|
+
i0__namespace.ɵɵtemplate(9, DialogHeaderComponent_ng_template_9_Template, 4, 5, "ng-template", null, 4, i0__namespace.ɵɵtemplateRefExtractor);
|
|
342
467
|
} if (rf & 2) {
|
|
343
468
|
i0__namespace.ɵɵproperty("ngIf", ctx.isClosable);
|
|
344
|
-
i0__namespace.ɵɵadvance(2);
|
|
345
|
-
i0__namespace.ɵɵproperty("ngIf", ctx.iconclass && !ctx.iconurl);
|
|
346
469
|
i0__namespace.ɵɵadvance(1);
|
|
347
|
-
i0__namespace.ɵɵproperty("
|
|
470
|
+
i0__namespace.ɵɵproperty("ngSwitch", ctx.headinglevel);
|
|
471
|
+
i0__namespace.ɵɵadvance(1);
|
|
472
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h1");
|
|
473
|
+
i0__namespace.ɵɵadvance(1);
|
|
474
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h2");
|
|
348
475
|
i0__namespace.ɵɵadvance(1);
|
|
349
|
-
i0__namespace.ɵɵproperty("
|
|
476
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h3");
|
|
350
477
|
i0__namespace.ɵɵadvance(1);
|
|
351
|
-
i0__namespace.ɵɵproperty("
|
|
352
|
-
|
|
478
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h4");
|
|
479
|
+
i0__namespace.ɵɵadvance(1);
|
|
480
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h5");
|
|
481
|
+
i0__namespace.ɵɵadvance(1);
|
|
482
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h6");
|
|
483
|
+
} }, dependencies: [i1$1__namespace.NgClass, i1$1__namespace.NgIf, i1$1__namespace.NgTemplateOutlet, i1$1__namespace.NgStyle, i1$1__namespace.NgSwitch, i1$1__namespace.NgSwitchCase, i1$1__namespace.NgSwitchDefault, i2__namespace.TextContentDirective, i2__namespace.ImagePipe], encapsulation: 2 }); }
|
|
353
484
|
}
|
|
354
485
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DialogHeaderComponent, [{
|
|
355
486
|
type: i0.Component,
|
|
356
|
-
args: [{ selector: 'div[wmDialogHeader]', template: "<button *ngIf=\"isClosable\" aria-label=\"Close\" class=\"app-dialog-close close\" (click)=\"closeDialog();\" title=\"Close\">\n <span aria-hidden=\"true\">×</span>\n</button>\n<h4 class=\"app-dialog-title modal-title\">\n <i [ngClass]=\"iconclass\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"
|
|
487
|
+
args: [{ selector: 'div[wmDialogHeader]', template: "<button *ngIf=\"isClosable\" aria-label=\"Close\" class=\"app-dialog-close close\" (click)=\"closeDialog();\" title=\"Close\">\n <span aria-hidden=\"true\">×</span>\n</button>\n\n<ng-container [ngSwitch]=\"headinglevel\">\n <ng-container *ngSwitchCase=\"'h1'\">\n <h1 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h1>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h2'\">\n <h2 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h2>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h3'\">\n <h3 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h3>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h4'\">\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h5'\">\n <h5 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h5>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h6'\">\n <h6 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h6>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n </ng-container>\n</ng-container>\n\n<ng-template #headerTemplate>\n <i [ngClass]=\"iconclass\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\" *ngIf=\"iconclass && !iconurl\"></i>\n <img data-identifier=\"img\" [src]=\"iconurl | image\" *ngIf=\"iconurl\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"/>\n <span class=\"dialog-heading\" [textContent]=\"heading\" [id]=\"titleid\"></span>\n <span class=\"dialog-sub-heading\" *ngIf=\"subheading\" [title]=\"subheading\" [textContent]=\"subheading\"></span>\n</ng-template>\n" }]
|
|
357
488
|
}], function () { return [{ type: i0__namespace.ElementRef }, { type: BaseDialog, decorators: [{
|
|
358
489
|
type: i0.Inject,
|
|
359
490
|
args: [i2.DialogRef]
|
|
@@ -371,6 +502,8 @@
|
|
|
371
502
|
type: i0.Input
|
|
372
503
|
}], heading: [{
|
|
373
504
|
type: i0.Input
|
|
505
|
+
}], headinglevel: [{
|
|
506
|
+
type: i0.Input
|
|
374
507
|
}], subheading: [{
|
|
375
508
|
type: i0.Input
|
|
376
509
|
}], titleid: [{
|
|
@@ -10,11 +10,12 @@ export declare class DialogHeaderComponent {
|
|
|
10
10
|
iconurl: string;
|
|
11
11
|
closable: boolean;
|
|
12
12
|
heading: string;
|
|
13
|
+
headinglevel?: string;
|
|
13
14
|
subheading: string;
|
|
14
15
|
titleid: string;
|
|
15
16
|
get isClosable(): boolean;
|
|
16
17
|
constructor(elRef: ElementRef, dialogRef: BaseDialog);
|
|
17
18
|
closeDialog(): void;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogHeaderComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogHeaderComponent, "div[wmDialogHeader]", never, { "iconwidth": { "alias": "iconwidth"; "required": false; }; "iconheight": { "alias": "iconheight"; "required": false; }; "iconmargin": { "alias": "iconmargin"; "required": false; }; "iconclass": { "alias": "iconclass"; "required": false; }; "iconurl": { "alias": "iconurl"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; "titleid": { "alias": "titleid"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogHeaderComponent, "div[wmDialogHeader]", never, { "iconwidth": { "alias": "iconwidth"; "required": false; }; "iconheight": { "alias": "iconheight"; "required": false; }; "iconmargin": { "alias": "iconmargin"; "required": false; }; "iconclass": { "alias": "iconclass"; "required": false; }; "iconurl": { "alias": "iconurl"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "headinglevel": { "alias": "headinglevel"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; "titleid": { "alias": "titleid"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
21
|
}
|
|
@@ -8,32 +8,152 @@ import * as i2 from "@wm/components/base";
|
|
|
8
8
|
import * as i3 from "../base-dialog";
|
|
9
9
|
const _c0 = ["wmDialogHeader", ""];
|
|
10
10
|
function DialogHeaderComponent_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
-
const
|
|
12
|
-
i0.ɵɵelementStart(0, "button",
|
|
13
|
-
i0.ɵɵlistener("click", function DialogHeaderComponent_button_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(
|
|
14
|
-
i0.ɵɵelementStart(1, "span",
|
|
11
|
+
const _r11 = i0.ɵɵgetCurrentView();
|
|
12
|
+
i0.ɵɵelementStart(0, "button", 5);
|
|
13
|
+
i0.ɵɵlistener("click", function DialogHeaderComponent_button_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.closeDialog()); });
|
|
14
|
+
i0.ɵɵelementStart(1, "span", 6);
|
|
15
15
|
i0.ɵɵtext(2, "\u00D7");
|
|
16
16
|
i0.ɵɵelementEnd()();
|
|
17
17
|
} }
|
|
18
|
+
function DialogHeaderComponent_ng_container_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
i0.ɵɵelementContainer(0);
|
|
20
|
+
} }
|
|
21
|
+
function DialogHeaderComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
22
|
+
i0.ɵɵelementContainerStart(0);
|
|
23
|
+
i0.ɵɵelementStart(1, "h1", 7);
|
|
24
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
25
|
+
i0.ɵɵelementEnd();
|
|
26
|
+
i0.ɵɵelementContainerEnd();
|
|
27
|
+
} if (rf & 2) {
|
|
28
|
+
i0.ɵɵnextContext();
|
|
29
|
+
const _r8 = i0.ɵɵreference(10);
|
|
30
|
+
i0.ɵɵadvance(2);
|
|
31
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
32
|
+
} }
|
|
33
|
+
function DialogHeaderComponent_ng_container_3_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
34
|
+
i0.ɵɵelementContainer(0);
|
|
35
|
+
} }
|
|
36
|
+
function DialogHeaderComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
37
|
+
i0.ɵɵelementContainerStart(0);
|
|
38
|
+
i0.ɵɵelementStart(1, "h2", 7);
|
|
39
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_3_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
40
|
+
i0.ɵɵelementEnd();
|
|
41
|
+
i0.ɵɵelementContainerEnd();
|
|
42
|
+
} if (rf & 2) {
|
|
43
|
+
i0.ɵɵnextContext();
|
|
44
|
+
const _r8 = i0.ɵɵreference(10);
|
|
45
|
+
i0.ɵɵadvance(2);
|
|
46
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
47
|
+
} }
|
|
48
|
+
function DialogHeaderComponent_ng_container_4_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
49
|
+
i0.ɵɵelementContainer(0);
|
|
50
|
+
} }
|
|
51
|
+
function DialogHeaderComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
52
|
+
i0.ɵɵelementContainerStart(0);
|
|
53
|
+
i0.ɵɵelementStart(1, "h3", 7);
|
|
54
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_4_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
55
|
+
i0.ɵɵelementEnd();
|
|
56
|
+
i0.ɵɵelementContainerEnd();
|
|
57
|
+
} if (rf & 2) {
|
|
58
|
+
i0.ɵɵnextContext();
|
|
59
|
+
const _r8 = i0.ɵɵreference(10);
|
|
60
|
+
i0.ɵɵadvance(2);
|
|
61
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
62
|
+
} }
|
|
63
|
+
function DialogHeaderComponent_ng_container_5_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
64
|
+
i0.ɵɵelementContainer(0);
|
|
65
|
+
} }
|
|
66
|
+
function DialogHeaderComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
67
|
+
i0.ɵɵelementContainerStart(0);
|
|
68
|
+
i0.ɵɵelementStart(1, "h4", 7);
|
|
69
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_5_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
70
|
+
i0.ɵɵelementEnd();
|
|
71
|
+
i0.ɵɵelementContainerEnd();
|
|
72
|
+
} if (rf & 2) {
|
|
73
|
+
i0.ɵɵnextContext();
|
|
74
|
+
const _r8 = i0.ɵɵreference(10);
|
|
75
|
+
i0.ɵɵadvance(2);
|
|
76
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
77
|
+
} }
|
|
78
|
+
function DialogHeaderComponent_ng_container_6_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
79
|
+
i0.ɵɵelementContainer(0);
|
|
80
|
+
} }
|
|
81
|
+
function DialogHeaderComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
|
|
82
|
+
i0.ɵɵelementContainerStart(0);
|
|
83
|
+
i0.ɵɵelementStart(1, "h5", 7);
|
|
84
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_6_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
85
|
+
i0.ɵɵelementEnd();
|
|
86
|
+
i0.ɵɵelementContainerEnd();
|
|
87
|
+
} if (rf & 2) {
|
|
88
|
+
i0.ɵɵnextContext();
|
|
89
|
+
const _r8 = i0.ɵɵreference(10);
|
|
90
|
+
i0.ɵɵadvance(2);
|
|
91
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
92
|
+
} }
|
|
93
|
+
function DialogHeaderComponent_ng_container_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
94
|
+
i0.ɵɵelementContainer(0);
|
|
95
|
+
} }
|
|
96
|
+
function DialogHeaderComponent_ng_container_7_Template(rf, ctx) { if (rf & 1) {
|
|
97
|
+
i0.ɵɵelementContainerStart(0);
|
|
98
|
+
i0.ɵɵelementStart(1, "h6", 7);
|
|
99
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_7_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
100
|
+
i0.ɵɵelementEnd();
|
|
101
|
+
i0.ɵɵelementContainerEnd();
|
|
102
|
+
} if (rf & 2) {
|
|
103
|
+
i0.ɵɵnextContext();
|
|
104
|
+
const _r8 = i0.ɵɵreference(10);
|
|
105
|
+
i0.ɵɵadvance(2);
|
|
106
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
107
|
+
} }
|
|
108
|
+
function DialogHeaderComponent_ng_container_8_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
109
|
+
i0.ɵɵelementContainer(0);
|
|
110
|
+
} }
|
|
111
|
+
function DialogHeaderComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
112
|
+
i0.ɵɵelementContainerStart(0);
|
|
113
|
+
i0.ɵɵelementStart(1, "h4", 7);
|
|
114
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_8_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
115
|
+
i0.ɵɵelementEnd();
|
|
116
|
+
i0.ɵɵelementContainerEnd();
|
|
117
|
+
} if (rf & 2) {
|
|
118
|
+
i0.ɵɵnextContext();
|
|
119
|
+
const _r8 = i0.ɵɵreference(10);
|
|
120
|
+
i0.ɵɵadvance(2);
|
|
121
|
+
i0.ɵɵproperty("ngTemplateOutlet", _r8);
|
|
122
|
+
} }
|
|
18
123
|
const _c1 = function (a0, a1, a2) { return { width: a0, height: a1, margin: a2 }; };
|
|
19
|
-
function
|
|
20
|
-
i0.ɵɵelement(0, "i",
|
|
124
|
+
function DialogHeaderComponent_ng_template_9_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
125
|
+
i0.ɵɵelement(0, "i", 13);
|
|
21
126
|
} if (rf & 2) {
|
|
22
|
-
const
|
|
23
|
-
i0.ɵɵproperty("ngClass",
|
|
127
|
+
const ctx_r19 = i0.ɵɵnextContext(2);
|
|
128
|
+
i0.ɵɵproperty("ngClass", ctx_r19.iconclass)("ngStyle", i0.ɵɵpureFunction3(2, _c1, ctx_r19.iconwidth, ctx_r19.iconheight, ctx_r19.iconmargin));
|
|
24
129
|
} }
|
|
25
|
-
function
|
|
26
|
-
i0.ɵɵelement(0, "img",
|
|
130
|
+
function DialogHeaderComponent_ng_template_9_img_1_Template(rf, ctx) { if (rf & 1) {
|
|
131
|
+
i0.ɵɵelement(0, "img", 14);
|
|
27
132
|
i0.ɵɵpipe(1, "image");
|
|
28
133
|
} if (rf & 2) {
|
|
29
|
-
const
|
|
30
|
-
i0.ɵɵproperty("src", i0.ɵɵpipeBind1(1, 2,
|
|
134
|
+
const ctx_r20 = i0.ɵɵnextContext(2);
|
|
135
|
+
i0.ɵɵproperty("src", i0.ɵɵpipeBind1(1, 2, ctx_r20.iconurl), i0.ɵɵsanitizeUrl)("ngStyle", i0.ɵɵpureFunction3(4, _c1, ctx_r20.iconwidth, ctx_r20.iconheight, ctx_r20.iconmargin));
|
|
31
136
|
} }
|
|
32
|
-
function
|
|
33
|
-
i0.ɵɵelement(0, "span",
|
|
137
|
+
function DialogHeaderComponent_ng_template_9_span_3_Template(rf, ctx) { if (rf & 1) {
|
|
138
|
+
i0.ɵɵelement(0, "span", 15);
|
|
34
139
|
} if (rf & 2) {
|
|
35
|
-
const
|
|
36
|
-
i0.ɵɵproperty("title",
|
|
140
|
+
const ctx_r21 = i0.ɵɵnextContext(2);
|
|
141
|
+
i0.ɵɵproperty("title", ctx_r21.subheading)("textContent", ctx_r21.subheading);
|
|
142
|
+
} }
|
|
143
|
+
function DialogHeaderComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
|
|
144
|
+
i0.ɵɵtemplate(0, DialogHeaderComponent_ng_template_9_i_0_Template, 1, 6, "i", 9);
|
|
145
|
+
i0.ɵɵtemplate(1, DialogHeaderComponent_ng_template_9_img_1_Template, 2, 8, "img", 10);
|
|
146
|
+
i0.ɵɵelement(2, "span", 11);
|
|
147
|
+
i0.ɵɵtemplate(3, DialogHeaderComponent_ng_template_9_span_3_Template, 1, 2, "span", 12);
|
|
148
|
+
} if (rf & 2) {
|
|
149
|
+
const ctx_r9 = i0.ɵɵnextContext();
|
|
150
|
+
i0.ɵɵproperty("ngIf", ctx_r9.iconclass && !ctx_r9.iconurl);
|
|
151
|
+
i0.ɵɵadvance(1);
|
|
152
|
+
i0.ɵɵproperty("ngIf", ctx_r9.iconurl);
|
|
153
|
+
i0.ɵɵadvance(1);
|
|
154
|
+
i0.ɵɵproperty("textContent", ctx_r9.heading)("id", ctx_r9.titleid);
|
|
155
|
+
i0.ɵɵadvance(1);
|
|
156
|
+
i0.ɵɵproperty("ngIf", ctx_r9.subheading);
|
|
37
157
|
} }
|
|
38
158
|
const DEFAULT_CLS = 'app-dialog-header modal-header';
|
|
39
159
|
const DEFAULT_ICON_DIMENSIONS = '21px';
|
|
@@ -46,35 +166,46 @@ export class DialogHeaderComponent {
|
|
|
46
166
|
this.iconwidth = DEFAULT_ICON_DIMENSIONS;
|
|
47
167
|
this.iconheight = DEFAULT_ICON_DIMENSIONS;
|
|
48
168
|
this.closable = true;
|
|
169
|
+
this.headinglevel = 'h4';
|
|
49
170
|
addClass(elRef.nativeElement, DEFAULT_CLS);
|
|
50
171
|
}
|
|
51
172
|
closeDialog() {
|
|
52
173
|
this.dialogRef.close();
|
|
53
174
|
}
|
|
54
175
|
static { this.ɵfac = function DialogHeaderComponent_Factory(t) { return new (t || DialogHeaderComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(DialogRef)); }; }
|
|
55
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DialogHeaderComponent, selectors: [["div", "wmDialogHeader", ""]], inputs: { iconwidth: "iconwidth", iconheight: "iconheight", iconmargin: "iconmargin", iconclass: "iconclass", iconurl: "iconurl", closable: "closable", heading: "heading", subheading: "subheading", titleid: "titleid" }, attrs: _c0, decls:
|
|
176
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DialogHeaderComponent, selectors: [["div", "wmDialogHeader", ""]], inputs: { iconwidth: "iconwidth", iconheight: "iconheight", iconmargin: "iconmargin", iconclass: "iconclass", iconurl: "iconurl", closable: "closable", heading: "heading", headinglevel: "headinglevel", subheading: "subheading", titleid: "titleid" }, attrs: _c0, decls: 11, vars: 8, consts: [["aria-label", "Close", "class", "app-dialog-close close", "title", "Close", 3, "click", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], ["headerTemplate", ""], ["aria-label", "Close", "title", "Close", 1, "app-dialog-close", "close", 3, "click"], ["aria-hidden", "true"], [1, "app-dialog-title", "modal-title"], [4, "ngTemplateOutlet"], [3, "ngClass", "ngStyle", 4, "ngIf"], ["data-identifier", "img", 3, "src", "ngStyle", 4, "ngIf"], [1, "dialog-heading", 3, "textContent", "id"], ["class", "dialog-sub-heading", 3, "title", "textContent", 4, "ngIf"], [3, "ngClass", "ngStyle"], ["data-identifier", "img", 3, "src", "ngStyle"], [1, "dialog-sub-heading", 3, "title", "textContent"]], template: function DialogHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
56
177
|
i0.ɵɵtemplate(0, DialogHeaderComponent_button_0_Template, 3, 0, "button", 0);
|
|
57
|
-
i0.ɵɵ
|
|
58
|
-
i0.ɵɵtemplate(2,
|
|
59
|
-
i0.ɵɵtemplate(3,
|
|
60
|
-
i0.ɵɵ
|
|
61
|
-
i0.ɵɵtemplate(5,
|
|
62
|
-
i0.ɵɵ
|
|
178
|
+
i0.ɵɵelementContainerStart(1, 1);
|
|
179
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_Template, 3, 1, "ng-container", 2);
|
|
180
|
+
i0.ɵɵtemplate(3, DialogHeaderComponent_ng_container_3_Template, 3, 1, "ng-container", 2);
|
|
181
|
+
i0.ɵɵtemplate(4, DialogHeaderComponent_ng_container_4_Template, 3, 1, "ng-container", 2);
|
|
182
|
+
i0.ɵɵtemplate(5, DialogHeaderComponent_ng_container_5_Template, 3, 1, "ng-container", 2);
|
|
183
|
+
i0.ɵɵtemplate(6, DialogHeaderComponent_ng_container_6_Template, 3, 1, "ng-container", 2);
|
|
184
|
+
i0.ɵɵtemplate(7, DialogHeaderComponent_ng_container_7_Template, 3, 1, "ng-container", 2);
|
|
185
|
+
i0.ɵɵtemplate(8, DialogHeaderComponent_ng_container_8_Template, 3, 1, "ng-container", 3);
|
|
186
|
+
i0.ɵɵelementContainerEnd();
|
|
187
|
+
i0.ɵɵtemplate(9, DialogHeaderComponent_ng_template_9_Template, 4, 5, "ng-template", null, 4, i0.ɵɵtemplateRefExtractor);
|
|
63
188
|
} if (rf & 2) {
|
|
64
189
|
i0.ɵɵproperty("ngIf", ctx.isClosable);
|
|
65
|
-
i0.ɵɵadvance(2);
|
|
66
|
-
i0.ɵɵproperty("ngIf", ctx.iconclass && !ctx.iconurl);
|
|
67
190
|
i0.ɵɵadvance(1);
|
|
68
|
-
i0.ɵɵproperty("
|
|
191
|
+
i0.ɵɵproperty("ngSwitch", ctx.headinglevel);
|
|
192
|
+
i0.ɵɵadvance(1);
|
|
193
|
+
i0.ɵɵproperty("ngSwitchCase", "h1");
|
|
194
|
+
i0.ɵɵadvance(1);
|
|
195
|
+
i0.ɵɵproperty("ngSwitchCase", "h2");
|
|
69
196
|
i0.ɵɵadvance(1);
|
|
70
|
-
i0.ɵɵproperty("
|
|
197
|
+
i0.ɵɵproperty("ngSwitchCase", "h3");
|
|
71
198
|
i0.ɵɵadvance(1);
|
|
72
|
-
i0.ɵɵproperty("
|
|
73
|
-
|
|
199
|
+
i0.ɵɵproperty("ngSwitchCase", "h4");
|
|
200
|
+
i0.ɵɵadvance(1);
|
|
201
|
+
i0.ɵɵproperty("ngSwitchCase", "h5");
|
|
202
|
+
i0.ɵɵadvance(1);
|
|
203
|
+
i0.ɵɵproperty("ngSwitchCase", "h6");
|
|
204
|
+
} }, dependencies: [i1.NgClass, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, i1.NgSwitch, i1.NgSwitchCase, i1.NgSwitchDefault, i2.TextContentDirective, i2.ImagePipe], encapsulation: 2 }); }
|
|
74
205
|
}
|
|
75
206
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DialogHeaderComponent, [{
|
|
76
207
|
type: Component,
|
|
77
|
-
args: [{ selector: 'div[wmDialogHeader]', template: "<button *ngIf=\"isClosable\" aria-label=\"Close\" class=\"app-dialog-close close\" (click)=\"closeDialog();\" title=\"Close\">\n <span aria-hidden=\"true\">×</span>\n</button>\n<h4 class=\"app-dialog-title modal-title\">\n <i [ngClass]=\"iconclass\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"
|
|
208
|
+
args: [{ selector: 'div[wmDialogHeader]', template: "<button *ngIf=\"isClosable\" aria-label=\"Close\" class=\"app-dialog-close close\" (click)=\"closeDialog();\" title=\"Close\">\n <span aria-hidden=\"true\">×</span>\n</button>\n\n<ng-container [ngSwitch]=\"headinglevel\">\n <ng-container *ngSwitchCase=\"'h1'\">\n <h1 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h1>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h2'\">\n <h2 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h2>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h3'\">\n <h3 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h3>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h4'\">\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h5'\">\n <h5 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h5>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h6'\">\n <h6 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h6>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n </ng-container>\n</ng-container>\n\n<ng-template #headerTemplate>\n <i [ngClass]=\"iconclass\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\" *ngIf=\"iconclass && !iconurl\"></i>\n <img data-identifier=\"img\" [src]=\"iconurl | image\" *ngIf=\"iconurl\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"/>\n <span class=\"dialog-heading\" [textContent]=\"heading\" [id]=\"titleid\"></span>\n <span class=\"dialog-sub-heading\" *ngIf=\"subheading\" [title]=\"subheading\" [textContent]=\"subheading\"></span>\n</ng-template>\n" }]
|
|
78
209
|
}], function () { return [{ type: i0.ElementRef }, { type: i3.BaseDialog, decorators: [{
|
|
79
210
|
type: Inject,
|
|
80
211
|
args: [DialogRef]
|
|
@@ -92,9 +223,11 @@ export class DialogHeaderComponent {
|
|
|
92
223
|
type: Input
|
|
93
224
|
}], heading: [{
|
|
94
225
|
type: Input
|
|
226
|
+
}], headinglevel: [{
|
|
227
|
+
type: Input
|
|
95
228
|
}], subheading: [{
|
|
96
229
|
type: Input
|
|
97
230
|
}], titleid: [{
|
|
98
231
|
type: Input
|
|
99
232
|
}] }); })();
|
|
100
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
233
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvZGlhbG9ncy9kZWZhdWx0L3NyYy9kaWFsb2ctaGVhZGVyL2RpYWxvZy1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy93aWRnZXRzL2RpYWxvZ3MvZGVmYXVsdC9zcmMvZGlhbG9nLWhlYWRlci9kaWFsb2ctaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFckUsT0FBTyxFQUFFLFFBQVEsRUFBRSxTQUFTLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFFL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ2hELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7SUNMNUMsaUNBQW9IO0lBQXZDLHVLQUFTLGVBQUEscUJBQWEsQ0FBQSxJQUFFO0lBQ2pHLCtCQUF5QjtJQUFBLHNCQUFPO0lBQUEsaUJBQU8sRUFBQTs7O0lBTS9CLHdCQUFnRTs7O0lBRnhFLDZCQUFtQztJQUMvQiw2QkFBeUM7SUFDckMsdUdBQWdFO0lBQ3BFLGlCQUFLO0lBQ1QsMEJBQWU7Ozs7SUFGUSxlQUFnQztJQUFoQyxzQ0FBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFnRTtJQUNwRSxpQkFBSztJQUNULDBCQUFlOzs7O0lBRlEsZUFBZ0M7SUFBaEMsc0NBQWdDOzs7SUFLL0Msd0JBQWdFOzs7SUFGeEUsNkJBQW1DO0lBQy9CLDZCQUF5QztJQUNyQyx1R0FBZ0U7SUFDcEUsaUJBQUs7SUFDVCwwQkFBZTs7OztJQUZRLGVBQWdDO0lBQWhDLHNDQUFnQzs7O0lBSy9DLHdCQUFnRTs7O0lBRnhFLDZCQUFtQztJQUMvQiw2QkFBeUM7SUFDckMsdUdBQWdFO0lBQ3BFLGlCQUFLO0lBQ1QsMEJBQWU7Ozs7SUFGUSxlQUFnQztJQUFoQyxzQ0FBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFnRTtJQUNwRSxpQkFBSztJQUNULDBCQUFlOzs7O0lBRlEsZUFBZ0M7SUFBaEMsc0NBQWdDOzs7SUFLL0Msd0JBQWdFOzs7SUFGeEUsNkJBQW1DO0lBQy9CLDZCQUF5QztJQUNyQyx1R0FBZ0U7SUFDcEUsaUJBQUs7SUFDVCwwQkFBZTs7OztJQUZRLGVBQWdDO0lBQWhDLHNDQUFnQzs7O0lBSy9DLHdCQUFnRTs7O0lBRnhFLDZCQUErQjtJQUMzQiw2QkFBeUM7SUFDckMsdUdBQWdFO0lBQ3BFLGlCQUFLO0lBQ1QsMEJBQWU7Ozs7SUFGUSxlQUFnQztJQUFoQyxzQ0FBZ0M7Ozs7SUFNdkQsd0JBQWtJOzs7SUFBL0gsMkNBQXFCLGtHQUFBOzs7SUFDeEIsMEJBQTJJOzs7O0lBQWhILDZFQUF1QixrR0FBQTs7O0lBRWxELDJCQUEyRzs7O0lBQXZELDBDQUFvQixtQ0FBQTs7O0lBSHhFLGdGQUFrSTtJQUNsSSxxRkFBMkk7SUFDM0ksMkJBQTJFO0lBQzNFLHVGQUEyRzs7O0lBSFYsMERBQTJCO0lBQ3hFLGVBQWE7SUFBYixxQ0FBYTtJQUNwQyxlQUF1QjtJQUF2Qiw0Q0FBdUIsc0JBQUE7SUFDbEIsZUFBZ0I7SUFBaEIsd0NBQWdCOztBRHZDdEQsTUFBTSxXQUFXLEdBQUcsZ0NBQWdDLENBQUM7QUFDckQsTUFBTSx1QkFBdUIsR0FBRyxNQUFNLENBQUM7QUFNdkMsTUFBTSxPQUFPLHFCQUFxQjtJQWE5QixJQUFXLFVBQVU7UUFDakIsT0FBTyxTQUFTLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3BDLENBQUM7SUFFRCxZQUFZLEtBQWlCLEVBQTZCLFNBQXFCO1FBQXJCLGNBQVMsR0FBVCxTQUFTLENBQVk7UUFmL0QsY0FBUyxHQUFHLHVCQUF1QixDQUFDO1FBQ3BDLGVBQVUsR0FBRyx1QkFBdUIsQ0FBQztRQUlyQyxhQUFRLEdBQUcsSUFBSSxDQUFDO1FBRWhCLGlCQUFZLEdBQVksSUFBSSxDQUFDO1FBU3pDLFFBQVEsQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLFdBQVcsQ0FBQyxDQUFDO0lBQy9DLENBQUM7SUFFTSxXQUFXO1FBQ2QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUMzQixDQUFDO3NGQXZCUSxxQkFBcUIsNERBaUJTLFNBQVM7b0VBakJ2QyxxQkFBcUI7WUNkbEMsNEVBRVM7WUFFVCxnQ0FBd0M7WUFDcEMsd0ZBSWU7WUFDZix3RkFJZTtZQUNmLHdGQUllO1lBQ2Ysd0ZBSWU7WUFDZix3RkFJZTtZQUNmLHdGQUllO1lBQ2Ysd0ZBSWU7WUFDbkIsMEJBQWU7WUFFZix1SEFLYzs7WUEvQ0wscUNBQWdCO1lBSVgsZUFBeUI7WUFBekIsMkNBQXlCO1lBQ3BCLGVBQWtCO1lBQWxCLG1DQUFrQjtZQUtsQixlQUFrQjtZQUFsQixtQ0FBa0I7WUFLbEIsZUFBa0I7WUFBbEIsbUNBQWtCO1lBS2xCLGVBQWtCO1lBQWxCLG1DQUFrQjtZQUtsQixlQUFrQjtZQUFsQixtQ0FBa0I7WUFLbEIsZUFBa0I7WUFBbEIsbUNBQWtCOzs7dUZEaEJ4QixxQkFBcUI7Y0FKakMsU0FBUzsyQkFDSSxxQkFBcUI7O3NCQW9CQyxNQUFNO3VCQUFDLFNBQVM7d0JBZmhDLFNBQVM7a0JBQXhCLEtBQUs7WUFDVSxVQUFVO2tCQUF6QixLQUFLO1lBQ1UsVUFBVTtrQkFBekIsS0FBSztZQUNVLFNBQVM7a0JBQXhCLEtBQUs7WUFDVSxPQUFPO2tCQUF0QixLQUFLO1lBQ1UsUUFBUTtrQkFBdkIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUs7WUFDVSxZQUFZO2tCQUEzQixLQUFLO1lBQ1UsVUFBVTtrQkFBekIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEluamVjdCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgYWRkQ2xhc3MsIHRvQm9vbGVhbiB9IGZyb20gJ0B3bS9jb3JlJztcblxuaW1wb3J0IHsgRGlhbG9nUmVmIH0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQgeyBCYXNlRGlhbG9nIH0gZnJvbSAnLi4vYmFzZS1kaWFsb2cnO1xuXG5jb25zdCBERUZBVUxUX0NMUyA9ICdhcHAtZGlhbG9nLWhlYWRlciBtb2RhbC1oZWFkZXInO1xuY29uc3QgREVGQVVMVF9JQ09OX0RJTUVOU0lPTlMgPSAnMjFweCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZGl2W3dtRGlhbG9nSGVhZGVyXScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2RpYWxvZy1oZWFkZXIuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIERpYWxvZ0hlYWRlckNvbXBvbmVudCB7XG5cbiAgICBASW5wdXQoKSBwdWJsaWMgaWNvbndpZHRoID0gREVGQVVMVF9JQ09OX0RJTUVOU0lPTlM7XG4gICAgQElucHV0KCkgcHVibGljIGljb25oZWlnaHQgPSBERUZBVUxUX0lDT05fRElNRU5TSU9OUztcbiAgICBASW5wdXQoKSBwdWJsaWMgaWNvbm1hcmdpbjogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBpY29uY2xhc3M6IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgaWNvbnVybDogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBjbG9zYWJsZSA9IHRydWU7XG4gICAgQElucHV0KCkgcHVibGljIGhlYWRpbmc6IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgaGVhZGluZ2xldmVsPzogc3RyaW5nID0gJ2g0JztcbiAgICBASW5wdXQoKSBwdWJsaWMgc3ViaGVhZGluZzogc3RyaW5nO1xuICAgIEBJbnB1dCgpIHB1YmxpYyB0aXRsZWlkOnN0cmluZztcblxuICAgIHB1YmxpYyBnZXQgaXNDbG9zYWJsZSgpIHtcbiAgICAgICAgcmV0dXJuIHRvQm9vbGVhbih0aGlzLmNsb3NhYmxlKTtcbiAgICB9XG5cbiAgICBjb25zdHJ1Y3RvcihlbFJlZjogRWxlbWVudFJlZiwgQEluamVjdChEaWFsb2dSZWYpIHByaXZhdGUgZGlhbG9nUmVmOiBCYXNlRGlhbG9nKSB7XG4gICAgICAgIGFkZENsYXNzKGVsUmVmLm5hdGl2ZUVsZW1lbnQsIERFRkFVTFRfQ0xTKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgY2xvc2VEaWFsb2coKSB7XG4gICAgICAgIHRoaXMuZGlhbG9nUmVmLmNsb3NlKCk7XG4gICAgfVxufVxuIiwiPGJ1dHRvbiAqbmdJZj1cImlzQ2xvc2FibGVcIiBhcmlhLWxhYmVsPVwiQ2xvc2VcIiBjbGFzcz1cImFwcC1kaWFsb2ctY2xvc2UgY2xvc2VcIiAoY2xpY2spPVwiY2xvc2VEaWFsb2coKTtcIiB0aXRsZT1cIkNsb3NlXCI+XG4gICAgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+JnRpbWVzOzwvc3Bhbj5cbjwvYnV0dG9uPlxuXG48bmctY29udGFpbmVyIFtuZ1N3aXRjaF09XCJoZWFkaW5nbGV2ZWxcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInaDEnXCI+XG4gICAgICAgIDxoMSBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2gxPlxuICAgIDwvbmctY29udGFpbmVyPlxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidoMidcIj5cbiAgICAgICAgPGgyIGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDI+XG4gICAgPC9uZy1jb250YWluZXI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ2gzJ1wiPlxuICAgICAgICA8aDMgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9oMz5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInaDQnXCI+XG4gICAgICAgIDxoNCBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2g0PlxuICAgIDwvbmctY29udGFpbmVyPlxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidoNSdcIj5cbiAgICAgICAgPGg1IGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDU+XG4gICAgPC9uZy1jb250YWluZXI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ2g2J1wiPlxuICAgICAgICA8aDYgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9oNj5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaERlZmF1bHQ+XG4gICAgICAgIDxoNCBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2g0PlxuICAgIDwvbmctY29udGFpbmVyPlxuPC9uZy1jb250YWluZXI+XG5cbjxuZy10ZW1wbGF0ZSAjaGVhZGVyVGVtcGxhdGU+XG4gICAgPGkgW25nQ2xhc3NdPVwiaWNvbmNsYXNzXCIgW25nU3R5bGVdPVwie3dpZHRoOiBpY29ud2lkdGgsIGhlaWdodDogaWNvbmhlaWdodCwgbWFyZ2luOiBpY29ubWFyZ2lufVwiICpuZ0lmPVwiaWNvbmNsYXNzICYmICFpY29udXJsXCI+PC9pPlxuICAgIDxpbWcgZGF0YS1pZGVudGlmaWVyPVwiaW1nXCIgW3NyY109XCJpY29udXJsIHwgaW1hZ2VcIiAqbmdJZj1cImljb251cmxcIiBbbmdTdHlsZV09XCJ7d2lkdGg6IGljb253aWR0aCwgaGVpZ2h0OiBpY29uaGVpZ2h0LCBtYXJnaW46IGljb25tYXJnaW59XCIvPlxuICAgIDxzcGFuIGNsYXNzPVwiZGlhbG9nLWhlYWRpbmdcIiBbdGV4dENvbnRlbnRdPVwiaGVhZGluZ1wiIFtpZF09XCJ0aXRsZWlkXCI+PC9zcGFuPlxuICAgIDxzcGFuIGNsYXNzPVwiZGlhbG9nLXN1Yi1oZWFkaW5nXCIgKm5nSWY9XCJzdWJoZWFkaW5nXCIgW3RpdGxlXT1cInN1YmhlYWRpbmdcIiBbdGV4dENvbnRlbnRdPVwic3ViaGVhZGluZ1wiPjwvc3Bhbj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|