@wavemaker/app-ng-runtime 11.10.2-rc.203 → 11.10.3-next.25128
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/build-task/bundles/index.umd.js +5 -3
- package/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +4 -2
- package/build-task/esm2022/data/form/form-field/form-field.build.mjs +3 -3
- package/build-task/fesm2022/index.mjs +5 -3
- package/build-task/fesm2022/index.mjs.map +1 -1
- package/components/basic/default/bundles/index.umd.js +68 -71
- package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
- package/components/basic/default/esm2022/icon/icon.component.mjs +12 -13
- package/components/basic/default/esm2022/iframe/iframe.component.mjs +9 -10
- package/components/basic/default/esm2022/picture/picture.directive.mjs +2 -5
- package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
- package/components/basic/default/esm2022/video/video.component.mjs +14 -15
- package/components/basic/default/fesm2022/index.mjs +68 -71
- package/components/basic/default/fesm2022/index.mjs.map +1 -1
- package/components/basic/progress/bundles/index.umd.js +16 -17
- package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +7 -8
- package/components/basic/progress/fesm2022/index.mjs +8 -9
- package/components/basic/progress/fesm2022/index.mjs.map +1 -1
- package/components/basic/rich-text-editor/bundles/index.umd.js +11 -12
- package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +8 -9
- package/components/basic/rich-text-editor/fesm2022/index.mjs +7 -8
- package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/bundles/index.umd.js +63 -67
- package/components/basic/search/esm2022/search.component.mjs +63 -67
- package/components/basic/search/esm2022/search.module.mjs +2 -2
- package/components/basic/search/fesm2022/index.mjs +63 -67
- 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 +91 -96
- package/components/data/form/esm2022/form.component.mjs +92 -97
- package/components/data/form/fesm2022/index.mjs +91 -96
- package/components/data/form/fesm2022/index.mjs.map +1 -1
- package/components/data/list/bundles/index.umd.js +171 -173
- package/components/data/list/esm2022/list.component.mjs +171 -173
- package/components/data/list/esm2022/list.module.mjs +2 -2
- package/components/data/list/fesm2022/index.mjs +171 -173
- 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 +69 -39
- package/components/data/table/esm2022/table-column/table-column.directive.mjs +2 -1
- package/components/data/table/esm2022/table-column/table-column.props.mjs +2 -1
- package/components/data/table/esm2022/table-filter.directive.mjs +29 -2
- package/components/data/table/esm2022/table.component.mjs +40 -39
- package/components/data/table/esm2022/table.props.mjs +2 -1
- package/components/data/table/fesm2022/index.mjs +72 -41
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/data/table/table-column/table-column.directive.d.ts +1 -0
- package/components/data/table/table-filter.directive.d.ts +1 -0
- package/components/dialogs/default/bundles/index.umd.js +66 -95
- package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +67 -96
- package/components/dialogs/default/fesm2022/index.mjs +66 -95
- 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 +24 -25
- package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +15 -16
- package/components/dialogs/iframe-dialog/fesm2022/index.mjs +14 -15
- 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 +201 -209
- package/components/input/default/esm2022/button/button.component.mjs +18 -18
- package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +68 -69
- package/components/input/default/esm2022/radioset/radioset.component.mjs +68 -69
- package/components/input/default/esm2022/select/select.component.mjs +21 -27
- 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 +201 -209
- package/components/input/default/fesm2022/index.mjs.map +1 -1
- package/components/input/epoch/bundles/index.umd.js +171 -164
- package/components/input/epoch/esm2022/date/date.component.mjs +14 -15
- package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +64 -59
- package/components/input/epoch/esm2022/date-time/date-time.component.mjs +18 -19
- package/components/input/epoch/esm2022/picker/picker.component.mjs +26 -25
- package/components/input/epoch/esm2022/time/time.component.mjs +17 -18
- package/components/input/epoch/fesm2022/index.mjs +124 -117
- package/components/input/epoch/fesm2022/index.mjs.map +1 -1
- package/components/input/file-upload/bundles/index.umd.js +111 -114
- package/components/input/file-upload/esm2022/file-upload.component.mjs +112 -115
- package/components/input/file-upload/fesm2022/index.mjs +111 -114
- 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 +39 -40
- package/components/input/slider/esm2022/slider.component.mjs +10 -11
- package/components/input/slider/fesm2022/index.mjs +9 -10
- package/components/input/slider/fesm2022/index.mjs.map +1 -1
- package/components/navigation/breadcrumb/bundles/index.umd.js +16 -15
- package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +17 -16
- package/components/navigation/breadcrumb/fesm2022/index.mjs +16 -15
- package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/bundles/index.umd.js +82 -74
- package/components/navigation/menu/esm2022/menu-adapator.component.mjs +14 -4
- 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 +22 -26
- package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
- package/components/navigation/menu/esm2022/nav/nav.component.mjs +26 -24
- package/components/navigation/menu/fesm2022/index.mjs +82 -74
- package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
- package/components/navigation/menu/menu-adapator.component.d.ts +1 -0
- 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 +102 -111
- package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +39 -40
- package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +35 -44
- package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +27 -28
- package/mobile/components/basic/default/fesm2022/index.mjs +98 -107
- 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 +8 -9
- 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 +219 -215
- package/runtime/base/esm2022/components/app-component/app.component.mjs +38 -41
- package/runtime/base/esm2022/components/app-spinner.component.mjs +25 -21
- package/runtime/base/esm2022/components/custom-toaster.component.mjs +18 -16
- package/runtime/base/fesm2022/index.mjs +99 -95
- package/runtime/base/fesm2022/index.mjs.map +1 -1
- package/scripts/datatable/datatable.js +1 -0
|
@@ -454,214 +454,214 @@
|
|
|
454
454
|
const _c4 = a0 => ({ "disabled": a0 });
|
|
455
455
|
const _c5 = (a0, a1, a2, a3, a4, a5) => ({ item: a0, $index: a1, itemRef: a2, $first: a3, $last: a4, currentItemWidgets: a5 });
|
|
456
456
|
const _c6 = a0 => ({ "collapsible-content": a0 });
|
|
457
|
-
function
|
|
458
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
459
|
-
i0__namespace.ɵɵelement(3, "i",
|
|
457
|
+
function ListComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
458
|
+
i0__namespace.ɵɵelementStart(0, "div", 1)(1, "h3", 12)(2, "div", 13);
|
|
459
|
+
i0__namespace.ɵɵelement(3, "i", 14);
|
|
460
460
|
i0__namespace.ɵɵelementEnd();
|
|
461
|
-
i0__namespace.ɵɵelementStart(4, "div",
|
|
462
|
-
i0__namespace.ɵɵelement(5, "div",
|
|
461
|
+
i0__namespace.ɵɵelementStart(4, "div", 13);
|
|
462
|
+
i0__namespace.ɵɵelement(5, "div", 15)(6, "div", 16);
|
|
463
463
|
i0__namespace.ɵɵelementEnd()()();
|
|
464
464
|
} if (rf & 2) {
|
|
465
|
-
const
|
|
465
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
466
466
|
i0__namespace.ɵɵadvance(3);
|
|
467
|
-
i0__namespace.ɵɵclassMapInterpolate1("app-icon panel-icon ",
|
|
468
|
-
i0__namespace.ɵɵproperty("hidden", !
|
|
467
|
+
i0__namespace.ɵɵclassMapInterpolate1("app-icon panel-icon ", ctx_r0.iconclass, "");
|
|
468
|
+
i0__namespace.ɵɵproperty("hidden", !ctx_r0.iconclass);
|
|
469
469
|
i0__namespace.ɵɵadvance(2);
|
|
470
|
-
i0__namespace.ɵɵproperty("innerHTML",
|
|
470
|
+
i0__namespace.ɵɵproperty("innerHTML", ctx_r0.title, i0__namespace.ɵɵsanitizeHtml);
|
|
471
471
|
i0__namespace.ɵɵadvance();
|
|
472
|
-
i0__namespace.ɵɵproperty("innerHTML",
|
|
472
|
+
i0__namespace.ɵɵproperty("innerHTML", ctx_r0.subheading, i0__namespace.ɵɵsanitizeHtml);
|
|
473
473
|
} }
|
|
474
|
-
function
|
|
475
|
-
const
|
|
476
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
477
|
-
i0__namespace.ɵɵlistener("click", function
|
|
478
|
-
i0__namespace.ɵɵelement(4, "i",
|
|
479
|
-
i0__namespace.ɵɵelementStart(5, "span",
|
|
474
|
+
function ListComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
475
|
+
const _r2 = i0__namespace.ɵɵgetCurrentView();
|
|
476
|
+
i0__namespace.ɵɵelementStart(0, "div", 2)(1, "ul", 17)(2, "li", 18)(3, "a", 19);
|
|
477
|
+
i0__namespace.ɵɵlistener("click", function ListComponent_Conditional_1_Template_a_click_3_listener($event) { i0__namespace.ɵɵrestoreView(_r2); const ctx_r0 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r0.dataNavigator.navigatePage("prev", $event)); });
|
|
478
|
+
i0__namespace.ɵɵelement(4, "i", 20);
|
|
479
|
+
i0__namespace.ɵɵelementStart(5, "span", 21);
|
|
480
480
|
i0__namespace.ɵɵtext(6);
|
|
481
481
|
i0__namespace.ɵɵelementEnd()()()()();
|
|
482
482
|
} if (rf & 2) {
|
|
483
|
-
const
|
|
484
|
-
i0__namespace.ɵɵattribute("aria-disabled",
|
|
483
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
484
|
+
i0__namespace.ɵɵattribute("aria-disabled", ctx_r0.dataNavigator.isDisablePrevious);
|
|
485
485
|
i0__namespace.ɵɵadvance(2);
|
|
486
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c4,
|
|
486
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c4, ctx_r0.dataNavigator ? ctx_r0.dataNavigator.isDisablePrevious : true));
|
|
487
487
|
i0__namespace.ɵɵadvance();
|
|
488
|
-
i0__namespace.ɵɵattribute("aria-disabled",
|
|
488
|
+
i0__namespace.ɵɵattribute("aria-disabled", ctx_r0.dataNavigator.isDisablePrevious);
|
|
489
489
|
i0__namespace.ɵɵadvance(3);
|
|
490
|
-
i0__namespace.ɵɵtextInterpolate1("Go to Previous page ",
|
|
490
|
+
i0__namespace.ɵɵtextInterpolate1("Go to Previous page ", ctx_r0.dataNavigator.isDisablePrevious ? ", Disabled" : "", "");
|
|
491
491
|
} }
|
|
492
|
-
function
|
|
493
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
492
|
+
function ListComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
493
|
+
i0__namespace.ɵɵelementStart(0, "div", 3);
|
|
494
494
|
i0__namespace.ɵɵtext(1);
|
|
495
495
|
i0__namespace.ɵɵelementEnd();
|
|
496
496
|
} if (rf & 2) {
|
|
497
|
-
const
|
|
497
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
498
498
|
i0__namespace.ɵɵadvance();
|
|
499
|
-
i0__namespace.ɵɵtextInterpolate1(" ", "Page " +
|
|
499
|
+
i0__namespace.ɵɵtextInterpolate1(" ", "Page " + ctx_r0.dataNavigator.dn.currentPage + " of " + ctx_r0.dataNavigator.pageCount, "");
|
|
500
500
|
} }
|
|
501
|
-
function
|
|
502
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
501
|
+
function ListComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
|
|
502
|
+
i0__namespace.ɵɵelementStart(0, "div", 4);
|
|
503
503
|
i0__namespace.ɵɵtext(1, " Press space bar to toggle drag drop mode, use arrow keys to move selected elements. ");
|
|
504
504
|
i0__namespace.ɵɵelementEnd();
|
|
505
505
|
} if (rf & 2) {
|
|
506
|
-
const
|
|
507
|
-
i0__namespace.ɵɵpropertyInterpolate("id",
|
|
506
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
507
|
+
i0__namespace.ɵɵpropertyInterpolate("id", ctx_r0.titleId);
|
|
508
508
|
} }
|
|
509
|
-
function
|
|
510
|
-
i0__namespace.ɵɵelementStart(0, "div",
|
|
509
|
+
function ListComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
|
|
510
|
+
i0__namespace.ɵɵelementStart(0, "div", 5);
|
|
511
511
|
i0__namespace.ɵɵtext(1);
|
|
512
512
|
i0__namespace.ɵɵelementEnd();
|
|
513
513
|
} if (rf & 2) {
|
|
514
|
-
const
|
|
514
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
515
515
|
i0__namespace.ɵɵadvance();
|
|
516
|
-
i0__namespace.ɵɵtextInterpolate1(" ",
|
|
516
|
+
i0__namespace.ɵɵtextInterpolate1(" ", ctx_r0.ariaText + ctx_r0.currentIndex + " of " + ctx_r0.listItems.length, " ");
|
|
517
517
|
} }
|
|
518
|
-
function
|
|
519
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
520
|
-
i0__namespace.ɵɵelementContainer(2,
|
|
518
|
+
function ListComponent_Conditional_7_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
519
|
+
i0__namespace.ɵɵelementStart(0, "li", 23, 0);
|
|
520
|
+
i0__namespace.ɵɵelementContainer(2, 24);
|
|
521
521
|
i0__namespace.ɵɵelementEnd();
|
|
522
522
|
} if (rf & 2) {
|
|
523
|
-
const
|
|
524
|
-
const $
|
|
525
|
-
const
|
|
526
|
-
const
|
|
527
|
-
const
|
|
528
|
-
const
|
|
529
|
-
i0__namespace.ɵɵclassMapInterpolate1("app-list-item ",
|
|
530
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
531
|
-
i0__namespace.ɵɵattribute("tabindex",
|
|
523
|
+
const item_r3 = ctx.$implicit;
|
|
524
|
+
const $index_r4 = ctx.$index;
|
|
525
|
+
const ɵ$index_47_r5 = ctx.$index;
|
|
526
|
+
const ɵ$count_47_r6 = ctx.$count;
|
|
527
|
+
const listItemRef_r7 = i0__namespace.ɵɵreference(1);
|
|
528
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext(2);
|
|
529
|
+
i0__namespace.ɵɵclassMapInterpolate1("app-list-item ", ctx_r0.direction === "horizontal" ? "" : ctx_r0.itemsPerRowClass, "");
|
|
530
|
+
i0__namespace.ɵɵproperty("ngClass", listItemRef_r7.itemClass)("wmListItem", item_r3);
|
|
531
|
+
i0__namespace.ɵɵattribute("tabindex", ctx_r0.tabindex);
|
|
532
532
|
i0__namespace.ɵɵadvance(2);
|
|
533
|
-
i0__namespace.ɵɵproperty("ngTemplateOutlet",
|
|
533
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", ctx_r0.listTemplate)("ngTemplateOutletInjector", ctx_r0.createCustomInjector("falt_" + listItemRef_r7.trackId, i0__namespace.ɵɵpureFunction6(9, _c5, item_r3, $index_r4, listItemRef_r7, ɵ$index_47_r5 === 0, ɵ$index_47_r5 === ɵ$count_47_r6 - 1, listItemRef_r7.currentItemWidgets)))("ngTemplateOutletContext", i0__namespace.ɵɵpureFunction6(16, _c5, item_r3, $index_r4, listItemRef_r7, ɵ$index_47_r5 === 0, ɵ$index_47_r5 === ɵ$count_47_r6 - 1, listItemRef_r7.currentItemWidgets));
|
|
534
534
|
} }
|
|
535
|
-
function
|
|
536
|
-
i0__namespace.ɵɵ
|
|
535
|
+
function ListComponent_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
536
|
+
i0__namespace.ɵɵrepeaterCreate(0, ListComponent_Conditional_7_For_1_Template, 3, 23, "li", 22, i0__namespace.ɵɵrepeaterTrackByIdentity);
|
|
537
537
|
} if (rf & 2) {
|
|
538
|
-
const
|
|
539
|
-
i0__namespace.ɵɵ
|
|
538
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
539
|
+
i0__namespace.ɵɵrepeater(ctx_r0.fieldDefs);
|
|
540
540
|
} }
|
|
541
|
-
function
|
|
542
|
-
i0__namespace.ɵɵelement(0, "
|
|
543
|
-
} if (rf & 2) {
|
|
544
|
-
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
545
|
-
i0__namespace.ɵɵproperty("textContent", ctx_r1.nodatamessage);
|
|
546
|
-
} }
|
|
547
|
-
function ListComponent_div_11_Template(rf, ctx) { if (rf & 1) {
|
|
548
|
-
i0__namespace.ɵɵelementStart(0, "div", 33)(1, "span");
|
|
549
|
-
i0__namespace.ɵɵelement(2, "i", 34);
|
|
550
|
-
i0__namespace.ɵɵelementStart(3, "span", 25);
|
|
551
|
-
i0__namespace.ɵɵtext(4, "Loading");
|
|
552
|
-
i0__namespace.ɵɵelementEnd();
|
|
553
|
-
i0__namespace.ɵɵelement(5, "span", 35);
|
|
554
|
-
i0__namespace.ɵɵelementEnd()();
|
|
555
|
-
} if (rf & 2) {
|
|
556
|
-
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
557
|
-
i0__namespace.ɵɵadvance(2);
|
|
558
|
-
i0__namespace.ɵɵproperty("ngClass", ctx_r1.loadingicon);
|
|
559
|
-
i0__namespace.ɵɵadvance(3);
|
|
560
|
-
i0__namespace.ɵɵproperty("textContent", ctx_r1.loadingdatamsg);
|
|
561
|
-
} }
|
|
562
|
-
function ListComponent_div_12_Template(rf, ctx) { if (rf & 1) {
|
|
563
|
-
const _r9 = i0__namespace.ɵɵgetCurrentView();
|
|
564
|
-
i0__namespace.ɵɵelementStart(0, "div", 36)(1, "ul", 21)(2, "li", 37)(3, "a", 23);
|
|
565
|
-
i0__namespace.ɵɵlistener("click", function ListComponent_div_12_Template_a_click_3_listener($event) { i0__namespace.ɵɵrestoreView(_r9); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.dataNavigator.navigatePage("next", $event)); });
|
|
566
|
-
i0__namespace.ɵɵelement(4, "i", 38);
|
|
567
|
-
i0__namespace.ɵɵelementStart(5, "span", 25);
|
|
568
|
-
i0__namespace.ɵɵtext(6);
|
|
569
|
-
i0__namespace.ɵɵelementEnd()()()()();
|
|
570
|
-
} if (rf & 2) {
|
|
571
|
-
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
572
|
-
i0__namespace.ɵɵattribute("aria-disabled", ctx_r1.dataNavigator.isDisableNext);
|
|
573
|
-
i0__namespace.ɵɵadvance(2);
|
|
574
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c4, ctx_r1.dataNavigator ? ctx_r1.dataNavigator.isDisableNext : true));
|
|
575
|
-
i0__namespace.ɵɵadvance();
|
|
576
|
-
i0__namespace.ɵɵattribute("aria-disabled", ctx_r1.dataNavigator.isDisableNext);
|
|
577
|
-
i0__namespace.ɵɵadvance(3);
|
|
578
|
-
i0__namespace.ɵɵtextInterpolate1("Go to Next page ", ctx_r1.dataNavigator.isDisableNext ? ", Disabled" : "", "");
|
|
579
|
-
} }
|
|
580
|
-
function ListComponent_div_13_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
581
|
-
const _r10 = i0__namespace.ɵɵgetCurrentView();
|
|
582
|
-
i0__namespace.ɵɵelementStart(0, "a", 42);
|
|
583
|
-
i0__namespace.ɵɵlistener("click", function ListComponent_div_13_a_2_Template_a_click_0_listener($event) { i0__namespace.ɵɵrestoreView(_r10); const ctx_r1 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r1.dataNavigator.navigatePage("next", $event)); });
|
|
584
|
-
i0__namespace.ɵɵelementEnd();
|
|
585
|
-
} if (rf & 2) {
|
|
586
|
-
const ctx_r1 = i0__namespace.ɵɵnextContext(2);
|
|
587
|
-
i0__namespace.ɵɵproperty("ngClass", ctx_r1.paginationclass)("textContent", ctx_r1.ondemandmessage);
|
|
541
|
+
function ListComponent_Conditional_8_For_1_Conditional_6_Template(rf, ctx) { if (rf & 1) {
|
|
542
|
+
i0__namespace.ɵɵelement(0, "i", 29);
|
|
588
543
|
} }
|
|
589
|
-
function
|
|
590
|
-
i0__namespace.ɵɵelementStart(0, "
|
|
591
|
-
i0__namespace.ɵɵelement(1, "nav", 40);
|
|
592
|
-
i0__namespace.ɵɵtemplate(2, ListComponent_div_13_a_2_Template, 1, 2, "a", 41);
|
|
593
|
-
i0__namespace.ɵɵelementEnd();
|
|
594
|
-
} if (rf & 2) {
|
|
595
|
-
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
596
|
-
i0__namespace.ɵɵproperty("hidden", !ctx_r1.showNavigation || ctx_r1.onDemandLoad && ctx_r1.dataNavigator.isDisableNext || ctx_r1.dataNavigator.dataSize <= ctx_r1.pagesize || !ctx_r1.dataNavigator.dataSize && !(ctx_r1.dataNavigator.datasource == null ? null : ctx_r1.dataNavigator.datasource.pagination == null ? null : ctx_r1.dataNavigator.datasource.pagination.next));
|
|
597
|
-
i0__namespace.ɵɵadvance(2);
|
|
598
|
-
i0__namespace.ɵɵproperty("ngIf", ctx_r1.onDemandLoad);
|
|
599
|
-
} }
|
|
600
|
-
function ListComponent_ng_template_14_li_0_i_6_Template(rf, ctx) { if (rf & 1) {
|
|
601
|
-
i0__namespace.ɵɵelement(0, "i", 52);
|
|
602
|
-
} }
|
|
603
|
-
function ListComponent_ng_template_14_li_0_span_7_Template(rf, ctx) { if (rf & 1) {
|
|
604
|
-
i0__namespace.ɵɵelementStart(0, "span", 53);
|
|
544
|
+
function ListComponent_Conditional_8_For_1_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
545
|
+
i0__namespace.ɵɵelementStart(0, "span", 30);
|
|
605
546
|
i0__namespace.ɵɵtext(1);
|
|
606
547
|
i0__namespace.ɵɵelementEnd();
|
|
607
548
|
} if (rf & 2) {
|
|
608
|
-
const
|
|
549
|
+
const groupObj_r9 = i0__namespace.ɵɵnextContext().$implicit;
|
|
609
550
|
i0__namespace.ɵɵadvance();
|
|
610
|
-
i0__namespace.ɵɵtextInterpolate(
|
|
551
|
+
i0__namespace.ɵɵtextInterpolate(groupObj_r9.data.length);
|
|
611
552
|
} }
|
|
612
|
-
function
|
|
613
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
614
|
-
i0__namespace.ɵɵelementContainer(2,
|
|
553
|
+
function ListComponent_Conditional_8_For_1_For_11_Template(rf, ctx) { if (rf & 1) {
|
|
554
|
+
i0__namespace.ɵɵelementStart(0, "li", 33, 0);
|
|
555
|
+
i0__namespace.ɵɵelementContainer(2, 24);
|
|
615
556
|
i0__namespace.ɵɵelementEnd();
|
|
616
557
|
} if (rf & 2) {
|
|
617
|
-
const
|
|
618
|
-
const $
|
|
619
|
-
const
|
|
620
|
-
const
|
|
621
|
-
const
|
|
622
|
-
const
|
|
623
|
-
i0__namespace.ɵɵclassMapInterpolate1("app-list-item group-list-item ",
|
|
624
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
625
|
-
i0__namespace.ɵɵattribute("tabindex",
|
|
558
|
+
const item_r10 = ctx.$implicit;
|
|
559
|
+
const $index_r11 = ctx.$index;
|
|
560
|
+
const ɵ$index_76_r12 = ctx.$index;
|
|
561
|
+
const ɵ$count_76_r13 = ctx.$count;
|
|
562
|
+
const listItemRef_r14 = i0__namespace.ɵɵreference(1);
|
|
563
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext(3);
|
|
564
|
+
i0__namespace.ɵɵclassMapInterpolate1("app-list-item group-list-item ", ctx_r0.itemsPerRowClass, "");
|
|
565
|
+
i0__namespace.ɵɵproperty("ngClass", listItemRef_r14.itemClass)("wmListItem", item_r10);
|
|
566
|
+
i0__namespace.ɵɵattribute("tabindex", ctx_r0.tabindex);
|
|
626
567
|
i0__namespace.ɵɵadvance(2);
|
|
627
|
-
i0__namespace.ɵɵproperty("ngTemplateOutlet",
|
|
568
|
+
i0__namespace.ɵɵproperty("ngTemplateOutlet", ctx_r0.listTemplate)("ngTemplateOutletInjector", ctx_r0.createCustomInjector("group_" + listItemRef_r14.trackId, i0__namespace.ɵɵpureFunction6(9, _c5, item_r10, $index_r11, listItemRef_r14, ɵ$index_76_r12 === 0, ɵ$index_76_r12 === ɵ$count_76_r13 - 1, listItemRef_r14.currentItemWidgets)))("ngTemplateOutletContext", i0__namespace.ɵɵpureFunction6(16, _c5, item_r10, $index_r11, listItemRef_r14, ɵ$index_76_r12 === 0, ɵ$index_76_r12 === ɵ$count_76_r13 - 1, listItemRef_r14.currentItemWidgets));
|
|
628
569
|
} }
|
|
629
|
-
function
|
|
630
|
-
const
|
|
631
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
632
|
-
i0__namespace.ɵɵlistener("click", function
|
|
570
|
+
function ListComponent_Conditional_8_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
571
|
+
const _r8 = i0__namespace.ɵɵgetCurrentView();
|
|
572
|
+
i0__namespace.ɵɵelementStart(0, "li", 25)(1, "ul", 26)(2, "li", 27);
|
|
573
|
+
i0__namespace.ɵɵlistener("click", function ListComponent_Conditional_8_For_1_Template_li_click_2_listener($event) { i0__namespace.ɵɵrestoreView(_r8); const ctx_r0 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r0.handleHeaderClick($event)); });
|
|
633
574
|
i0__namespace.ɵɵelementStart(3, "h4");
|
|
634
575
|
i0__namespace.ɵɵtext(4);
|
|
635
|
-
i0__namespace.ɵɵelementStart(5, "div",
|
|
636
|
-
i0__namespace.ɵɵtemplate(6,
|
|
576
|
+
i0__namespace.ɵɵelementStart(5, "div", 28);
|
|
577
|
+
i0__namespace.ɵɵtemplate(6, ListComponent_Conditional_8_For_1_Conditional_6_Template, 1, 0, "i", 29)(7, ListComponent_Conditional_8_For_1_Conditional_7_Template, 2, 1, "span", 30);
|
|
637
578
|
i0__namespace.ɵɵelementEnd()()();
|
|
638
|
-
i0__namespace.ɵɵelementStart(8, "li",
|
|
639
|
-
i0__namespace.ɵɵ
|
|
579
|
+
i0__namespace.ɵɵelementStart(8, "li", 31)(9, "ul");
|
|
580
|
+
i0__namespace.ɵɵrepeaterCreate(10, ListComponent_Conditional_8_For_1_For_11_Template, 3, 23, "li", 32, i0__namespace.ɵɵcomponentInstance().trackByFn, true);
|
|
640
581
|
i0__namespace.ɵɵelementEnd()()()();
|
|
641
582
|
} if (rf & 2) {
|
|
642
|
-
const
|
|
643
|
-
const
|
|
583
|
+
const groupObj_r9 = ctx.$implicit;
|
|
584
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext(2);
|
|
644
585
|
i0__namespace.ɵɵadvance();
|
|
645
|
-
i0__namespace.ɵɵproperty("ngClass",
|
|
646
|
-
i0__namespace.ɵɵattribute("tabindex",
|
|
586
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r0.listclass);
|
|
587
|
+
i0__namespace.ɵɵattribute("tabindex", ctx_r0.tabindex);
|
|
647
588
|
i0__namespace.ɵɵadvance();
|
|
648
|
-
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(
|
|
589
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c6, ctx_r0.collapsible));
|
|
590
|
+
i0__namespace.ɵɵadvance(2);
|
|
591
|
+
i0__namespace.ɵɵtextInterpolate1("", groupObj_r9.key, " ");
|
|
649
592
|
i0__namespace.ɵɵadvance(2);
|
|
650
|
-
i0__namespace.ɵɵ
|
|
593
|
+
i0__namespace.ɵɵconditional(ctx_r0.collapsible ? 6 : -1);
|
|
594
|
+
i0__namespace.ɵɵadvance();
|
|
595
|
+
i0__namespace.ɵɵconditional(ctx_r0.showcount ? 7 : -1);
|
|
651
596
|
i0__namespace.ɵɵadvance(2);
|
|
652
|
-
i0__namespace.ɵɵ
|
|
597
|
+
i0__namespace.ɵɵclassMapInterpolate1("list-group clearfix ", ctx_r0.direction === "horizontal" ? "app-horizontal-list" : "", "");
|
|
653
598
|
i0__namespace.ɵɵadvance();
|
|
654
|
-
i0__namespace.ɵɵ
|
|
599
|
+
i0__namespace.ɵɵrepeater(groupObj_r9.data);
|
|
600
|
+
} }
|
|
601
|
+
function ListComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
602
|
+
i0__namespace.ɵɵrepeaterCreate(0, ListComponent_Conditional_8_For_1_Template, 12, 11, "li", 25, i0__namespace.ɵɵrepeaterTrackByIdentity);
|
|
603
|
+
} if (rf & 2) {
|
|
604
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
605
|
+
i0__namespace.ɵɵrepeater(ctx_r0.groupedData);
|
|
606
|
+
} }
|
|
607
|
+
function ListComponent_Conditional_11_Template(rf, ctx) { if (rf & 1) {
|
|
608
|
+
i0__namespace.ɵɵelement(0, "div", 8);
|
|
609
|
+
} if (rf & 2) {
|
|
610
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
611
|
+
i0__namespace.ɵɵproperty("textContent", ctx_r0.nodatamessage);
|
|
612
|
+
} }
|
|
613
|
+
function ListComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
614
|
+
i0__namespace.ɵɵelementStart(0, "div", 9)(1, "span");
|
|
615
|
+
i0__namespace.ɵɵelement(2, "i", 34);
|
|
616
|
+
i0__namespace.ɵɵelementStart(3, "span", 21);
|
|
617
|
+
i0__namespace.ɵɵtext(4, "Loading");
|
|
618
|
+
i0__namespace.ɵɵelementEnd();
|
|
619
|
+
i0__namespace.ɵɵelement(5, "span", 35);
|
|
620
|
+
i0__namespace.ɵɵelementEnd()();
|
|
621
|
+
} if (rf & 2) {
|
|
622
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
623
|
+
i0__namespace.ɵɵadvance(2);
|
|
624
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r0.loadingicon);
|
|
625
|
+
i0__namespace.ɵɵadvance(3);
|
|
626
|
+
i0__namespace.ɵɵproperty("textContent", ctx_r0.loadingdatamsg);
|
|
627
|
+
} }
|
|
628
|
+
function ListComponent_Conditional_13_Template(rf, ctx) { if (rf & 1) {
|
|
629
|
+
const _r15 = i0__namespace.ɵɵgetCurrentView();
|
|
630
|
+
i0__namespace.ɵɵelementStart(0, "div", 10)(1, "ul", 17)(2, "li", 36)(3, "a", 19);
|
|
631
|
+
i0__namespace.ɵɵlistener("click", function ListComponent_Conditional_13_Template_a_click_3_listener($event) { i0__namespace.ɵɵrestoreView(_r15); const ctx_r0 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r0.dataNavigator.navigatePage("next", $event)); });
|
|
632
|
+
i0__namespace.ɵɵelement(4, "i", 37);
|
|
633
|
+
i0__namespace.ɵɵelementStart(5, "span", 21);
|
|
634
|
+
i0__namespace.ɵɵtext(6);
|
|
635
|
+
i0__namespace.ɵɵelementEnd()()()()();
|
|
636
|
+
} if (rf & 2) {
|
|
637
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
638
|
+
i0__namespace.ɵɵattribute("aria-disabled", ctx_r0.dataNavigator.isDisableNext);
|
|
655
639
|
i0__namespace.ɵɵadvance(2);
|
|
656
|
-
i0__namespace.ɵɵ
|
|
640
|
+
i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(4, _c4, ctx_r0.dataNavigator ? ctx_r0.dataNavigator.isDisableNext : true));
|
|
657
641
|
i0__namespace.ɵɵadvance();
|
|
658
|
-
i0__namespace.ɵɵ
|
|
642
|
+
i0__namespace.ɵɵattribute("aria-disabled", ctx_r0.dataNavigator.isDisableNext);
|
|
643
|
+
i0__namespace.ɵɵadvance(3);
|
|
644
|
+
i0__namespace.ɵɵtextInterpolate1("Go to Next page ", ctx_r0.dataNavigator.isDisableNext ? ", Disabled" : "", "");
|
|
659
645
|
} }
|
|
660
|
-
function
|
|
661
|
-
i0__namespace.ɵɵ
|
|
646
|
+
function ListComponent_Conditional_14_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
647
|
+
const _r16 = i0__namespace.ɵɵgetCurrentView();
|
|
648
|
+
i0__namespace.ɵɵelementStart(0, "a", 40);
|
|
649
|
+
i0__namespace.ɵɵlistener("click", function ListComponent_Conditional_14_Conditional_2_Template_a_click_0_listener($event) { i0__namespace.ɵɵrestoreView(_r16); const ctx_r0 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r0.dataNavigator.navigatePage("next", $event)); });
|
|
650
|
+
i0__namespace.ɵɵelementEnd();
|
|
662
651
|
} if (rf & 2) {
|
|
663
|
-
const
|
|
664
|
-
i0__namespace.ɵɵproperty("
|
|
652
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext(2);
|
|
653
|
+
i0__namespace.ɵɵproperty("ngClass", ctx_r0.paginationclass)("textContent", ctx_r0.ondemandmessage);
|
|
654
|
+
} }
|
|
655
|
+
function ListComponent_Conditional_14_Template(rf, ctx) { if (rf & 1) {
|
|
656
|
+
i0__namespace.ɵɵelementStart(0, "div", 11);
|
|
657
|
+
i0__namespace.ɵɵelement(1, "nav", 38);
|
|
658
|
+
i0__namespace.ɵɵtemplate(2, ListComponent_Conditional_14_Conditional_2_Template, 1, 2, "a", 39);
|
|
659
|
+
i0__namespace.ɵɵelementEnd();
|
|
660
|
+
} if (rf & 2) {
|
|
661
|
+
const ctx_r0 = i0__namespace.ɵɵnextContext();
|
|
662
|
+
i0__namespace.ɵɵproperty("hidden", !ctx_r0.showNavigation || ctx_r0.onDemandLoad && ctx_r0.dataNavigator.isDisableNext || ctx_r0.dataNavigator.dataSize <= ctx_r0.pagesize || !ctx_r0.dataNavigator.dataSize && !(ctx_r0.dataNavigator.datasource == null ? null : ctx_r0.dataNavigator.datasource.pagination == null ? null : ctx_r0.dataNavigator.datasource.pagination.next));
|
|
663
|
+
i0__namespace.ɵɵadvance(2);
|
|
664
|
+
i0__namespace.ɵɵconditional(ctx_r0.onDemandLoad ? 2 : -1);
|
|
665
665
|
} }
|
|
666
666
|
const DEFAULT_CLS = 'app-livelist app-panel';
|
|
667
667
|
const WIDGET_CONFIG = { widgetType: 'wm-list', hostClass: DEFAULT_CLS };
|
|
@@ -1765,54 +1765,52 @@
|
|
|
1765
1765
|
i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.listItems = _t);
|
|
1766
1766
|
} }, features: [i0__namespace.ɵɵProvidersFeature([
|
|
1767
1767
|
i1.provideAsWidgetRef(ListComponent)
|
|
1768
|
-
]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c3, decls:
|
|
1769
|
-
|
|
1770
|
-
i0__namespace.ɵɵtemplate(0, ListComponent_div_0_Template, 7, 6, "div", 2)(1, ListComponent_div_1_Template, 7, 6, "div", 3)(2, ListComponent_div_2_Template, 2, 1, "div", 4);
|
|
1768
|
+
]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c3, decls: 15, vars: 18, consts: [["listItemRef", "listItemRef"], [1, "panel-heading"], ["aria-label", "Page navigation", 1, "app-datanavigator"], ["aria-live", "polite", "aria-atomic", "true", 1, "sr-only"], [1, "sr-only", 3, "id"], ["aria-live", "assertive", 1, "sr-only"], ["role", "list", 3, "keydown.enter", "keydown.space", "keydown.arrowup", "keydown.arrowdown", "keydown.arrowleft", "keydown.arrowright", "keydown.shift.arrowup", "keydown.shift.arrowdown", "keydown.shift.arrowleft", "keydown.shift.arrowright", "hidden"], [3, "ngTemplateOutlet"], [1, "no-data-msg", 3, "textContent"], [1, "loading-data-msg"], [1, "app-datanavigator"], [1, "panel-footer", 3, "hidden"], [1, "panel-title"], [1, "pull-left"], ["aria-hidden", "true", 3, "hidden"], [1, "heading", 3, "innerHTML"], [1, "description", 3, "innerHTML"], [1, "pager"], [1, "previous", 3, "ngClass"], ["href", "javascript:void(0);", 3, "click"], ["aria-hidden", "true", 1, "wi", "wi-chevron-left"], [1, "sr-only"], ["role", "listitem", 3, "class", "ngClass", "wmListItem"], ["role", "listitem", 3, "ngClass", "wmListItem"], [3, "ngTemplateOutlet", "ngTemplateOutletInjector", "ngTemplateOutletContext"], [1, "app-list-item-group", "clearfix"], [1, "list-group", "item-group", 3, "ngClass"], [1, "app-list-item-header", "list-item", "list-group-header", 3, "click", "ngClass"], [1, "header-action"], [1, "app-icon", "wi", "action", "wi-chevron-up"], [1, "label", "label-default"], [1, "list-group-container"], [3, "class", "ngClass", "wmListItem"], [3, "ngClass", "wmListItem"], ["aria-hidden", "true", 1, "app-icon", "panel-icon", "fa-spin", 3, "ngClass"], [1, "loading-text", 3, "textContent"], [1, "next", 3, "ngClass"], ["aria-hidden", "true", 1, "wi", "wi-chevron-right"], ["wmPagination", "", "navigationalign.bind", "navigationalign", "navigation.bind", "navControls", "showrecordcount.bind", "showrecordcount", "maxsize.bind", "maxsize", "boundarylinks.bind", "boundarylinks", "forceellipses.bind", "forceellipses", "directionlinks.bind", "directionlinks", "show.bind", "!onDemandLoad", "paginationchange.event", "beforePaginationChange($event, $index)"], ["href", "javascript:void(0);", 1, "app-button", "btn", "btn-block", 3, "ngClass", "textContent"], ["href", "javascript:void(0);", 1, "app-button", "btn", "btn-block", 3, "click", "ngClass", "textContent"]], template: function ListComponent_Template(rf, ctx) { if (rf & 1) {
|
|
1769
|
+
i0__namespace.ɵɵtemplate(0, ListComponent_Conditional_0_Template, 7, 6, "div", 1)(1, ListComponent_Conditional_1_Template, 7, 6, "div", 2)(2, ListComponent_Conditional_2_Template, 2, 1, "div", 3);
|
|
1771
1770
|
i0__namespace.ɵɵelementStart(3, "div");
|
|
1772
|
-
i0__namespace.ɵɵtemplate(4,
|
|
1771
|
+
i0__namespace.ɵɵtemplate(4, ListComponent_Conditional_4_Template, 2, 1, "div", 4)(5, ListComponent_Conditional_5_Template, 2, 1, "div", 5);
|
|
1773
1772
|
i0__namespace.ɵɵelementEnd();
|
|
1774
|
-
i0__namespace.ɵɵelementStart(6, "ul",
|
|
1775
|
-
i0__namespace.ɵɵlistener("keydown.enter", function ListComponent_Template_ul_keydown_enter_6_listener($event) {
|
|
1776
|
-
i0__namespace.ɵɵtemplate(7,
|
|
1777
|
-
i0__namespace.ɵɵelementContainer(
|
|
1773
|
+
i0__namespace.ɵɵelementStart(6, "ul", 6);
|
|
1774
|
+
i0__namespace.ɵɵlistener("keydown.enter", function ListComponent_Template_ul_keydown_enter_6_listener($event) { return ctx.handleKeyDown($event, "select"); })("keydown.space", function ListComponent_Template_ul_keydown_space_6_listener($event) { return ctx.handleKeyDown($event, "space"); })("keydown.arrowup", function ListComponent_Template_ul_keydown_arrowup_6_listener($event) { return ctx.handleKeyDown($event, "focusPrev"); })("keydown.arrowdown", function ListComponent_Template_ul_keydown_arrowdown_6_listener($event) { return ctx.handleKeyDown($event, "focusNext"); })("keydown.arrowleft", function ListComponent_Template_ul_keydown_arrowleft_6_listener($event) { return ctx.handleKeyDown($event, "focusPrev"); })("keydown.arrowright", function ListComponent_Template_ul_keydown_arrowright_6_listener($event) { return ctx.handleKeyDown($event, "focusNext"); })("keydown.shift.arrowup", function ListComponent_Template_ul_keydown_shift_arrowup_6_listener($event) { return ctx.handleKeyDown($event, "selectPrev"); })("keydown.shift.arrowdown", function ListComponent_Template_ul_keydown_shift_arrowdown_6_listener($event) { return ctx.handleKeyDown($event, "selectNext"); })("keydown.shift.arrowleft", function ListComponent_Template_ul_keydown_shift_arrowleft_6_listener($event) { return ctx.handleKeyDown($event, "selectPrev"); })("keydown.shift.arrowright", function ListComponent_Template_ul_keydown_shift_arrowright_6_listener($event) { return ctx.handleKeyDown($event, "selectNext"); });
|
|
1775
|
+
i0__namespace.ɵɵtemplate(7, ListComponent_Conditional_7_Template, 2, 0)(8, ListComponent_Conditional_8_Template, 2, 0);
|
|
1776
|
+
i0__namespace.ɵɵelementContainer(9, 7)(10, 7);
|
|
1778
1777
|
i0__namespace.ɵɵelementEnd();
|
|
1779
|
-
i0__namespace.ɵɵtemplate(
|
|
1778
|
+
i0__namespace.ɵɵtemplate(11, ListComponent_Conditional_11_Template, 1, 1, "div", 8)(12, ListComponent_Conditional_12_Template, 6, 2, "div", 9)(13, ListComponent_Conditional_13_Template, 7, 6, "div", 10)(14, ListComponent_Conditional_14_Template, 3, 2, "div", 11);
|
|
1780
1779
|
} if (rf & 2) {
|
|
1781
|
-
|
|
1782
|
-
i0__namespace.ɵɵproperty("ngIf", ctx.title || ctx.subheading || ctx.iconclass);
|
|
1780
|
+
i0__namespace.ɵɵconditional(ctx.title || ctx.subheading || ctx.iconclass ? 0 : -1);
|
|
1783
1781
|
i0__namespace.ɵɵadvance();
|
|
1784
|
-
i0__namespace.ɵɵ
|
|
1782
|
+
i0__namespace.ɵɵconditional(ctx.navigation === "Inline" && !ctx.noDataFound ? 1 : -1);
|
|
1785
1783
|
i0__namespace.ɵɵadvance();
|
|
1786
|
-
i0__namespace.ɵɵ
|
|
1784
|
+
i0__namespace.ɵɵconditional(ctx.navigation === "Inline" && !ctx.noDataFound ? 2 : -1);
|
|
1787
1785
|
i0__namespace.ɵɵadvance(2);
|
|
1788
|
-
i0__namespace.ɵɵ
|
|
1786
|
+
i0__namespace.ɵɵconditional(ctx.enablereorder ? 4 : -1);
|
|
1789
1787
|
i0__namespace.ɵɵadvance();
|
|
1790
|
-
i0__namespace.ɵɵ
|
|
1788
|
+
i0__namespace.ɵɵconditional(ctx.listItems && ctx.enablereorder && ctx.currentIndex ? 5 : -1);
|
|
1791
1789
|
i0__namespace.ɵɵadvance();
|
|
1792
1790
|
i0__namespace.ɵɵclassMapInterpolate2("app-livelist-container clearfix ", ctx.direction === "horizontal" ? "app-horizontal-list" : "", " ", ctx.listclass, "");
|
|
1793
1791
|
i0__namespace.ɵɵproperty("hidden", ctx.noDataFound && !ctx.variableInflight);
|
|
1794
1792
|
i0__namespace.ɵɵattribute("tabindex", ctx.tabindex);
|
|
1795
1793
|
i0__namespace.ɵɵadvance();
|
|
1796
|
-
i0__namespace.ɵɵ
|
|
1797
|
-
i0__namespace.ɵɵadvance();
|
|
1794
|
+
i0__namespace.ɵɵconditional(!ctx.groupby ? 7 : 8);
|
|
1795
|
+
i0__namespace.ɵɵadvance(2);
|
|
1798
1796
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", ctx.listLeftActionTemplate);
|
|
1799
1797
|
i0__namespace.ɵɵadvance();
|
|
1800
1798
|
i0__namespace.ɵɵproperty("ngTemplateOutlet", ctx.listRightActionTemplate);
|
|
1801
1799
|
i0__namespace.ɵɵadvance();
|
|
1802
|
-
i0__namespace.ɵɵ
|
|
1800
|
+
i0__namespace.ɵɵconditional(ctx.noDataFound && !ctx.variableInflight ? 11 : -1);
|
|
1803
1801
|
i0__namespace.ɵɵadvance();
|
|
1804
|
-
i0__namespace.ɵɵ
|
|
1802
|
+
i0__namespace.ɵɵconditional(ctx.variableInflight && !ctx.pulltorefresh ? 12 : -1);
|
|
1805
1803
|
i0__namespace.ɵɵadvance();
|
|
1806
|
-
i0__namespace.ɵɵ
|
|
1804
|
+
i0__namespace.ɵɵconditional(ctx.navigation === "Inline" && !ctx.noDataFound ? 13 : -1);
|
|
1807
1805
|
i0__namespace.ɵɵadvance();
|
|
1808
|
-
i0__namespace.ɵɵ
|
|
1806
|
+
i0__namespace.ɵɵconditional(ctx.navigation !== "None" ? 14 : -1);
|
|
1809
1807
|
} }, encapsulation: 2 }); }
|
|
1810
1808
|
}
|
|
1811
1809
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ListComponent, [{
|
|
1812
1810
|
type: i0.Component,
|
|
1813
1811
|
args: [{ selector: 'div[wmList]', providers: [
|
|
1814
1812
|
i1.provideAsWidgetRef(ListComponent)
|
|
1815
|
-
], template: "
|
|
1813
|
+
], template: "@if (title || subheading || iconclass) {\n <div class=\"panel-heading\">\n <h3 class=\"panel-title\">\n <div class=\"pull-left\">\n <i class=\"app-icon panel-icon {{iconclass}}\" aria-hidden=\"true\" [hidden]=\"!iconclass\"></i>\n </div>\n <div class=\"pull-left\">\n <div class=\"heading\" [innerHTML]=\"title\"></div>\n <div class=\"description\" [innerHTML]=\"subheading\"></div>\n </div>\n </h3>\n </div>\n}\n\n@if (navigation === 'Inline' && !noDataFound) {\n <div class=\"app-datanavigator\" [attr.aria-disabled]=\"dataNavigator.isDisablePrevious\" aria-label=\"Page navigation\">\n <ul class=\"pager\">\n <li class=\"previous\" [ngClass]=\"{'disabled': (dataNavigator ? dataNavigator.isDisablePrevious : true)}\">\n <a href=\"javascript:void(0);\" (click)=\"dataNavigator.navigatePage('prev', $event)\"\n [attr.aria-disabled]=\"dataNavigator.isDisablePrevious\">\n <i class=\"wi wi-chevron-left\" aria-hidden=\"true\"></i>\n <span class=\"sr-only\">Go to Previous page {{dataNavigator.isDisablePrevious ? ', Disabled' : ''}}</span>\n </a>\n </li>\n </ul>\n </div>\n}\n@if (navigation === 'Inline' && !noDataFound) {\n <div aria-live=\"polite\" aria-atomic=\"true\" class=\"sr-only\"> {{'Page ' + dataNavigator.dn.currentPage + ' of ' + dataNavigator.pageCount }}</div>\n}\n\n<div>\n @if (enablereorder) {\n <div id={{titleId}} class=\"sr-only\">\n Press space bar to toggle drag drop mode, use arrow keys to move selected elements.\n </div>\n }\n\n @if (listItems && enablereorder && currentIndex) {\n <div aria-live=\"assertive\" class=\"sr-only\" >\n {{ariaText + currentIndex + ' of ' + listItems.length}}\n </div>\n }\n</div>\n\n<ul [attr.tabindex]=\"tabindex\" class=\"app-livelist-container clearfix {{direction === 'horizontal' ? 'app-horizontal-list': ''}} {{listclass}}\" role=\"list\"\n (keydown.enter)=\"handleKeyDown($event, 'select')\"\n\n (keydown.space)=\"handleKeyDown($event, 'space')\"\n\n (keydown.arrowup)=\"handleKeyDown($event, 'focusPrev')\"\n (keydown.arrowdown)=\"handleKeyDown($event, 'focusNext')\"\n (keydown.arrowleft)=\"handleKeyDown($event, 'focusPrev')\"\n (keydown.arrowright)=\"handleKeyDown($event, 'focusNext')\"\n\n (keydown.shift.arrowup)=\"handleKeyDown($event, 'selectPrev')\"\n (keydown.shift.arrowdown)=\"handleKeyDown($event, 'selectNext')\"\n (keydown.shift.arrowleft)=\"handleKeyDown($event, 'selectPrev')\"\n (keydown.shift.arrowright)=\"handleKeyDown($event, 'selectNext')\"\n [hidden]=\"noDataFound && !variableInflight\"\n >\n @if (!groupby) {\n @for (item of fieldDefs; track item) {\n <li class=\"app-list-item {{direction === 'horizontal' ? '' : itemsPerRowClass}}\" [ngClass]=\"listItemRef.itemClass\"\n [wmListItem]=\"item\"\n #listItemRef=\"listItemRef\"\n [attr.tabindex]=\"tabindex\"\n role=\"listitem\">\n <ng-container [ngTemplateOutlet]=\"listTemplate\"\n [ngTemplateOutletInjector]=\"createCustomInjector('falt_' + listItemRef.trackId, {item: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets})\"\n [ngTemplateOutletContext]=\"{item: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets}\"></ng-container>\n </li>\n }\n } @else {\n @for (groupObj of groupedData; track groupObj; let groupIndex = $index) {\n <li class=\"app-list-item-group clearfix\">\n <ul [attr.tabindex]=\"tabindex\" class=\"list-group item-group\" [ngClass]=\"listclass\">\n <li class=\"app-list-item-header list-item list-group-header\" (click)=\"handleHeaderClick($event)\" [ngClass]=\"{'collapsible-content': collapsible}\">\n <h4>{{groupObj.key}}\n <div class=\"header-action\">\n @if (collapsible) {\n <i class=\"app-icon wi action wi-chevron-up\"></i>\n }\n @if (showcount) {\n <span class=\"label label-default\">{{groupObj.data.length}}</span>\n }\n </div>\n </h4>\n </li>\n <li class=\"list-group-container\">\n <ul class=\"list-group clearfix {{direction === 'horizontal' ? 'app-horizontal-list': ''}}\">\n @for (item of groupObj.data; track trackByFn($index, item)) {\n <li [attr.tabindex]=\"tabindex\"\n class=\"app-list-item group-list-item {{itemsPerRowClass}}\"\n [ngClass]=\"listItemRef.itemClass\"\n [wmListItem]=\"item\" #listItemRef=\"listItemRef\">\n <ng-container [ngTemplateOutlet]=\"listTemplate\"\n [ngTemplateOutletInjector]=\"createCustomInjector('group_' + listItemRef.trackId, {item: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets})\"\n [ngTemplateOutletContext]=\"{item: item, $index: $index, itemRef: listItemRef, $first: $first, $last: $last, currentItemWidgets: listItemRef.currentItemWidgets}\"></ng-container>\n </li>\n }\n </ul>\n </li>\n </ul>\n </li>\n }\n }\n <ng-container [ngTemplateOutlet]=\"listLeftActionTemplate\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"listRightActionTemplate\"></ng-container>\n</ul>\n\n@if (noDataFound && !variableInflight) {\n <div class=\"no-data-msg\" [textContent]=\"nodatamessage\"></div>\n}\n\n@if (variableInflight && !pulltorefresh) {\n <div class=\"loading-data-msg\">\n <span>\n <i class=\"app-icon panel-icon fa-spin\" aria-hidden=\"true\" [ngClass]=\"loadingicon\"></i>\n <span class=\"sr-only\">Loading</span>\n <span class=\"loading-text\" [textContent]=\"loadingdatamsg\"></span>\n </span>\n </div>\n}\n\n@if (navigation === 'Inline' && !noDataFound) {\n <div class=\"app-datanavigator\" [attr.aria-disabled]=\"dataNavigator.isDisableNext\">\n <ul class=\"pager\">\n <li class=\"next\" [ngClass]=\"{'disabled': (dataNavigator ? dataNavigator.isDisableNext : true)}\">\n <a href=\"javascript:void(0);\" (click)=\"dataNavigator.navigatePage('next', $event)\"\n [attr.aria-disabled]=\"dataNavigator.isDisableNext\">\n <i class=\"wi wi-chevron-right\" aria-hidden=\"true\"></i>\n <span class=\"sr-only\">Go to Next page {{dataNavigator.isDisableNext ? ', Disabled' : ''}}</span>\n </a>\n </li>\n </ul>\n </div>\n}\n\n@if (navigation !== 'None') {\n <div class=\"panel-footer\" [hidden]=\"!showNavigation || (onDemandLoad && dataNavigator.isDisableNext) || (dataNavigator.dataSize <= pagesize) || (!dataNavigator.dataSize && !dataNavigator.datasource?.pagination?.next)\">\n <nav wmPagination\n navigationalign.bind=\"navigationalign\"\n navigation.bind=\"navControls\"\n showrecordcount.bind=\"showrecordcount\"\n maxsize.bind=\"maxsize\"\n boundarylinks.bind=\"boundarylinks\"\n forceellipses.bind=\"forceellipses\"\n directionlinks.bind=\"directionlinks\"\n show.bind=\"!onDemandLoad\"\n paginationchange.event=\"beforePaginationChange($event, $index)\"\n ></nav>\n @if (onDemandLoad) {\n <a href=\"javascript:void(0);\"\n (click)=\"dataNavigator.navigatePage('next', $event)\"\n class=\"app-button btn btn-block\"\n [ngClass]=\"paginationclass\"\n [textContent]=\"ondemandmessage\"\n ></a>\n }\n </div>\n}\n\n<!--This template will be displayed when groupby is specified-->\n" }]
|
|
1816
1814
|
}], () => [{ type: i0__namespace.Injector }, { type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace.ToDatePipe }, { type: i2__namespace.App }, { type: i2__namespace.AppDefaults }, { type: i0__namespace.NgZone }, { type: undefined, decorators: [{
|
|
1817
1815
|
type: i0.Attribute,
|
|
1818
1816
|
args: ['itemclass.bind']
|
|
@@ -1885,7 +1883,7 @@
|
|
|
1885
1883
|
i2$1.PaginationModule,
|
|
1886
1884
|
i1.WmComponentsModule], exports: [ListComponent,
|
|
1887
1885
|
ListItemDirective] }); })();
|
|
1888
|
-
i0__namespace.ɵɵsetComponentScope(ListComponent, [i1$1__namespace.NgClass, i1$1__namespace.
|
|
1886
|
+
i0__namespace.ɵɵsetComponentScope(ListComponent, [i1$1__namespace.NgClass, i1$1__namespace.NgTemplateOutlet, i2$1__namespace.PaginationComponent, i1__namespace.TextContentDirective, ListItemDirective], []);
|
|
1889
1887
|
|
|
1890
1888
|
exports.ListComponent = ListComponent;
|
|
1891
1889
|
exports.ListItemDirective = ListItemDirective;
|