@wavemaker/app-ng-runtime 11.10.3-next.25128 → 11.10.3-rc.6079
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/components/basic/default/bundles/index.umd.js +68 -68
- package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
- package/components/basic/default/esm2022/icon/icon.component.mjs +13 -12
- package/components/basic/default/esm2022/iframe/iframe.component.mjs +10 -9
- package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
- package/components/basic/default/esm2022/video/video.component.mjs +15 -14
- package/components/basic/default/fesm2022/index.mjs +68 -68
- package/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/bundles/index.umd.js +17 -16
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -7
- package/components/basic/progress/fesm2022/index.mjs +9 -8
- package/components/basic/progress/fesm2022/index.mjs.map +1 -1
- package/components/basic/rich-text-editor/bundles/index.umd.js +12 -11
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +9 -8
- package/components/basic/rich-text-editor/fesm2022/index.mjs +8 -7
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/bundles/index.umd.js +67 -63
- package/components/basic/search/esm2022/search.component.mjs +67 -63
- package/components/basic/search/esm2022/search.module.mjs +2 -2
- package/components/basic/search/fesm2022/index.mjs +67 -63
- package/components/basic/search/fesm2022/index.mjs.map +1 -1
- package/components/chart/bundles/index.umd.js +17 -17
- package/components/chart/esm2022/chart.component.mjs +18 -18
- package/components/chart/fesm2022/index.mjs +17 -17
- package/components/chart/fesm2022/index.mjs.map +1 -1
- package/components/containers/panel/bundles/index.umd.js +39 -39
- package/components/containers/panel/esm2022/panel.component.mjs +40 -40
- package/components/containers/panel/fesm2022/index.mjs +39 -39
- package/components/containers/panel/fesm2022/index.mjs.map +1 -1
- package/components/containers/tabs/bundles/index.umd.js +29 -29
- package/components/containers/tabs/esm2022/tabs.component.mjs +30 -30
- package/components/containers/tabs/fesm2022/index.mjs +29 -29
- package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
- package/components/containers/wizard/bundles/index.umd.js +49 -49
- package/components/containers/wizard/esm2022/wizard.component.mjs +50 -50
- package/components/containers/wizard/fesm2022/index.mjs +49 -49
- package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
- package/components/data/card/bundles/index.umd.js +29 -29
- package/components/data/card/esm2022/card.component.mjs +30 -30
- package/components/data/card/fesm2022/index.mjs +29 -29
- package/components/data/card/fesm2022/index.mjs.map +1 -1
- package/components/data/form/bundles/index.umd.js +96 -91
- package/components/data/form/esm2022/form.component.mjs +97 -92
- package/components/data/form/fesm2022/index.mjs +96 -91
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/list/bundles/index.umd.js +173 -171
- package/components/data/list/esm2022/list.component.mjs +173 -171
- package/components/data/list/esm2022/list.module.mjs +2 -2
- package/components/data/list/fesm2022/index.mjs +173 -171
- package/components/data/list/fesm2022/index.mjs.map +1 -1
- package/components/data/pagination/bundles/index.umd.js +32 -32
- package/components/data/pagination/esm2022/pagination.component.mjs +33 -33
- package/components/data/pagination/fesm2022/index.mjs +32 -32
- package/components/data/pagination/fesm2022/index.mjs.map +1 -1
- package/components/data/table/bundles/index.umd.js +38 -39
- package/components/data/table/esm2022/table.component.mjs +39 -40
- package/components/data/table/fesm2022/index.mjs +38 -39
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/default/bundles/index.umd.js +95 -66
- package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +96 -67
- package/components/dialogs/default/fesm2022/index.mjs +95 -66
- package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/design-dialog/bundles/index.umd.js +7 -7
- package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -8
- package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -7
- package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/iframe-dialog/bundles/index.umd.js +25 -24
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +16 -15
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +15 -14
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
- package/components/dialogs/partial-dialog/bundles/index.umd.js +8 -8
- package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +9 -9
- package/components/dialogs/partial-dialog/fesm2022/index.mjs +8 -8
- package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
- package/components/input/chips/bundles/index.umd.js +21 -21
- package/components/input/chips/esm2022/chips.component.mjs +22 -22
- package/components/input/chips/fesm2022/index.mjs +21 -21
- package/components/input/chips/fesm2022/index.mjs.map +1 -1
- package/components/input/default/bundles/index.umd.js +209 -201
- package/components/input/default/esm2022/button/button.component.mjs +18 -18
- package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +69 -68
- package/components/input/default/esm2022/radioset/radioset.component.mjs +69 -68
- package/components/input/default/esm2022/select/select.component.mjs +27 -21
- package/components/input/default/esm2022/switch/switch.component.mjs +24 -24
- package/components/input/default/esm2022/textarea/textarea.component.mjs +8 -8
- package/components/input/default/fesm2022/index.mjs +209 -201
- package/components/input/default/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/bundles/index.umd.js +164 -171
- package/components/input/epoch/esm2022/date/date.component.mjs +15 -14
- package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +59 -64
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +19 -18
- package/components/input/epoch/esm2022/picker/picker.component.mjs +25 -26
- package/components/input/epoch/esm2022/time/time.component.mjs +18 -17
- package/components/input/epoch/fesm2022/index.mjs +117 -124
- package/components/input/epoch/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/bundles/index.umd.js +114 -111
- package/components/input/file-upload/esm2022/file-upload.component.mjs +115 -112
- package/components/input/file-upload/fesm2022/index.mjs +114 -111
- package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
- package/components/input/rating/bundles/index.umd.js +14 -14
- package/components/input/rating/esm2022/rating.component.mjs +15 -15
- package/components/input/rating/fesm2022/index.mjs +14 -14
- package/components/input/rating/fesm2022/index.mjs.map +1 -1
- package/components/input/slider/bundles/index.umd.js +40 -39
- package/components/input/slider/esm2022/slider.component.mjs +11 -10
- package/components/input/slider/fesm2022/index.mjs +10 -9
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/navigation/breadcrumb/bundles/index.umd.js +15 -16
- package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +16 -17
- package/components/navigation/breadcrumb/fesm2022/index.mjs +15 -16
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/bundles/index.umd.js +71 -69
- package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +7 -7
- package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +15 -15
- package/components/navigation/menu/esm2022/menu.component.mjs +26 -22
- package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +24 -26
- package/components/navigation/menu/fesm2022/index.mjs +71 -69
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- package/components/navigation/navbar/bundles/index.umd.js +12 -12
- package/components/navigation/navbar/esm2022/navbar.component.mjs +13 -13
- package/components/navigation/navbar/fesm2022/index.mjs +12 -12
- package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
- package/mobile/components/basic/default/bundles/index.umd.js +111 -102
- package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +40 -39
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +44 -35
- package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +28 -27
- package/mobile/components/basic/default/fesm2022/index.mjs +107 -98
- package/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/mobile/components/containers/segmented-control/bundles/index.umd.js +16 -16
- package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +9 -8
- package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +10 -10
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs +16 -16
- package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
- package/mobile/components/data/media-list/bundles/index.umd.js +28 -28
- package/mobile/components/data/media-list/esm2022/media-list.component.mjs +29 -29
- package/mobile/components/data/media-list/fesm2022/index.mjs +28 -28
- package/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
- package/mobile/components/page/mobile-navbar/bundles/index.umd.js +29 -29
- package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +30 -30
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +29 -29
- package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
- package/mobile/components/page/tab-bar/bundles/index.umd.js +28 -28
- package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +29 -29
- package/mobile/components/page/tab-bar/fesm2022/index.mjs +28 -28
- package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/runtime/base/bundles/index.umd.js +215 -219
- package/runtime/base/esm2022/components/app-component/app.component.mjs +41 -38
- package/runtime/base/esm2022/components/app-spinner.component.mjs +21 -25
- package/runtime/base/esm2022/components/custom-toaster.component.mjs +16 -18
- package/runtime/base/fesm2022/index.mjs +95 -99
- package/runtime/base/fesm2022/index.mjs.map +1 -1
|
@@ -321,140 +321,154 @@
|
|
|
321
321
|
|
|
322
322
|
const _c0 = ["wmDialogHeader", ""];
|
|
323
323
|
const _c1 = (a0, a1, a2) => ({ width: a0, height: a1, margin: a2 });
|
|
324
|
-
function
|
|
324
|
+
function DialogHeaderComponent_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
325
325
|
const _r1 = i0__namespace.ɵɵgetCurrentView();
|
|
326
|
-
i0__namespace.ɵɵelementStart(0, "button",
|
|
327
|
-
i0__namespace.ɵɵlistener("click", function
|
|
328
|
-
i0__namespace.ɵɵelement(1, "span",
|
|
326
|
+
i0__namespace.ɵɵelementStart(0, "button", 5);
|
|
327
|
+
i0__namespace.ɵɵlistener("click", function DialogHeaderComponent_button_0_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.closeDialog()); });
|
|
328
|
+
i0__namespace.ɵɵelement(1, "span", 6);
|
|
329
329
|
i0__namespace.ɵɵelementEnd();
|
|
330
330
|
} if (rf & 2) {
|
|
331
331
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
332
332
|
i0__namespace.ɵɵpropertyInterpolate("title", ctx_r1.dialogRef.appLocale.LABEL_CLOSE);
|
|
333
333
|
i0__namespace.ɵɵattribute("aria-label", "Close " + (ctx_r1.title ? ctx_r1.title : "") + " dialog");
|
|
334
334
|
} }
|
|
335
|
-
function
|
|
335
|
+
function DialogHeaderComponent_ng_container_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
336
336
|
i0__namespace.ɵɵelementContainer(0);
|
|
337
337
|
} }
|
|
338
|
-
function
|
|
339
|
-
i0__namespace.ɵɵ
|
|
340
|
-
i0__namespace.ɵɵ
|
|
338
|
+
function DialogHeaderComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
339
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
340
|
+
i0__namespace.ɵɵelementStart(1, "h1", 7);
|
|
341
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
341
342
|
i0__namespace.ɵɵelementEnd();
|
|
343
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
342
344
|
} if (rf & 2) {
|
|
343
345
|
i0__namespace.ɵɵnextContext();
|
|
344
|
-
const headerTemplate_r3 = i0__namespace.ɵɵreference(
|
|
345
|
-
i0__namespace.ɵɵadvance();
|
|
346
|
+
const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
|
|
347
|
+
i0__namespace.ɵɵadvance(2);
|
|
346
348
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
347
349
|
} }
|
|
348
|
-
function
|
|
350
|
+
function DialogHeaderComponent_ng_container_3_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
349
351
|
i0__namespace.ɵɵelementContainer(0);
|
|
350
352
|
} }
|
|
351
|
-
function
|
|
352
|
-
i0__namespace.ɵɵ
|
|
353
|
-
i0__namespace.ɵɵ
|
|
353
|
+
function DialogHeaderComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
354
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
355
|
+
i0__namespace.ɵɵelementStart(1, "h2", 7);
|
|
356
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_3_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
354
357
|
i0__namespace.ɵɵelementEnd();
|
|
358
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
355
359
|
} if (rf & 2) {
|
|
356
360
|
i0__namespace.ɵɵnextContext();
|
|
357
|
-
const headerTemplate_r3 = i0__namespace.ɵɵreference(
|
|
358
|
-
i0__namespace.ɵɵadvance();
|
|
361
|
+
const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
|
|
362
|
+
i0__namespace.ɵɵadvance(2);
|
|
359
363
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
360
364
|
} }
|
|
361
|
-
function
|
|
365
|
+
function DialogHeaderComponent_ng_container_4_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
362
366
|
i0__namespace.ɵɵelementContainer(0);
|
|
363
367
|
} }
|
|
364
|
-
function
|
|
365
|
-
i0__namespace.ɵɵ
|
|
366
|
-
i0__namespace.ɵɵ
|
|
368
|
+
function DialogHeaderComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
369
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
370
|
+
i0__namespace.ɵɵelementStart(1, "h3", 7);
|
|
371
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_4_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
367
372
|
i0__namespace.ɵɵelementEnd();
|
|
373
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
368
374
|
} if (rf & 2) {
|
|
369
375
|
i0__namespace.ɵɵnextContext();
|
|
370
|
-
const headerTemplate_r3 = i0__namespace.ɵɵreference(
|
|
371
|
-
i0__namespace.ɵɵadvance();
|
|
376
|
+
const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
|
|
377
|
+
i0__namespace.ɵɵadvance(2);
|
|
372
378
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
373
379
|
} }
|
|
374
|
-
function
|
|
380
|
+
function DialogHeaderComponent_ng_container_5_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
375
381
|
i0__namespace.ɵɵelementContainer(0);
|
|
376
382
|
} }
|
|
377
|
-
function
|
|
378
|
-
i0__namespace.ɵɵ
|
|
379
|
-
i0__namespace.ɵɵ
|
|
383
|
+
function DialogHeaderComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
384
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
385
|
+
i0__namespace.ɵɵelementStart(1, "h4", 7);
|
|
386
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_5_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
380
387
|
i0__namespace.ɵɵelementEnd();
|
|
388
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
381
389
|
} if (rf & 2) {
|
|
382
390
|
i0__namespace.ɵɵnextContext();
|
|
383
|
-
const headerTemplate_r3 = i0__namespace.ɵɵreference(
|
|
384
|
-
i0__namespace.ɵɵadvance();
|
|
391
|
+
const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
|
|
392
|
+
i0__namespace.ɵɵadvance(2);
|
|
385
393
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
386
394
|
} }
|
|
387
|
-
function
|
|
395
|
+
function DialogHeaderComponent_ng_container_6_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
388
396
|
i0__namespace.ɵɵelementContainer(0);
|
|
389
397
|
} }
|
|
390
|
-
function
|
|
391
|
-
i0__namespace.ɵɵ
|
|
392
|
-
i0__namespace.ɵɵ
|
|
398
|
+
function DialogHeaderComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
|
|
399
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
400
|
+
i0__namespace.ɵɵelementStart(1, "h5", 7);
|
|
401
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_6_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
393
402
|
i0__namespace.ɵɵelementEnd();
|
|
403
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
394
404
|
} if (rf & 2) {
|
|
395
405
|
i0__namespace.ɵɵnextContext();
|
|
396
|
-
const headerTemplate_r3 = i0__namespace.ɵɵreference(
|
|
397
|
-
i0__namespace.ɵɵadvance();
|
|
406
|
+
const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
|
|
407
|
+
i0__namespace.ɵɵadvance(2);
|
|
398
408
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
399
409
|
} }
|
|
400
|
-
function
|
|
410
|
+
function DialogHeaderComponent_ng_container_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
401
411
|
i0__namespace.ɵɵelementContainer(0);
|
|
402
412
|
} }
|
|
403
|
-
function
|
|
404
|
-
i0__namespace.ɵɵ
|
|
405
|
-
i0__namespace.ɵɵ
|
|
413
|
+
function DialogHeaderComponent_ng_container_7_Template(rf, ctx) { if (rf & 1) {
|
|
414
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
415
|
+
i0__namespace.ɵɵelementStart(1, "h6", 7);
|
|
416
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_7_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
406
417
|
i0__namespace.ɵɵelementEnd();
|
|
418
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
407
419
|
} if (rf & 2) {
|
|
408
420
|
i0__namespace.ɵɵnextContext();
|
|
409
|
-
const headerTemplate_r3 = i0__namespace.ɵɵreference(
|
|
410
|
-
i0__namespace.ɵɵadvance();
|
|
421
|
+
const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
|
|
422
|
+
i0__namespace.ɵɵadvance(2);
|
|
411
423
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
412
424
|
} }
|
|
413
|
-
function
|
|
425
|
+
function DialogHeaderComponent_ng_container_8_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
414
426
|
i0__namespace.ɵɵelementContainer(0);
|
|
415
427
|
} }
|
|
416
|
-
function
|
|
417
|
-
i0__namespace.ɵɵ
|
|
418
|
-
i0__namespace.ɵɵ
|
|
428
|
+
function DialogHeaderComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
429
|
+
i0__namespace.ɵɵelementContainerStart(0);
|
|
430
|
+
i0__namespace.ɵɵelementStart(1, "h4", 7);
|
|
431
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_8_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
419
432
|
i0__namespace.ɵɵelementEnd();
|
|
433
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
420
434
|
} if (rf & 2) {
|
|
421
435
|
i0__namespace.ɵɵnextContext();
|
|
422
|
-
const headerTemplate_r3 = i0__namespace.ɵɵreference(
|
|
423
|
-
i0__namespace.ɵɵadvance();
|
|
436
|
+
const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
|
|
437
|
+
i0__namespace.ɵɵadvance(2);
|
|
424
438
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
425
439
|
} }
|
|
426
|
-
function
|
|
427
|
-
i0__namespace.ɵɵelement(0, "i",
|
|
440
|
+
function DialogHeaderComponent_ng_template_9_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
441
|
+
i0__namespace.ɵɵelement(0, "i", 13);
|
|
428
442
|
} if (rf & 2) {
|
|
429
443
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
430
444
|
i0__namespace.ɵɵproperty("ngClass", ctx_r1.iconclass)("ngStyle", i0__namespace.ɵɵpureFunction3(2, _c1, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin));
|
|
431
445
|
} }
|
|
432
|
-
function
|
|
433
|
-
i0__namespace.ɵɵelement(0, "img",
|
|
446
|
+
function DialogHeaderComponent_ng_template_9_img_1_Template(rf, ctx) { if (rf & 1) {
|
|
447
|
+
i0__namespace.ɵɵelement(0, "img", 14);
|
|
434
448
|
i0__namespace.ɵɵpipe(1, "image");
|
|
435
449
|
} if (rf & 2) {
|
|
436
450
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
437
451
|
i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind1(1, 2, ctx_r1.iconurl), i0__namespace.ɵɵsanitizeUrl)("ngStyle", i0__namespace.ɵɵpureFunction3(4, _c1, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin));
|
|
438
452
|
} }
|
|
439
|
-
function
|
|
440
|
-
i0__namespace.ɵɵelement(0, "span",
|
|
453
|
+
function DialogHeaderComponent_ng_template_9_span_3_Template(rf, ctx) { if (rf & 1) {
|
|
454
|
+
i0__namespace.ɵɵelement(0, "span", 15);
|
|
441
455
|
} if (rf & 2) {
|
|
442
456
|
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
443
457
|
i0__namespace.ɵɵproperty("title", ctx_r1.subheading)("textContent", ctx_r1.subheading);
|
|
444
458
|
} }
|
|
445
|
-
function
|
|
446
|
-
i0__namespace.ɵɵtemplate(0,
|
|
447
|
-
i0__namespace.ɵɵelement(2, "span",
|
|
448
|
-
i0__namespace.ɵɵtemplate(3,
|
|
459
|
+
function DialogHeaderComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
|
|
460
|
+
i0__namespace.ɵɵtemplate(0, DialogHeaderComponent_ng_template_9_i_0_Template, 1, 6, "i", 9)(1, DialogHeaderComponent_ng_template_9_img_1_Template, 2, 8, "img", 10);
|
|
461
|
+
i0__namespace.ɵɵelement(2, "span", 11);
|
|
462
|
+
i0__namespace.ɵɵtemplate(3, DialogHeaderComponent_ng_template_9_span_3_Template, 1, 2, "span", 12);
|
|
449
463
|
} if (rf & 2) {
|
|
450
464
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
451
|
-
i0__namespace.ɵɵ
|
|
465
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r1.iconclass && !ctx_r1.iconurl);
|
|
452
466
|
i0__namespace.ɵɵadvance();
|
|
453
|
-
i0__namespace.ɵɵ
|
|
467
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r1.iconurl);
|
|
454
468
|
i0__namespace.ɵɵadvance();
|
|
455
469
|
i0__namespace.ɵɵproperty("textContent", ctx_r1.heading)("id", ctx_r1.titleid);
|
|
456
470
|
i0__namespace.ɵɵadvance();
|
|
457
|
-
i0__namespace.ɵɵ
|
|
471
|
+
i0__namespace.ɵɵproperty("ngIf", ctx_r1.subheading);
|
|
458
472
|
} }
|
|
459
473
|
const DEFAULT_CLS = 'app-dialog-header modal-header';
|
|
460
474
|
const DEFAULT_ICON_DIMENSIONS = '21px';
|
|
@@ -474,18 +488,33 @@
|
|
|
474
488
|
this.dialogRef.close();
|
|
475
489
|
}
|
|
476
490
|
static { this.ɵfac = function DialogHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DialogHeaderComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i2.DialogRef)); }; }
|
|
477
|
-
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", title: "title" }, attrs: _c0, decls:
|
|
478
|
-
i0__namespace.ɵɵtemplate(0,
|
|
491
|
+
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", title: "title" }, attrs: _c0, decls: 11, vars: 8, consts: [["headerTemplate", ""], ["class", "app-dialog-close close", 3, "title", "click", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], [1, "app-dialog-close", "close", 3, "click", "title"], ["aria-hidden", "true", 1, "app-icon", "wi", "wi-clear"], [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) {
|
|
492
|
+
i0__namespace.ɵɵtemplate(0, DialogHeaderComponent_button_0_Template, 2, 2, "button", 1);
|
|
493
|
+
i0__namespace.ɵɵelementContainerStart(1, 2);
|
|
494
|
+
i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_Template, 3, 1, "ng-container", 3)(3, DialogHeaderComponent_ng_container_3_Template, 3, 1, "ng-container", 3)(4, DialogHeaderComponent_ng_container_4_Template, 3, 1, "ng-container", 3)(5, DialogHeaderComponent_ng_container_5_Template, 3, 1, "ng-container", 3)(6, DialogHeaderComponent_ng_container_6_Template, 3, 1, "ng-container", 3)(7, DialogHeaderComponent_ng_container_7_Template, 3, 1, "ng-container", 3)(8, DialogHeaderComponent_ng_container_8_Template, 3, 1, "ng-container", 4);
|
|
495
|
+
i0__namespace.ɵɵelementContainerEnd();
|
|
496
|
+
i0__namespace.ɵɵtemplate(9, DialogHeaderComponent_ng_template_9_Template, 4, 5, "ng-template", null, 0, i0__namespace.ɵɵtemplateRefExtractor);
|
|
479
497
|
} if (rf & 2) {
|
|
480
|
-
|
|
481
|
-
i0__namespace.ɵɵ
|
|
498
|
+
i0__namespace.ɵɵproperty("ngIf", ctx.isClosable);
|
|
499
|
+
i0__namespace.ɵɵadvance();
|
|
500
|
+
i0__namespace.ɵɵproperty("ngSwitch", ctx.headinglevel);
|
|
501
|
+
i0__namespace.ɵɵadvance();
|
|
502
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h1");
|
|
503
|
+
i0__namespace.ɵɵadvance();
|
|
504
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h2");
|
|
505
|
+
i0__namespace.ɵɵadvance();
|
|
506
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h3");
|
|
507
|
+
i0__namespace.ɵɵadvance();
|
|
508
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h4");
|
|
509
|
+
i0__namespace.ɵɵadvance();
|
|
510
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h5");
|
|
482
511
|
i0__namespace.ɵɵadvance();
|
|
483
|
-
i0__namespace.ɵɵ
|
|
484
|
-
} }, dependencies: [i1$1__namespace.NgClass, i1$1__namespace.NgTemplateOutlet, i1$1__namespace.NgStyle, i2__namespace.TextContentDirective, i2__namespace.ImagePipe], encapsulation: 2 }); }
|
|
512
|
+
i0__namespace.ɵɵproperty("ngSwitchCase", "h6");
|
|
513
|
+
} }, 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 }); }
|
|
485
514
|
}
|
|
486
515
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DialogHeaderComponent, [{
|
|
487
516
|
type: i0.Component,
|
|
488
|
-
args: [{ selector: 'div[wmDialogHeader]', template: "
|
|
517
|
+
args: [{ selector: 'div[wmDialogHeader]', template: "<button (click)=\"closeDialog();\" *ngIf=\"isClosable\"\n [attr.aria-label]=\"'Close ' + (title ? title : '') + ' dialog'\" class=\"app-dialog-close close\" title=\"{{dialogRef.appLocale.LABEL_CLOSE}}\" >\n <span class=\"app-icon wi wi-clear\" 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" }]
|
|
489
518
|
}], () => [{ type: i0__namespace.ElementRef }, { type: BaseDialog, decorators: [{
|
|
490
519
|
type: i0.Inject,
|
|
491
520
|
args: [i2.DialogRef]
|
|
@@ -8,140 +8,154 @@ import * as i2 from "@wm/components/base";
|
|
|
8
8
|
import * as i3 from "../base-dialog";
|
|
9
9
|
const _c0 = ["wmDialogHeader", ""];
|
|
10
10
|
const _c1 = (a0, a1, a2) => ({ width: a0, height: a1, margin: a2 });
|
|
11
|
-
function
|
|
11
|
+
function DialogHeaderComponent_button_0_Template(rf, ctx) { if (rf & 1) {
|
|
12
12
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
13
|
-
i0.ɵɵelementStart(0, "button",
|
|
14
|
-
i0.ɵɵlistener("click", function
|
|
15
|
-
i0.ɵɵelement(1, "span",
|
|
13
|
+
i0.ɵɵelementStart(0, "button", 5);
|
|
14
|
+
i0.ɵɵlistener("click", function DialogHeaderComponent_button_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeDialog()); });
|
|
15
|
+
i0.ɵɵelement(1, "span", 6);
|
|
16
16
|
i0.ɵɵelementEnd();
|
|
17
17
|
} if (rf & 2) {
|
|
18
18
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
19
19
|
i0.ɵɵpropertyInterpolate("title", ctx_r1.dialogRef.appLocale.LABEL_CLOSE);
|
|
20
20
|
i0.ɵɵattribute("aria-label", "Close " + (ctx_r1.title ? ctx_r1.title : "") + " dialog");
|
|
21
21
|
} }
|
|
22
|
-
function
|
|
22
|
+
function DialogHeaderComponent_ng_container_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
23
23
|
i0.ɵɵelementContainer(0);
|
|
24
24
|
} }
|
|
25
|
-
function
|
|
26
|
-
i0.ɵɵ
|
|
27
|
-
i0.ɵɵ
|
|
25
|
+
function DialogHeaderComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
+
i0.ɵɵelementContainerStart(0);
|
|
27
|
+
i0.ɵɵelementStart(1, "h1", 7);
|
|
28
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
28
29
|
i0.ɵɵelementEnd();
|
|
30
|
+
i0.ɵɵelementContainerEnd();
|
|
29
31
|
} if (rf & 2) {
|
|
30
32
|
i0.ɵɵnextContext();
|
|
31
|
-
const headerTemplate_r3 = i0.ɵɵreference(
|
|
32
|
-
i0.ɵɵadvance();
|
|
33
|
+
const headerTemplate_r3 = i0.ɵɵreference(10);
|
|
34
|
+
i0.ɵɵadvance(2);
|
|
33
35
|
i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
34
36
|
} }
|
|
35
|
-
function
|
|
37
|
+
function DialogHeaderComponent_ng_container_3_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
36
38
|
i0.ɵɵelementContainer(0);
|
|
37
39
|
} }
|
|
38
|
-
function
|
|
39
|
-
i0.ɵɵ
|
|
40
|
-
i0.ɵɵ
|
|
40
|
+
function DialogHeaderComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
|
|
41
|
+
i0.ɵɵelementContainerStart(0);
|
|
42
|
+
i0.ɵɵelementStart(1, "h2", 7);
|
|
43
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_3_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
41
44
|
i0.ɵɵelementEnd();
|
|
45
|
+
i0.ɵɵelementContainerEnd();
|
|
42
46
|
} if (rf & 2) {
|
|
43
47
|
i0.ɵɵnextContext();
|
|
44
|
-
const headerTemplate_r3 = i0.ɵɵreference(
|
|
45
|
-
i0.ɵɵadvance();
|
|
48
|
+
const headerTemplate_r3 = i0.ɵɵreference(10);
|
|
49
|
+
i0.ɵɵadvance(2);
|
|
46
50
|
i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
47
51
|
} }
|
|
48
|
-
function
|
|
52
|
+
function DialogHeaderComponent_ng_container_4_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
49
53
|
i0.ɵɵelementContainer(0);
|
|
50
54
|
} }
|
|
51
|
-
function
|
|
52
|
-
i0.ɵɵ
|
|
53
|
-
i0.ɵɵ
|
|
55
|
+
function DialogHeaderComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
+
i0.ɵɵelementContainerStart(0);
|
|
57
|
+
i0.ɵɵelementStart(1, "h3", 7);
|
|
58
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_4_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
54
59
|
i0.ɵɵelementEnd();
|
|
60
|
+
i0.ɵɵelementContainerEnd();
|
|
55
61
|
} if (rf & 2) {
|
|
56
62
|
i0.ɵɵnextContext();
|
|
57
|
-
const headerTemplate_r3 = i0.ɵɵreference(
|
|
58
|
-
i0.ɵɵadvance();
|
|
63
|
+
const headerTemplate_r3 = i0.ɵɵreference(10);
|
|
64
|
+
i0.ɵɵadvance(2);
|
|
59
65
|
i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
60
66
|
} }
|
|
61
|
-
function
|
|
67
|
+
function DialogHeaderComponent_ng_container_5_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
62
68
|
i0.ɵɵelementContainer(0);
|
|
63
69
|
} }
|
|
64
|
-
function
|
|
65
|
-
i0.ɵɵ
|
|
66
|
-
i0.ɵɵ
|
|
70
|
+
function DialogHeaderComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
71
|
+
i0.ɵɵelementContainerStart(0);
|
|
72
|
+
i0.ɵɵelementStart(1, "h4", 7);
|
|
73
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_5_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
67
74
|
i0.ɵɵelementEnd();
|
|
75
|
+
i0.ɵɵelementContainerEnd();
|
|
68
76
|
} if (rf & 2) {
|
|
69
77
|
i0.ɵɵnextContext();
|
|
70
|
-
const headerTemplate_r3 = i0.ɵɵreference(
|
|
71
|
-
i0.ɵɵadvance();
|
|
78
|
+
const headerTemplate_r3 = i0.ɵɵreference(10);
|
|
79
|
+
i0.ɵɵadvance(2);
|
|
72
80
|
i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
73
81
|
} }
|
|
74
|
-
function
|
|
82
|
+
function DialogHeaderComponent_ng_container_6_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
75
83
|
i0.ɵɵelementContainer(0);
|
|
76
84
|
} }
|
|
77
|
-
function
|
|
78
|
-
i0.ɵɵ
|
|
79
|
-
i0.ɵɵ
|
|
85
|
+
function DialogHeaderComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
|
|
86
|
+
i0.ɵɵelementContainerStart(0);
|
|
87
|
+
i0.ɵɵelementStart(1, "h5", 7);
|
|
88
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_6_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
80
89
|
i0.ɵɵelementEnd();
|
|
90
|
+
i0.ɵɵelementContainerEnd();
|
|
81
91
|
} if (rf & 2) {
|
|
82
92
|
i0.ɵɵnextContext();
|
|
83
|
-
const headerTemplate_r3 = i0.ɵɵreference(
|
|
84
|
-
i0.ɵɵadvance();
|
|
93
|
+
const headerTemplate_r3 = i0.ɵɵreference(10);
|
|
94
|
+
i0.ɵɵadvance(2);
|
|
85
95
|
i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
86
96
|
} }
|
|
87
|
-
function
|
|
97
|
+
function DialogHeaderComponent_ng_container_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
88
98
|
i0.ɵɵelementContainer(0);
|
|
89
99
|
} }
|
|
90
|
-
function
|
|
91
|
-
i0.ɵɵ
|
|
92
|
-
i0.ɵɵ
|
|
100
|
+
function DialogHeaderComponent_ng_container_7_Template(rf, ctx) { if (rf & 1) {
|
|
101
|
+
i0.ɵɵelementContainerStart(0);
|
|
102
|
+
i0.ɵɵelementStart(1, "h6", 7);
|
|
103
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_7_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
93
104
|
i0.ɵɵelementEnd();
|
|
105
|
+
i0.ɵɵelementContainerEnd();
|
|
94
106
|
} if (rf & 2) {
|
|
95
107
|
i0.ɵɵnextContext();
|
|
96
|
-
const headerTemplate_r3 = i0.ɵɵreference(
|
|
97
|
-
i0.ɵɵadvance();
|
|
108
|
+
const headerTemplate_r3 = i0.ɵɵreference(10);
|
|
109
|
+
i0.ɵɵadvance(2);
|
|
98
110
|
i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
99
111
|
} }
|
|
100
|
-
function
|
|
112
|
+
function DialogHeaderComponent_ng_container_8_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
101
113
|
i0.ɵɵelementContainer(0);
|
|
102
114
|
} }
|
|
103
|
-
function
|
|
104
|
-
i0.ɵɵ
|
|
105
|
-
i0.ɵɵ
|
|
115
|
+
function DialogHeaderComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
116
|
+
i0.ɵɵelementContainerStart(0);
|
|
117
|
+
i0.ɵɵelementStart(1, "h4", 7);
|
|
118
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_8_ng_container_2_Template, 1, 0, "ng-container", 8);
|
|
106
119
|
i0.ɵɵelementEnd();
|
|
120
|
+
i0.ɵɵelementContainerEnd();
|
|
107
121
|
} if (rf & 2) {
|
|
108
122
|
i0.ɵɵnextContext();
|
|
109
|
-
const headerTemplate_r3 = i0.ɵɵreference(
|
|
110
|
-
i0.ɵɵadvance();
|
|
123
|
+
const headerTemplate_r3 = i0.ɵɵreference(10);
|
|
124
|
+
i0.ɵɵadvance(2);
|
|
111
125
|
i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
|
|
112
126
|
} }
|
|
113
|
-
function
|
|
114
|
-
i0.ɵɵelement(0, "i",
|
|
127
|
+
function DialogHeaderComponent_ng_template_9_i_0_Template(rf, ctx) { if (rf & 1) {
|
|
128
|
+
i0.ɵɵelement(0, "i", 13);
|
|
115
129
|
} if (rf & 2) {
|
|
116
130
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
117
131
|
i0.ɵɵproperty("ngClass", ctx_r1.iconclass)("ngStyle", i0.ɵɵpureFunction3(2, _c1, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin));
|
|
118
132
|
} }
|
|
119
|
-
function
|
|
120
|
-
i0.ɵɵelement(0, "img",
|
|
133
|
+
function DialogHeaderComponent_ng_template_9_img_1_Template(rf, ctx) { if (rf & 1) {
|
|
134
|
+
i0.ɵɵelement(0, "img", 14);
|
|
121
135
|
i0.ɵɵpipe(1, "image");
|
|
122
136
|
} if (rf & 2) {
|
|
123
137
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
124
138
|
i0.ɵɵproperty("src", i0.ɵɵpipeBind1(1, 2, ctx_r1.iconurl), i0.ɵɵsanitizeUrl)("ngStyle", i0.ɵɵpureFunction3(4, _c1, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin));
|
|
125
139
|
} }
|
|
126
|
-
function
|
|
127
|
-
i0.ɵɵelement(0, "span",
|
|
140
|
+
function DialogHeaderComponent_ng_template_9_span_3_Template(rf, ctx) { if (rf & 1) {
|
|
141
|
+
i0.ɵɵelement(0, "span", 15);
|
|
128
142
|
} if (rf & 2) {
|
|
129
143
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
130
144
|
i0.ɵɵproperty("title", ctx_r1.subheading)("textContent", ctx_r1.subheading);
|
|
131
145
|
} }
|
|
132
|
-
function
|
|
133
|
-
i0.ɵɵtemplate(0,
|
|
134
|
-
i0.ɵɵelement(2, "span",
|
|
135
|
-
i0.ɵɵtemplate(3,
|
|
146
|
+
function DialogHeaderComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
|
|
147
|
+
i0.ɵɵtemplate(0, DialogHeaderComponent_ng_template_9_i_0_Template, 1, 6, "i", 9)(1, DialogHeaderComponent_ng_template_9_img_1_Template, 2, 8, "img", 10);
|
|
148
|
+
i0.ɵɵelement(2, "span", 11);
|
|
149
|
+
i0.ɵɵtemplate(3, DialogHeaderComponent_ng_template_9_span_3_Template, 1, 2, "span", 12);
|
|
136
150
|
} if (rf & 2) {
|
|
137
151
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
138
|
-
i0.ɵɵ
|
|
152
|
+
i0.ɵɵproperty("ngIf", ctx_r1.iconclass && !ctx_r1.iconurl);
|
|
139
153
|
i0.ɵɵadvance();
|
|
140
|
-
i0.ɵɵ
|
|
154
|
+
i0.ɵɵproperty("ngIf", ctx_r1.iconurl);
|
|
141
155
|
i0.ɵɵadvance();
|
|
142
156
|
i0.ɵɵproperty("textContent", ctx_r1.heading)("id", ctx_r1.titleid);
|
|
143
157
|
i0.ɵɵadvance();
|
|
144
|
-
i0.ɵɵ
|
|
158
|
+
i0.ɵɵproperty("ngIf", ctx_r1.subheading);
|
|
145
159
|
} }
|
|
146
160
|
const DEFAULT_CLS = 'app-dialog-header modal-header';
|
|
147
161
|
const DEFAULT_ICON_DIMENSIONS = '21px';
|
|
@@ -161,18 +175,33 @@ export class DialogHeaderComponent {
|
|
|
161
175
|
this.dialogRef.close();
|
|
162
176
|
}
|
|
163
177
|
static { this.ɵfac = function DialogHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DialogHeaderComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(DialogRef)); }; }
|
|
164
|
-
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", title: "title" }, attrs: _c0, decls:
|
|
165
|
-
i0.ɵɵtemplate(0,
|
|
178
|
+
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", title: "title" }, attrs: _c0, decls: 11, vars: 8, consts: [["headerTemplate", ""], ["class", "app-dialog-close close", 3, "title", "click", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], [1, "app-dialog-close", "close", 3, "click", "title"], ["aria-hidden", "true", 1, "app-icon", "wi", "wi-clear"], [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) {
|
|
179
|
+
i0.ɵɵtemplate(0, DialogHeaderComponent_button_0_Template, 2, 2, "button", 1);
|
|
180
|
+
i0.ɵɵelementContainerStart(1, 2);
|
|
181
|
+
i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_Template, 3, 1, "ng-container", 3)(3, DialogHeaderComponent_ng_container_3_Template, 3, 1, "ng-container", 3)(4, DialogHeaderComponent_ng_container_4_Template, 3, 1, "ng-container", 3)(5, DialogHeaderComponent_ng_container_5_Template, 3, 1, "ng-container", 3)(6, DialogHeaderComponent_ng_container_6_Template, 3, 1, "ng-container", 3)(7, DialogHeaderComponent_ng_container_7_Template, 3, 1, "ng-container", 3)(8, DialogHeaderComponent_ng_container_8_Template, 3, 1, "ng-container", 4);
|
|
182
|
+
i0.ɵɵelementContainerEnd();
|
|
183
|
+
i0.ɵɵtemplate(9, DialogHeaderComponent_ng_template_9_Template, 4, 5, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
166
184
|
} if (rf & 2) {
|
|
167
|
-
|
|
168
|
-
i0.ɵɵ
|
|
185
|
+
i0.ɵɵproperty("ngIf", ctx.isClosable);
|
|
186
|
+
i0.ɵɵadvance();
|
|
187
|
+
i0.ɵɵproperty("ngSwitch", ctx.headinglevel);
|
|
188
|
+
i0.ɵɵadvance();
|
|
189
|
+
i0.ɵɵproperty("ngSwitchCase", "h1");
|
|
190
|
+
i0.ɵɵadvance();
|
|
191
|
+
i0.ɵɵproperty("ngSwitchCase", "h2");
|
|
192
|
+
i0.ɵɵadvance();
|
|
193
|
+
i0.ɵɵproperty("ngSwitchCase", "h3");
|
|
194
|
+
i0.ɵɵadvance();
|
|
195
|
+
i0.ɵɵproperty("ngSwitchCase", "h4");
|
|
196
|
+
i0.ɵɵadvance();
|
|
197
|
+
i0.ɵɵproperty("ngSwitchCase", "h5");
|
|
169
198
|
i0.ɵɵadvance();
|
|
170
|
-
i0.ɵɵ
|
|
171
|
-
} }, dependencies: [i1.NgClass, i1.NgTemplateOutlet, i1.NgStyle, i2.TextContentDirective, i2.ImagePipe], encapsulation: 2 }); }
|
|
199
|
+
i0.ɵɵproperty("ngSwitchCase", "h6");
|
|
200
|
+
} }, dependencies: [i1.NgClass, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, i1.NgSwitch, i1.NgSwitchCase, i1.NgSwitchDefault, i2.TextContentDirective, i2.ImagePipe], encapsulation: 2 }); }
|
|
172
201
|
}
|
|
173
202
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DialogHeaderComponent, [{
|
|
174
203
|
type: Component,
|
|
175
|
-
args: [{ selector: 'div[wmDialogHeader]', template: "
|
|
204
|
+
args: [{ selector: 'div[wmDialogHeader]', template: "<button (click)=\"closeDialog();\" *ngIf=\"isClosable\"\n [attr.aria-label]=\"'Close ' + (title ? title : '') + ' dialog'\" class=\"app-dialog-close close\" title=\"{{dialogRef.appLocale.LABEL_CLOSE}}\" >\n <span class=\"app-icon wi wi-clear\" 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" }]
|
|
176
205
|
}], () => [{ type: i0.ElementRef }, { type: i3.BaseDialog, decorators: [{
|
|
177
206
|
type: Inject,
|
|
178
207
|
args: [DialogRef]
|
|
@@ -200,4 +229,4 @@ export class DialogHeaderComponent {
|
|
|
200
229
|
type: Input
|
|
201
230
|
}] }); })();
|
|
202
231
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogHeaderComponent, { className: "DialogHeaderComponent", filePath: "dialog-header/dialog-header.component.ts", lineNumber: 15 }); })();
|
|
203
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
232
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvZGlhbG9ncy9kZWZhdWx0L3NyYy9kaWFsb2ctaGVhZGVyL2RpYWxvZy1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy93aWRnZXRzL2RpYWxvZ3MvZGVmYXVsdC9zcmMvZGlhbG9nLWhlYWRlci9kaWFsb2ctaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFbkUsT0FBTyxFQUFDLFFBQVEsRUFBRSxTQUFTLEVBQUMsTUFBTSxVQUFVLENBQUM7QUFFN0MsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQzlDLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7O0lDTDFDLGlDQUNvSjtJQUQ1SSxvTEFBUyxvQkFBYSxLQUFFO0lBRTVCLDBCQUE2RDtJQUNqRSxpQkFBUzs7O0lBRjhGLHlFQUEyQzs7OztJQU90SSx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7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dGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgRWxlbWVudFJlZiwgSW5qZWN0LCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7YWRkQ2xhc3MsIHRvQm9vbGVhbn0gZnJvbSAnQHdtL2NvcmUnO1xuXG5pbXBvcnQge0RpYWxvZ1JlZn0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQge0Jhc2VEaWFsb2d9IGZyb20gJy4uL2Jhc2UtZGlhbG9nJztcblxuY29uc3QgREVGQVVMVF9DTFMgPSAnYXBwLWRpYWxvZy1oZWFkZXIgbW9kYWwtaGVhZGVyJztcbmNvbnN0IERFRkFVTFRfSUNPTl9ESU1FTlNJT05TID0gJzIxcHgnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Rpdlt3bURpYWxvZ0hlYWRlcl0nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9kaWFsb2ctaGVhZGVyLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBEaWFsb2dIZWFkZXJDb21wb25lbnQge1xuXG4gICAgQElucHV0KCkgcHVibGljIGljb253aWR0aCA9IERFRkFVTFRfSUNPTl9ESU1FTlNJT05TO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBpY29uaGVpZ2h0ID0gREVGQVVMVF9JQ09OX0RJTUVOU0lPTlM7XG4gICAgQElucHV0KCkgcHVibGljIGljb25tYXJnaW46IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgaWNvbmNsYXNzOiBzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIGljb251cmw6IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgY2xvc2FibGUgPSB0cnVlO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBoZWFkaW5nOiBzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIGhlYWRpbmdsZXZlbD86IHN0cmluZyA9ICdoNCc7XG4gICAgQElucHV0KCkgcHVibGljIHN1YmhlYWRpbmc6IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgdGl0bGVpZDpzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIHRpdGxlOiBzdHJpbmc7XG5cbiAgICBwdWJsaWMgZ2V0IGlzQ2xvc2FibGUoKSB7XG4gICAgICAgIHJldHVybiB0b0Jvb2xlYW4odGhpcy5jbG9zYWJsZSk7XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IoZWxSZWY6IEVsZW1lbnRSZWYsIEBJbmplY3QoRGlhbG9nUmVmKSBwdWJsaWMgZGlhbG9nUmVmOiBCYXNlRGlhbG9nICkge1xuICAgICAgICBhZGRDbGFzcyhlbFJlZi5uYXRpdmVFbGVtZW50LCBERUZBVUxUX0NMUyk7XG4gICAgfVxuXG4gICAgcHVibGljIGNsb3NlRGlhbG9nKCkge1xuICAgICAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZSgpO1xuICAgIH1cbn1cbiIsIjxidXR0b24gKGNsaWNrKT1cImNsb3NlRGlhbG9nKCk7XCIgKm5nSWY9XCJpc0Nsb3NhYmxlXCJcbiAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCInQ2xvc2UgJyArICh0aXRsZSA/IHRpdGxlIDogJycpICsgJyBkaWFsb2cnXCIgY2xhc3M9XCJhcHAtZGlhbG9nLWNsb3NlIGNsb3NlXCIgdGl0bGU9XCJ7e2RpYWxvZ1JlZi5hcHBMb2NhbGUuTEFCRUxfQ0xPU0V9fVwiID5cbiAgICA8c3BhbiBjbGFzcz1cImFwcC1pY29uIHdpIHdpLWNsZWFyXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9zcGFuPlxuPC9idXR0b24+XG5cbjxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cImhlYWRpbmdsZXZlbFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidoMSdcIj5cbiAgICAgICAgPGgxIGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDE+XG4gICAgPC9uZy1jb250YWluZXI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ2gyJ1wiPlxuICAgICAgICA8aDIgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9oMj5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInaDMnXCI+XG4gICAgICAgIDxoMyBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2gzPlxuICAgIDwvbmctY29udGFpbmVyPlxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidoNCdcIj5cbiAgICAgICAgPGg0IGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDQ+XG4gICAgPC9uZy1jb250YWluZXI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ2g1J1wiPlxuICAgICAgICA8aDUgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9oNT5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInaDYnXCI+XG4gICAgICAgIDxoNiBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2g2PlxuICAgIDwvbmctY29udGFpbmVyPlxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoRGVmYXVsdD5cbiAgICAgICAgPGg0IGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDQ+XG4gICAgPC9uZy1jb250YWluZXI+XG48L25nLWNvbnRhaW5lcj5cblxuPG5nLXRlbXBsYXRlICNoZWFkZXJUZW1wbGF0ZT5cbiAgICA8aSBbbmdDbGFzc109XCJpY29uY2xhc3NcIiBbbmdTdHlsZV09XCJ7d2lkdGg6IGljb253aWR0aCwgaGVpZ2h0OiBpY29uaGVpZ2h0LCBtYXJnaW46IGljb25tYXJnaW59XCIgKm5nSWY9XCJpY29uY2xhc3MgJiYgIWljb251cmxcIj48L2k+XG4gICAgPGltZyBkYXRhLWlkZW50aWZpZXI9XCJpbWdcIiBbc3JjXT1cImljb251cmwgfCBpbWFnZVwiICpuZ0lmPVwiaWNvbnVybFwiIFtuZ1N0eWxlXT1cInt3aWR0aDogaWNvbndpZHRoLCBoZWlnaHQ6IGljb25oZWlnaHQsIG1hcmdpbjogaWNvbm1hcmdpbn1cIi8+XG4gICAgPHNwYW4gY2xhc3M9XCJkaWFsb2ctaGVhZGluZ1wiIFt0ZXh0Q29udGVudF09XCJoZWFkaW5nXCIgW2lkXT1cInRpdGxlaWRcIj48L3NwYW4+XG4gICAgPHNwYW4gY2xhc3M9XCJkaWFsb2ctc3ViLWhlYWRpbmdcIiAqbmdJZj1cInN1YmhlYWRpbmdcIiBbdGl0bGVdPVwic3ViaGVhZGluZ1wiIFt0ZXh0Q29udGVudF09XCJzdWJoZWFkaW5nXCI+PC9zcGFuPlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==
|