@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
|
@@ -36,5 +36,5 @@ export class ListModule {
|
|
|
36
36
|
PaginationModule,
|
|
37
37
|
WmComponentsModule], exports: [ListComponent,
|
|
38
38
|
ListItemDirective] }); })();
|
|
39
|
-
i0.ɵɵsetComponentScope(ListComponent, [i1.NgClass, i1.NgTemplateOutlet, i2.PaginationComponent, i3.TextContentDirective, ListItemDirective], []);
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
39
|
+
i0.ɵɵsetComponentScope(ListComponent, [i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgTemplateOutlet, i2.PaginationComponent, i3.TextContentDirective, ListItemDirective], []);
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvZGF0YS9saXN0L3NyYy9saXN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUVsRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDakQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7Ozs7O0FBRTFELE1BQU0sVUFBVSxHQUFHO0lBQ2YsYUFBYTtJQUNiLGlCQUFpQjtDQUNwQixDQUFDO0FBV0YsTUFBTSxPQUFPLFVBQVU7MkdBQVYsVUFBVTttRUFBVixVQUFVO3VFQVBmLFlBQVk7WUFDWixnQkFBZ0I7WUFDaEIsa0JBQWtCOztpRkFLYixVQUFVO2NBVHRCLFFBQVE7ZUFBQztnQkFDTixPQUFPLEVBQUU7b0JBQ0wsWUFBWTtvQkFDWixnQkFBZ0I7b0JBQ2hCLGtCQUFrQjtpQkFDckI7Z0JBQ0QsWUFBWSxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7Z0JBQzdCLE9BQU8sRUFBRSxDQUFDLEdBQUcsVUFBVSxDQUFDO2FBQzNCOzt3RkFDWSxVQUFVLG1CQWJuQixhQUFhO1FBQ2IsaUJBQWlCLGFBS2IsWUFBWTtRQUNaLGdCQUFnQjtRQUNoQixrQkFBa0IsYUFSdEIsYUFBYTtRQUNiLGlCQUFpQjt1QkFEakIsYUFBYSwwR0FDYixpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcblxuaW1wb3J0IHsgV21Db21wb25lbnRzTW9kdWxlIH0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQgeyBQYWdpbmF0aW9uTW9kdWxlIH0gZnJvbSAnQHdtL2NvbXBvbmVudHMvZGF0YS9wYWdpbmF0aW9uJztcblxuaW1wb3J0IHsgTGlzdENvbXBvbmVudCB9IGZyb20gJy4vbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgTGlzdEl0ZW1EaXJlY3RpdmUgfSBmcm9tICcuL2xpc3QtaXRlbS5kaXJlY3RpdmUnO1xuXG5jb25zdCBjb21wb25lbnRzID0gW1xuICAgIExpc3RDb21wb25lbnQsXG4gICAgTGlzdEl0ZW1EaXJlY3RpdmVcbl07XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIFBhZ2luYXRpb25Nb2R1bGUsXG4gICAgICAgIFdtQ29tcG9uZW50c01vZHVsZVxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uY29tcG9uZW50c10sXG4gICAgZXhwb3J0czogWy4uLmNvbXBvbmVudHNdXG59KVxuZXhwb3J0IGNsYXNzIExpc3RNb2R1bGUge1xufVxuIl19
|
|
@@ -440,214 +440,214 @@ const _c3 = ["wmList", ""];
|
|
|
440
440
|
const _c4 = a0 => ({ "disabled": a0 });
|
|
441
441
|
const _c5 = (a0, a1, a2, a3, a4, a5) => ({ item: a0, $index: a1, itemRef: a2, $first: a3, $last: a4, currentItemWidgets: a5 });
|
|
442
442
|
const _c6 = a0 => ({ "collapsible-content": a0 });
|
|
443
|
-
function
|
|
444
|
-
i0.ɵɵelementStart(0, "div",
|
|
445
|
-
i0.ɵɵelement(3, "i",
|
|
443
|
+
function ListComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
444
|
+
i0.ɵɵelementStart(0, "div", 14)(1, "h3", 15)(2, "div", 16);
|
|
445
|
+
i0.ɵɵelement(3, "i", 17);
|
|
446
446
|
i0.ɵɵelementEnd();
|
|
447
|
-
i0.ɵɵelementStart(4, "div",
|
|
448
|
-
i0.ɵɵelement(5, "div",
|
|
447
|
+
i0.ɵɵelementStart(4, "div", 16);
|
|
448
|
+
i0.ɵɵelement(5, "div", 18)(6, "div", 19);
|
|
449
449
|
i0.ɵɵelementEnd()()();
|
|
450
450
|
} if (rf & 2) {
|
|
451
|
-
const
|
|
451
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
452
452
|
i0.ɵɵadvance(3);
|
|
453
|
-
i0.ɵɵclassMapInterpolate1("app-icon panel-icon ",
|
|
454
|
-
i0.ɵɵproperty("hidden", !
|
|
453
|
+
i0.ɵɵclassMapInterpolate1("app-icon panel-icon ", ctx_r1.iconclass, "");
|
|
454
|
+
i0.ɵɵproperty("hidden", !ctx_r1.iconclass);
|
|
455
455
|
i0.ɵɵadvance(2);
|
|
456
|
-
i0.ɵɵproperty("innerHTML",
|
|
456
|
+
i0.ɵɵproperty("innerHTML", ctx_r1.title, i0.ɵɵsanitizeHtml);
|
|
457
457
|
i0.ɵɵadvance();
|
|
458
|
-
i0.ɵɵproperty("innerHTML",
|
|
458
|
+
i0.ɵɵproperty("innerHTML", ctx_r1.subheading, i0.ɵɵsanitizeHtml);
|
|
459
459
|
} }
|
|
460
|
-
function
|
|
461
|
-
const
|
|
462
|
-
i0.ɵɵelementStart(0, "div",
|
|
463
|
-
i0.ɵɵlistener("click", function
|
|
464
|
-
i0.ɵɵelement(4, "i",
|
|
465
|
-
i0.ɵɵelementStart(5, "span",
|
|
460
|
+
function ListComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
461
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
462
|
+
i0.ɵɵelementStart(0, "div", 20)(1, "ul", 21)(2, "li", 22)(3, "a", 23);
|
|
463
|
+
i0.ɵɵlistener("click", function ListComponent_div_1_Template_a_click_3_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.dataNavigator.navigatePage("prev", $event)); });
|
|
464
|
+
i0.ɵɵelement(4, "i", 24);
|
|
465
|
+
i0.ɵɵelementStart(5, "span", 25);
|
|
466
466
|
i0.ɵɵtext(6);
|
|
467
467
|
i0.ɵɵelementEnd()()()()();
|
|
468
468
|
} if (rf & 2) {
|
|
469
|
-
const
|
|
470
|
-
i0.ɵɵattribute("aria-disabled",
|
|
469
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
470
|
+
i0.ɵɵattribute("aria-disabled", ctx_r1.dataNavigator.isDisablePrevious);
|
|
471
471
|
i0.ɵɵadvance(2);
|
|
472
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c4,
|
|
472
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c4, ctx_r1.dataNavigator ? ctx_r1.dataNavigator.isDisablePrevious : true));
|
|
473
473
|
i0.ɵɵadvance();
|
|
474
|
-
i0.ɵɵattribute("aria-disabled",
|
|
474
|
+
i0.ɵɵattribute("aria-disabled", ctx_r1.dataNavigator.isDisablePrevious);
|
|
475
475
|
i0.ɵɵadvance(3);
|
|
476
|
-
i0.ɵɵtextInterpolate1("Go to Previous page ",
|
|
476
|
+
i0.ɵɵtextInterpolate1("Go to Previous page ", ctx_r1.dataNavigator.isDisablePrevious ? ", Disabled" : "", "");
|
|
477
477
|
} }
|
|
478
|
-
function
|
|
479
|
-
i0.ɵɵelementStart(0, "div",
|
|
478
|
+
function ListComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
479
|
+
i0.ɵɵelementStart(0, "div", 26);
|
|
480
480
|
i0.ɵɵtext(1);
|
|
481
481
|
i0.ɵɵelementEnd();
|
|
482
482
|
} if (rf & 2) {
|
|
483
|
-
const
|
|
483
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
484
484
|
i0.ɵɵadvance();
|
|
485
|
-
i0.ɵɵtextInterpolate1(" ", "Page " +
|
|
485
|
+
i0.ɵɵtextInterpolate1(" ", "Page " + ctx_r1.dataNavigator.dn.currentPage + " of " + ctx_r1.dataNavigator.pageCount, "");
|
|
486
486
|
} }
|
|
487
|
-
function
|
|
488
|
-
i0.ɵɵelementStart(0, "div",
|
|
487
|
+
function ListComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
488
|
+
i0.ɵɵelementStart(0, "div", 27);
|
|
489
489
|
i0.ɵɵtext(1, " Press space bar to toggle drag drop mode, use arrow keys to move selected elements. ");
|
|
490
490
|
i0.ɵɵelementEnd();
|
|
491
491
|
} if (rf & 2) {
|
|
492
|
-
const
|
|
493
|
-
i0.ɵɵpropertyInterpolate("id",
|
|
492
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
493
|
+
i0.ɵɵpropertyInterpolate("id", ctx_r1.titleId);
|
|
494
494
|
} }
|
|
495
|
-
function
|
|
496
|
-
i0.ɵɵelementStart(0, "div",
|
|
495
|
+
function ListComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
496
|
+
i0.ɵɵelementStart(0, "div", 28);
|
|
497
497
|
i0.ɵɵtext(1);
|
|
498
498
|
i0.ɵɵelementEnd();
|
|
499
499
|
} if (rf & 2) {
|
|
500
|
-
const
|
|
500
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
501
501
|
i0.ɵɵadvance();
|
|
502
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
502
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.ariaText + ctx_r1.currentIndex + " of " + ctx_r1.listItems.length, " ");
|
|
503
503
|
} }
|
|
504
|
-
function
|
|
505
|
-
i0.ɵɵelementStart(0, "li",
|
|
506
|
-
i0.ɵɵelementContainer(2,
|
|
504
|
+
function ListComponent_ng_template_7_li_0_Template(rf, ctx) { if (rf & 1) {
|
|
505
|
+
i0.ɵɵelementStart(0, "li", 30, 1);
|
|
506
|
+
i0.ɵɵelementContainer(2, 31);
|
|
507
507
|
i0.ɵɵelementEnd();
|
|
508
508
|
} if (rf & 2) {
|
|
509
|
-
const
|
|
510
|
-
const $
|
|
511
|
-
const
|
|
512
|
-
const
|
|
513
|
-
const
|
|
514
|
-
const
|
|
515
|
-
i0.ɵɵclassMapInterpolate1("app-list-item ",
|
|
516
|
-
i0.ɵɵproperty("ngClass",
|
|
517
|
-
i0.ɵɵattribute("tabindex",
|
|
509
|
+
const item_r4 = ctx.$implicit;
|
|
510
|
+
const $index_r5 = ctx.index;
|
|
511
|
+
const $first_r6 = ctx.first;
|
|
512
|
+
const $last_r7 = ctx.last;
|
|
513
|
+
const listItemRef_r8 = i0.ɵɵreference(1);
|
|
514
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
515
|
+
i0.ɵɵclassMapInterpolate1("app-list-item ", ctx_r1.direction === "horizontal" ? "" : ctx_r1.itemsPerRowClass, "");
|
|
516
|
+
i0.ɵɵproperty("ngClass", listItemRef_r8.itemClass)("wmListItem", item_r4);
|
|
517
|
+
i0.ɵɵattribute("tabindex", ctx_r1.tabindex);
|
|
518
518
|
i0.ɵɵadvance(2);
|
|
519
|
-
i0.ɵɵproperty("ngTemplateOutlet",
|
|
519
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.listTemplate)("ngTemplateOutletInjector", ctx_r1.createCustomInjector("falt_" + listItemRef_r8.trackId, i0.ɵɵpureFunction6(9, _c5, item_r4, $index_r5, listItemRef_r8, $first_r6, $last_r7, listItemRef_r8.currentItemWidgets)))("ngTemplateOutletContext", i0.ɵɵpureFunction6(16, _c5, item_r4, $index_r5, listItemRef_r8, $first_r6, $last_r7, listItemRef_r8.currentItemWidgets));
|
|
520
520
|
} }
|
|
521
|
-
function
|
|
522
|
-
i0.ɵɵ
|
|
521
|
+
function ListComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
522
|
+
i0.ɵɵtemplate(0, ListComponent_ng_template_7_li_0_Template, 3, 23, "li", 29);
|
|
523
523
|
} if (rf & 2) {
|
|
524
|
-
const
|
|
525
|
-
i0.ɵɵ
|
|
524
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
525
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.fieldDefs);
|
|
526
526
|
} }
|
|
527
|
-
function
|
|
528
|
-
i0.ɵɵelement(0, "
|
|
529
|
-
} }
|
|
530
|
-
function ListComponent_Conditional_8_For_1_Conditional_7_Template(rf, ctx) { if (rf & 1) {
|
|
531
|
-
i0.ɵɵelementStart(0, "span", 30);
|
|
532
|
-
i0.ɵɵtext(1);
|
|
533
|
-
i0.ɵɵelementEnd();
|
|
534
|
-
} if (rf & 2) {
|
|
535
|
-
const groupObj_r9 = i0.ɵɵnextContext().$implicit;
|
|
536
|
-
i0.ɵɵadvance();
|
|
537
|
-
i0.ɵɵtextInterpolate(groupObj_r9.data.length);
|
|
538
|
-
} }
|
|
539
|
-
function ListComponent_Conditional_8_For_1_For_11_Template(rf, ctx) { if (rf & 1) {
|
|
540
|
-
i0.ɵɵelementStart(0, "li", 33, 0);
|
|
541
|
-
i0.ɵɵelementContainer(2, 24);
|
|
542
|
-
i0.ɵɵelementEnd();
|
|
543
|
-
} if (rf & 2) {
|
|
544
|
-
const item_r10 = ctx.$implicit;
|
|
545
|
-
const $index_r11 = ctx.$index;
|
|
546
|
-
const ɵ$index_76_r12 = ctx.$index;
|
|
547
|
-
const ɵ$count_76_r13 = ctx.$count;
|
|
548
|
-
const listItemRef_r14 = i0.ɵɵreference(1);
|
|
549
|
-
const ctx_r0 = i0.ɵɵnextContext(3);
|
|
550
|
-
i0.ɵɵclassMapInterpolate1("app-list-item group-list-item ", ctx_r0.itemsPerRowClass, "");
|
|
551
|
-
i0.ɵɵproperty("ngClass", listItemRef_r14.itemClass)("wmListItem", item_r10);
|
|
552
|
-
i0.ɵɵattribute("tabindex", ctx_r0.tabindex);
|
|
553
|
-
i0.ɵɵadvance(2);
|
|
554
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r0.listTemplate)("ngTemplateOutletInjector", ctx_r0.createCustomInjector("group_" + listItemRef_r14.trackId, i0.ɵɵ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.ɵɵpureFunction6(16, _c5, item_r10, $index_r11, listItemRef_r14, ɵ$index_76_r12 === 0, ɵ$index_76_r12 === ɵ$count_76_r13 - 1, listItemRef_r14.currentItemWidgets));
|
|
555
|
-
} }
|
|
556
|
-
function ListComponent_Conditional_8_For_1_Template(rf, ctx) { if (rf & 1) {
|
|
557
|
-
const _r8 = i0.ɵɵgetCurrentView();
|
|
558
|
-
i0.ɵɵelementStart(0, "li", 25)(1, "ul", 26)(2, "li", 27);
|
|
559
|
-
i0.ɵɵlistener("click", function ListComponent_Conditional_8_For_1_Template_li_click_2_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r0 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r0.handleHeaderClick($event)); });
|
|
560
|
-
i0.ɵɵelementStart(3, "h4");
|
|
561
|
-
i0.ɵɵtext(4);
|
|
562
|
-
i0.ɵɵelementStart(5, "div", 28);
|
|
563
|
-
i0.ɵɵ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);
|
|
564
|
-
i0.ɵɵelementEnd()()();
|
|
565
|
-
i0.ɵɵelementStart(8, "li", 31)(9, "ul");
|
|
566
|
-
i0.ɵɵrepeaterCreate(10, ListComponent_Conditional_8_For_1_For_11_Template, 3, 23, "li", 32, i0.ɵɵcomponentInstance().trackByFn, true);
|
|
567
|
-
i0.ɵɵelementEnd()()()();
|
|
527
|
+
function ListComponent_div_10_Template(rf, ctx) { if (rf & 1) {
|
|
528
|
+
i0.ɵɵelement(0, "div", 32);
|
|
568
529
|
} if (rf & 2) {
|
|
569
|
-
const
|
|
570
|
-
|
|
571
|
-
i0.ɵɵadvance();
|
|
572
|
-
i0.ɵɵproperty("ngClass", ctx_r0.listclass);
|
|
573
|
-
i0.ɵɵattribute("tabindex", ctx_r0.tabindex);
|
|
574
|
-
i0.ɵɵadvance();
|
|
575
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(9, _c6, ctx_r0.collapsible));
|
|
576
|
-
i0.ɵɵadvance(2);
|
|
577
|
-
i0.ɵɵtextInterpolate1("", groupObj_r9.key, " ");
|
|
578
|
-
i0.ɵɵadvance(2);
|
|
579
|
-
i0.ɵɵconditional(ctx_r0.collapsible ? 6 : -1);
|
|
580
|
-
i0.ɵɵadvance();
|
|
581
|
-
i0.ɵɵconditional(ctx_r0.showcount ? 7 : -1);
|
|
582
|
-
i0.ɵɵadvance(2);
|
|
583
|
-
i0.ɵɵclassMapInterpolate1("list-group clearfix ", ctx_r0.direction === "horizontal" ? "app-horizontal-list" : "", "");
|
|
584
|
-
i0.ɵɵadvance();
|
|
585
|
-
i0.ɵɵrepeater(groupObj_r9.data);
|
|
586
|
-
} }
|
|
587
|
-
function ListComponent_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
|
588
|
-
i0.ɵɵrepeaterCreate(0, ListComponent_Conditional_8_For_1_Template, 12, 11, "li", 25, i0.ɵɵrepeaterTrackByIdentity);
|
|
589
|
-
} if (rf & 2) {
|
|
590
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
591
|
-
i0.ɵɵrepeater(ctx_r0.groupedData);
|
|
530
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
531
|
+
i0.ɵɵproperty("textContent", ctx_r1.nodatamessage);
|
|
592
532
|
} }
|
|
593
|
-
function
|
|
594
|
-
i0.ɵɵ
|
|
595
|
-
} if (rf & 2) {
|
|
596
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
597
|
-
i0.ɵɵproperty("textContent", ctx_r0.nodatamessage);
|
|
598
|
-
} }
|
|
599
|
-
function ListComponent_Conditional_12_Template(rf, ctx) { if (rf & 1) {
|
|
600
|
-
i0.ɵɵelementStart(0, "div", 9)(1, "span");
|
|
533
|
+
function ListComponent_div_11_Template(rf, ctx) { if (rf & 1) {
|
|
534
|
+
i0.ɵɵelementStart(0, "div", 33)(1, "span");
|
|
601
535
|
i0.ɵɵelement(2, "i", 34);
|
|
602
|
-
i0.ɵɵelementStart(3, "span",
|
|
536
|
+
i0.ɵɵelementStart(3, "span", 25);
|
|
603
537
|
i0.ɵɵtext(4, "Loading");
|
|
604
538
|
i0.ɵɵelementEnd();
|
|
605
539
|
i0.ɵɵelement(5, "span", 35);
|
|
606
540
|
i0.ɵɵelementEnd()();
|
|
607
541
|
} if (rf & 2) {
|
|
608
|
-
const
|
|
542
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
609
543
|
i0.ɵɵadvance(2);
|
|
610
|
-
i0.ɵɵproperty("ngClass",
|
|
544
|
+
i0.ɵɵproperty("ngClass", ctx_r1.loadingicon);
|
|
611
545
|
i0.ɵɵadvance(3);
|
|
612
|
-
i0.ɵɵproperty("textContent",
|
|
546
|
+
i0.ɵɵproperty("textContent", ctx_r1.loadingdatamsg);
|
|
613
547
|
} }
|
|
614
|
-
function
|
|
615
|
-
const
|
|
616
|
-
i0.ɵɵelementStart(0, "div",
|
|
617
|
-
i0.ɵɵlistener("click", function
|
|
618
|
-
i0.ɵɵelement(4, "i",
|
|
619
|
-
i0.ɵɵelementStart(5, "span",
|
|
548
|
+
function ListComponent_div_12_Template(rf, ctx) { if (rf & 1) {
|
|
549
|
+
const _r9 = i0.ɵɵgetCurrentView();
|
|
550
|
+
i0.ɵɵelementStart(0, "div", 36)(1, "ul", 21)(2, "li", 37)(3, "a", 23);
|
|
551
|
+
i0.ɵɵlistener("click", function ListComponent_div_12_Template_a_click_3_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.dataNavigator.navigatePage("next", $event)); });
|
|
552
|
+
i0.ɵɵelement(4, "i", 38);
|
|
553
|
+
i0.ɵɵelementStart(5, "span", 25);
|
|
620
554
|
i0.ɵɵtext(6);
|
|
621
555
|
i0.ɵɵelementEnd()()()()();
|
|
622
556
|
} if (rf & 2) {
|
|
623
|
-
const
|
|
624
|
-
i0.ɵɵattribute("aria-disabled",
|
|
557
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
558
|
+
i0.ɵɵattribute("aria-disabled", ctx_r1.dataNavigator.isDisableNext);
|
|
625
559
|
i0.ɵɵadvance(2);
|
|
626
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c4,
|
|
560
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c4, ctx_r1.dataNavigator ? ctx_r1.dataNavigator.isDisableNext : true));
|
|
627
561
|
i0.ɵɵadvance();
|
|
628
|
-
i0.ɵɵattribute("aria-disabled",
|
|
562
|
+
i0.ɵɵattribute("aria-disabled", ctx_r1.dataNavigator.isDisableNext);
|
|
629
563
|
i0.ɵɵadvance(3);
|
|
630
|
-
i0.ɵɵtextInterpolate1("Go to Next page ",
|
|
564
|
+
i0.ɵɵtextInterpolate1("Go to Next page ", ctx_r1.dataNavigator.isDisableNext ? ", Disabled" : "", "");
|
|
565
|
+
} }
|
|
566
|
+
function ListComponent_div_13_a_2_Template(rf, ctx) { if (rf & 1) {
|
|
567
|
+
const _r10 = i0.ɵɵgetCurrentView();
|
|
568
|
+
i0.ɵɵelementStart(0, "a", 42);
|
|
569
|
+
i0.ɵɵlistener("click", function ListComponent_div_13_a_2_Template_a_click_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.dataNavigator.navigatePage("next", $event)); });
|
|
570
|
+
i0.ɵɵelementEnd();
|
|
571
|
+
} if (rf & 2) {
|
|
572
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
573
|
+
i0.ɵɵproperty("ngClass", ctx_r1.paginationclass)("textContent", ctx_r1.ondemandmessage);
|
|
631
574
|
} }
|
|
632
|
-
function
|
|
633
|
-
|
|
634
|
-
i0.ɵɵ
|
|
635
|
-
i0.ɵɵ
|
|
575
|
+
function ListComponent_div_13_Template(rf, ctx) { if (rf & 1) {
|
|
576
|
+
i0.ɵɵelementStart(0, "div", 39);
|
|
577
|
+
i0.ɵɵelement(1, "nav", 40);
|
|
578
|
+
i0.ɵɵtemplate(2, ListComponent_div_13_a_2_Template, 1, 2, "a", 41);
|
|
636
579
|
i0.ɵɵelementEnd();
|
|
637
580
|
} if (rf & 2) {
|
|
638
|
-
const
|
|
639
|
-
i0.ɵɵproperty("
|
|
581
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
582
|
+
i0.ɵɵ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));
|
|
583
|
+
i0.ɵɵadvance(2);
|
|
584
|
+
i0.ɵɵproperty("ngIf", ctx_r1.onDemandLoad);
|
|
585
|
+
} }
|
|
586
|
+
function ListComponent_ng_template_14_li_0_i_6_Template(rf, ctx) { if (rf & 1) {
|
|
587
|
+
i0.ɵɵelement(0, "i", 52);
|
|
640
588
|
} }
|
|
641
|
-
function
|
|
642
|
-
i0.ɵɵelementStart(0, "
|
|
643
|
-
i0.ɵɵ
|
|
644
|
-
i0.ɵɵtemplate(2, ListComponent_Conditional_14_Conditional_2_Template, 1, 2, "a", 39);
|
|
589
|
+
function ListComponent_ng_template_14_li_0_span_7_Template(rf, ctx) { if (rf & 1) {
|
|
590
|
+
i0.ɵɵelementStart(0, "span", 53);
|
|
591
|
+
i0.ɵɵtext(1);
|
|
645
592
|
i0.ɵɵelementEnd();
|
|
646
593
|
} if (rf & 2) {
|
|
647
|
-
const
|
|
648
|
-
i0.ɵɵ
|
|
594
|
+
const groupObj_r12 = i0.ɵɵnextContext().$implicit;
|
|
595
|
+
i0.ɵɵadvance();
|
|
596
|
+
i0.ɵɵtextInterpolate(groupObj_r12.data.length);
|
|
597
|
+
} }
|
|
598
|
+
function ListComponent_ng_template_14_li_0_li_10_Template(rf, ctx) { if (rf & 1) {
|
|
599
|
+
i0.ɵɵelementStart(0, "li", 54, 1);
|
|
600
|
+
i0.ɵɵelementContainer(2, 31);
|
|
601
|
+
i0.ɵɵelementEnd();
|
|
602
|
+
} if (rf & 2) {
|
|
603
|
+
const item_r13 = ctx.$implicit;
|
|
604
|
+
const $index_r14 = ctx.index;
|
|
605
|
+
const $first_r15 = ctx.first;
|
|
606
|
+
const $last_r16 = ctx.last;
|
|
607
|
+
const listItemRef_r17 = i0.ɵɵreference(1);
|
|
608
|
+
const ctx_r1 = i0.ɵɵnextContext(3);
|
|
609
|
+
i0.ɵɵclassMapInterpolate1("app-list-item group-list-item ", ctx_r1.itemsPerRowClass, "");
|
|
610
|
+
i0.ɵɵproperty("ngClass", listItemRef_r17.itemClass)("wmListItem", item_r13);
|
|
611
|
+
i0.ɵɵattribute("tabindex", ctx_r1.tabindex);
|
|
612
|
+
i0.ɵɵadvance(2);
|
|
613
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.listTemplate)("ngTemplateOutletInjector", ctx_r1.createCustomInjector("group_" + listItemRef_r17.trackId, i0.ɵɵpureFunction6(9, _c5, item_r13, $index_r14, listItemRef_r17, $first_r15, $last_r16, listItemRef_r17.currentItemWidgets)))("ngTemplateOutletContext", i0.ɵɵpureFunction6(16, _c5, item_r13, $index_r14, listItemRef_r17, $first_r15, $last_r16, listItemRef_r17.currentItemWidgets));
|
|
614
|
+
} }
|
|
615
|
+
function ListComponent_ng_template_14_li_0_Template(rf, ctx) { if (rf & 1) {
|
|
616
|
+
const _r11 = i0.ɵɵgetCurrentView();
|
|
617
|
+
i0.ɵɵelementStart(0, "li", 44)(1, "ul", 45)(2, "li", 46);
|
|
618
|
+
i0.ɵɵlistener("click", function ListComponent_ng_template_14_li_0_Template_li_click_2_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.handleHeaderClick($event)); });
|
|
619
|
+
i0.ɵɵelementStart(3, "h4");
|
|
620
|
+
i0.ɵɵtext(4);
|
|
621
|
+
i0.ɵɵelementStart(5, "div", 47);
|
|
622
|
+
i0.ɵɵtemplate(6, ListComponent_ng_template_14_li_0_i_6_Template, 1, 0, "i", 48)(7, ListComponent_ng_template_14_li_0_span_7_Template, 2, 1, "span", 49);
|
|
623
|
+
i0.ɵɵelementEnd()()();
|
|
624
|
+
i0.ɵɵelementStart(8, "li", 50)(9, "ul");
|
|
625
|
+
i0.ɵɵtemplate(10, ListComponent_ng_template_14_li_0_li_10_Template, 3, 23, "li", 51);
|
|
626
|
+
i0.ɵɵelementEnd()()()();
|
|
627
|
+
} if (rf & 2) {
|
|
628
|
+
const groupObj_r12 = ctx.$implicit;
|
|
629
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
630
|
+
i0.ɵɵadvance();
|
|
631
|
+
i0.ɵɵproperty("ngClass", ctx_r1.listclass);
|
|
632
|
+
i0.ɵɵattribute("tabindex", ctx_r1.tabindex);
|
|
633
|
+
i0.ɵɵadvance();
|
|
634
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(11, _c6, ctx_r1.collapsible));
|
|
635
|
+
i0.ɵɵadvance(2);
|
|
636
|
+
i0.ɵɵtextInterpolate1("", groupObj_r12.key, " ");
|
|
649
637
|
i0.ɵɵadvance(2);
|
|
650
|
-
i0.ɵɵ
|
|
638
|
+
i0.ɵɵproperty("ngIf", ctx_r1.collapsible);
|
|
639
|
+
i0.ɵɵadvance();
|
|
640
|
+
i0.ɵɵproperty("ngIf", ctx_r1.showcount);
|
|
641
|
+
i0.ɵɵadvance(2);
|
|
642
|
+
i0.ɵɵclassMapInterpolate1("list-group clearfix ", ctx_r1.direction === "horizontal" ? "app-horizontal-list" : "", "");
|
|
643
|
+
i0.ɵɵadvance();
|
|
644
|
+
i0.ɵɵproperty("ngForOf", groupObj_r12.data)("ngForTrackBy", ctx_r1.trackByFn);
|
|
645
|
+
} }
|
|
646
|
+
function ListComponent_ng_template_14_Template(rf, ctx) { if (rf & 1) {
|
|
647
|
+
i0.ɵɵtemplate(0, ListComponent_ng_template_14_li_0_Template, 11, 13, "li", 43);
|
|
648
|
+
} if (rf & 2) {
|
|
649
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
650
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.groupedData);
|
|
651
651
|
} }
|
|
652
652
|
const DEFAULT_CLS = 'app-livelist app-panel';
|
|
653
653
|
const WIDGET_CONFIG = { widgetType: 'wm-list', hostClass: DEFAULT_CLS };
|
|
@@ -1751,52 +1751,54 @@ class ListComponent extends StylableComponent {
|
|
|
1751
1751
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.listItems = _t);
|
|
1752
1752
|
} }, features: [i0.ɵɵProvidersFeature([
|
|
1753
1753
|
provideAsWidgetRef(ListComponent)
|
|
1754
|
-
]), i0.ɵɵInheritDefinitionFeature], attrs: _c3, decls:
|
|
1755
|
-
|
|
1754
|
+
]), i0.ɵɵInheritDefinitionFeature], attrs: _c3, decls: 16, vars: 19, consts: [["groupedListTemplate", ""], ["listItemRef", "listItemRef"], ["class", "panel-heading", 4, "ngIf"], ["class", "app-datanavigator", "aria-label", "Page navigation", 4, "ngIf"], ["aria-live", "polite", "aria-atomic", "true", "class", "sr-only", 4, "ngIf"], ["class", "sr-only", 3, "id", 4, "ngIf"], ["aria-live", "assertive", "class", "sr-only", 4, "ngIf"], ["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, "ngIf", "ngIfElse"], [3, "ngTemplateOutlet"], ["class", "no-data-msg", 3, "textContent", 4, "ngIf"], ["class", "loading-data-msg", 4, "ngIf"], ["class", "app-datanavigator", 4, "ngIf"], ["class", "panel-footer", 3, "hidden", 4, "ngIf"], [1, "panel-heading"], [1, "panel-title"], [1, "pull-left"], ["aria-hidden", "true", 3, "hidden"], [1, "heading", 3, "innerHTML"], [1, "description", 3, "innerHTML"], ["aria-label", "Page navigation", 1, "app-datanavigator"], [1, "pager"], [1, "previous", 3, "ngClass"], ["href", "javascript:void(0);", 3, "click"], ["aria-hidden", "true", 1, "wi", "wi-chevron-left"], [1, "sr-only"], ["aria-live", "polite", "aria-atomic", "true", 1, "sr-only"], [1, "sr-only", 3, "id"], ["aria-live", "assertive", 1, "sr-only"], ["role", "listitem", 3, "class", "ngClass", "wmListItem", 4, "ngFor", "ngForOf"], ["role", "listitem", 3, "ngClass", "wmListItem"], [3, "ngTemplateOutlet", "ngTemplateOutletInjector", "ngTemplateOutletContext"], [1, "no-data-msg", 3, "textContent"], [1, "loading-data-msg"], ["aria-hidden", "true", 1, "app-icon", "panel-icon", "fa-spin", 3, "ngClass"], [1, "loading-text", 3, "textContent"], [1, "app-datanavigator"], [1, "next", 3, "ngClass"], ["aria-hidden", "true", 1, "wi", "wi-chevron-right"], [1, "panel-footer", 3, "hidden"], ["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);", "class", "app-button btn btn-block", 3, "ngClass", "textContent", "click", 4, "ngIf"], ["href", "javascript:void(0);", 1, "app-button", "btn", "btn-block", 3, "click", "ngClass", "textContent"], ["class", "app-list-item-group clearfix", 4, "ngFor", "ngForOf"], [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"], ["class", "app-icon wi action wi-chevron-up", 4, "ngIf"], ["class", "label label-default", 4, "ngIf"], [1, "list-group-container"], [3, "class", "ngClass", "wmListItem", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "app-icon", "wi", "action", "wi-chevron-up"], [1, "label", "label-default"], [3, "ngClass", "wmListItem"]], template: function ListComponent_Template(rf, ctx) { if (rf & 1) {
|
|
1755
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
1756
|
+
i0.ɵɵ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);
|
|
1756
1757
|
i0.ɵɵelementStart(3, "div");
|
|
1757
|
-
i0.ɵɵtemplate(4,
|
|
1758
|
+
i0.ɵɵtemplate(4, ListComponent_div_4_Template, 2, 1, "div", 5)(5, ListComponent_div_5_Template, 2, 1, "div", 6);
|
|
1758
1759
|
i0.ɵɵelementEnd();
|
|
1759
|
-
i0.ɵɵelementStart(6, "ul",
|
|
1760
|
-
i0.ɵɵ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"); });
|
|
1761
|
-
i0.ɵɵtemplate(7,
|
|
1762
|
-
i0.ɵɵelementContainer(
|
|
1760
|
+
i0.ɵɵelementStart(6, "ul", 7);
|
|
1761
|
+
i0.ɵɵlistener("keydown.enter", function ListComponent_Template_ul_keydown_enter_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "select")); })("keydown.space", function ListComponent_Template_ul_keydown_space_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "space")); })("keydown.arrowup", function ListComponent_Template_ul_keydown_arrowup_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "focusPrev")); })("keydown.arrowdown", function ListComponent_Template_ul_keydown_arrowdown_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "focusNext")); })("keydown.arrowleft", function ListComponent_Template_ul_keydown_arrowleft_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "focusPrev")); })("keydown.arrowright", function ListComponent_Template_ul_keydown_arrowright_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "focusNext")); })("keydown.shift.arrowup", function ListComponent_Template_ul_keydown_shift_arrowup_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "selectPrev")); })("keydown.shift.arrowdown", function ListComponent_Template_ul_keydown_shift_arrowdown_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "selectNext")); })("keydown.shift.arrowleft", function ListComponent_Template_ul_keydown_shift_arrowleft_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "selectPrev")); })("keydown.shift.arrowright", function ListComponent_Template_ul_keydown_shift_arrowright_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.handleKeyDown($event, "selectNext")); });
|
|
1762
|
+
i0.ɵɵtemplate(7, ListComponent_ng_template_7_Template, 1, 1, "ng-template", 8);
|
|
1763
|
+
i0.ɵɵelementContainer(8, 9)(9, 9);
|
|
1763
1764
|
i0.ɵɵelementEnd();
|
|
1764
|
-
i0.ɵɵtemplate(
|
|
1765
|
+
i0.ɵɵtemplate(10, ListComponent_div_10_Template, 1, 1, "div", 10)(11, ListComponent_div_11_Template, 6, 2, "div", 11)(12, ListComponent_div_12_Template, 7, 6, "div", 12)(13, ListComponent_div_13_Template, 3, 2, "div", 13)(14, ListComponent_ng_template_14_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
|
|
1765
1766
|
} if (rf & 2) {
|
|
1766
|
-
i0.ɵɵ
|
|
1767
|
+
const groupedListTemplate_r18 = i0.ɵɵreference(15);
|
|
1768
|
+
i0.ɵɵproperty("ngIf", ctx.title || ctx.subheading || ctx.iconclass);
|
|
1767
1769
|
i0.ɵɵadvance();
|
|
1768
|
-
i0.ɵɵ
|
|
1770
|
+
i0.ɵɵproperty("ngIf", ctx.navigation === "Inline" && !ctx.noDataFound);
|
|
1769
1771
|
i0.ɵɵadvance();
|
|
1770
|
-
i0.ɵɵ
|
|
1772
|
+
i0.ɵɵproperty("ngIf", ctx.navigation === "Inline" && !ctx.noDataFound);
|
|
1771
1773
|
i0.ɵɵadvance(2);
|
|
1772
|
-
i0.ɵɵ
|
|
1774
|
+
i0.ɵɵproperty("ngIf", ctx.enablereorder);
|
|
1773
1775
|
i0.ɵɵadvance();
|
|
1774
|
-
i0.ɵɵ
|
|
1776
|
+
i0.ɵɵproperty("ngIf", ctx.listItems && ctx.enablereorder && ctx.currentIndex);
|
|
1775
1777
|
i0.ɵɵadvance();
|
|
1776
1778
|
i0.ɵɵclassMapInterpolate2("app-livelist-container clearfix ", ctx.direction === "horizontal" ? "app-horizontal-list" : "", " ", ctx.listclass, "");
|
|
1777
1779
|
i0.ɵɵproperty("hidden", ctx.noDataFound && !ctx.variableInflight);
|
|
1778
1780
|
i0.ɵɵattribute("tabindex", ctx.tabindex);
|
|
1779
1781
|
i0.ɵɵadvance();
|
|
1780
|
-
i0.ɵɵ
|
|
1781
|
-
i0.ɵɵadvance(
|
|
1782
|
+
i0.ɵɵproperty("ngIf", !ctx.groupby)("ngIfElse", groupedListTemplate_r18);
|
|
1783
|
+
i0.ɵɵadvance();
|
|
1782
1784
|
i0.ɵɵproperty("ngTemplateOutlet", ctx.listLeftActionTemplate);
|
|
1783
1785
|
i0.ɵɵadvance();
|
|
1784
1786
|
i0.ɵɵproperty("ngTemplateOutlet", ctx.listRightActionTemplate);
|
|
1785
1787
|
i0.ɵɵadvance();
|
|
1786
|
-
i0.ɵɵ
|
|
1788
|
+
i0.ɵɵproperty("ngIf", ctx.noDataFound && !ctx.variableInflight);
|
|
1787
1789
|
i0.ɵɵadvance();
|
|
1788
|
-
i0.ɵɵ
|
|
1790
|
+
i0.ɵɵproperty("ngIf", ctx.variableInflight && !ctx.pulltorefresh);
|
|
1789
1791
|
i0.ɵɵadvance();
|
|
1790
|
-
i0.ɵɵ
|
|
1792
|
+
i0.ɵɵproperty("ngIf", ctx.navigation === "Inline" && !ctx.noDataFound);
|
|
1791
1793
|
i0.ɵɵadvance();
|
|
1792
|
-
i0.ɵɵ
|
|
1794
|
+
i0.ɵɵproperty("ngIf", ctx.navigation !== "None");
|
|
1793
1795
|
} }, encapsulation: 2 }); }
|
|
1794
1796
|
}
|
|
1795
1797
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ListComponent, [{
|
|
1796
1798
|
type: Component,
|
|
1797
1799
|
args: [{ selector: 'div[wmList]', providers: [
|
|
1798
1800
|
provideAsWidgetRef(ListComponent)
|
|
1799
|
-
], template: "
|
|
1801
|
+
], template: "<div class=\"panel-heading\" *ngIf=\"title || subheading || iconclass\">\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<div class=\"app-datanavigator\" [attr.aria-disabled]=\"dataNavigator.isDisablePrevious\" aria-label=\"Page navigation\" *ngIf=\"navigation === 'Inline' && !noDataFound\">\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<div *ngIf=\"navigation === 'Inline' && !noDataFound\" aria-live=\"polite\" aria-atomic=\"true\" class=\"sr-only\"> {{'Page ' + dataNavigator.dn.currentPage + ' of ' + dataNavigator.pageCount }}</div>\n\n<div>\n <div id={{titleId}} class=\"sr-only\" *ngIf=\"enablereorder\">\n Press space bar to toggle drag drop mode, use arrow keys to move selected elements.\n </div>\n\n <div aria-live=\"assertive\" *ngIf=\"listItems && enablereorder && currentIndex\" class=\"sr-only\" >\n {{ariaText + currentIndex + ' of ' + listItems.length}}\n </div>\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 <ng-template [ngIf]=\"!groupby\" [ngIfElse]=\"groupedListTemplate\">\n <li *ngFor=\"let item of fieldDefs; index as $index; first as $first; last as $last;\" 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 </ng-template>\n <ng-container [ngTemplateOutlet]=\"listLeftActionTemplate\"></ng-container>\n <ng-container [ngTemplateOutlet]=\"listRightActionTemplate\"></ng-container>\n</ul>\n\n<div class=\"no-data-msg\" *ngIf=\"noDataFound && !variableInflight\" [textContent]=\"nodatamessage\"></div>\n\n<div class=\"loading-data-msg\" *ngIf=\"variableInflight && !pulltorefresh\">\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<div class=\"app-datanavigator\" [attr.aria-disabled]=\"dataNavigator.isDisableNext\" *ngIf=\"navigation === 'Inline' && !noDataFound\">\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<div class=\"panel-footer\" *ngIf=\"navigation !== 'None'\" [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 <a *ngIf=\"onDemandLoad\" 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</div>\n\n<!--This template will be displayed when groupby is specified-->\n<ng-template #groupedListTemplate>\n <li *ngFor=\"let groupObj of groupedData; let groupIndex = index;\" 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 <i class=\"app-icon wi action wi-chevron-up\" *ngIf=\"collapsible\"></i>\n <span *ngIf=\"showcount\" class=\"label label-default\">{{groupObj.data.length}}</span>\n </div>\n </h4>\n </li>\n <li class=\"list-group-container\">\n <ul class=\"list-group clearfix {{direction === 'horizontal' ? 'app-horizontal-list': ''}}\">\n <li *ngFor=\"let item of groupObj.data; index as $index; trackBy: trackByFn; first as $first; last as $last;\" [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 </ul>\n </li>\n </ul>\n </li>\n</ng-template>\n" }]
|
|
1800
1802
|
}], () => [{ type: i0.Injector }, { type: i0.ChangeDetectorRef }, { type: i1.ToDatePipe }, { type: i2.App }, { type: i2.AppDefaults }, { type: i0.NgZone }, { type: undefined, decorators: [{
|
|
1801
1803
|
type: Attribute,
|
|
1802
1804
|
args: ['itemclass.bind']
|
|
@@ -1869,7 +1871,7 @@ class ListModule {
|
|
|
1869
1871
|
PaginationModule,
|
|
1870
1872
|
WmComponentsModule], exports: [ListComponent,
|
|
1871
1873
|
ListItemDirective] }); })();
|
|
1872
|
-
i0.ɵɵsetComponentScope(ListComponent, [i1$1.NgClass, i1$1.NgTemplateOutlet, i2$1.PaginationComponent, i1.TextContentDirective, ListItemDirective], []);
|
|
1874
|
+
i0.ɵɵsetComponentScope(ListComponent, [i1$1.NgClass, i1$1.NgForOf, i1$1.NgIf, i1$1.NgTemplateOutlet, i2$1.PaginationComponent, i1.TextContentDirective, ListItemDirective], []);
|
|
1873
1875
|
|
|
1874
1876
|
/**
|
|
1875
1877
|
* Generated bundle index. Do not edit.
|