@wavemaker/app-ng-runtime 11.10.2-rc.6065 → 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
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
const _c0 = ["wmPagination", ""];
|
|
49
49
|
const _c1 = a0 => ({ "disabled": a0 });
|
|
50
50
|
const _c2 = () => ({ standalone: true });
|
|
51
|
-
function
|
|
52
|
-
i0__namespace.ɵɵelementStart(0, "li",
|
|
51
|
+
function PaginationComponent_Conditional_0_Conditional_31_Template(rf, ctx) { if (rf & 1) {
|
|
52
|
+
i0__namespace.ɵɵelementStart(0, "li", 22)(1, "a", 23);
|
|
53
53
|
i0__namespace.ɵɵtext(2);
|
|
54
54
|
i0__namespace.ɵɵelementEnd()();
|
|
55
55
|
} if (rf & 2) {
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
i0__namespace.ɵɵadvance(2);
|
|
58
58
|
i0__namespace.ɵɵtextInterpolate2("", ctx_r1.appLocale.LABEL_TOTAL_RECORDS, ": ", ctx_r1.dataSize, "");
|
|
59
59
|
} }
|
|
60
|
-
function
|
|
60
|
+
function PaginationComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
|
61
61
|
const _r1 = i0__namespace.ɵɵgetCurrentView();
|
|
62
62
|
i0__namespace.ɵɵelementStart(0, "ul")(1, "li", 6)(2, "a", 7);
|
|
63
|
-
i0__namespace.ɵɵlistener("click", function
|
|
63
|
+
i0__namespace.ɵɵlistener("click", function PaginationComponent_Conditional_0_Template_a_click_2_listener($event) { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.navigatePage("first", $event)); });
|
|
64
64
|
i0__namespace.ɵɵelementStart(3, "span", 8);
|
|
65
65
|
i0__namespace.ɵɵelement(4, "i", 9);
|
|
66
66
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
i0__namespace.ɵɵtext(6);
|
|
69
69
|
i0__namespace.ɵɵelementEnd()()();
|
|
70
70
|
i0__namespace.ɵɵelementStart(7, "li", 6)(8, "a", 11);
|
|
71
|
-
i0__namespace.ɵɵlistener("click", function
|
|
71
|
+
i0__namespace.ɵɵlistener("click", function PaginationComponent_Conditional_0_Template_a_click_8_listener($event) { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.navigatePage("prev", $event)); });
|
|
72
72
|
i0__namespace.ɵɵelementStart(9, "span", 8);
|
|
73
73
|
i0__namespace.ɵɵelement(10, "i", 12);
|
|
74
74
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
i0__namespace.ɵɵtext(12);
|
|
77
77
|
i0__namespace.ɵɵelementEnd()()();
|
|
78
78
|
i0__namespace.ɵɵelementStart(13, "li", 13)(14, "a", 14)(15, "input", 15);
|
|
79
|
-
i0__namespace.ɵɵtwoWayListener("ngModelChange", function
|
|
80
|
-
i0__namespace.ɵɵlistener("keydown", function
|
|
79
|
+
i0__namespace.ɵɵtwoWayListener("ngModelChange", function PaginationComponent_Conditional_0_Template_input_ngModelChange_15_listener($event) { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); i0__namespace.ɵɵtwoWayBindingSet(ctx_r1.dn.currentPage, $event) || (ctx_r1.dn.currentPage = $event); return i0__namespace.ɵɵresetView($event); });
|
|
80
|
+
i0__namespace.ɵɵlistener("keydown", function PaginationComponent_Conditional_0_Template_input_keydown_15_listener($event) { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.onKeyDown($event)); })("change", function PaginationComponent_Conditional_0_Template_input_change_15_listener($event) { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.onModelChange($event)); });
|
|
81
81
|
i0__namespace.ɵɵelementEnd()()();
|
|
82
82
|
i0__namespace.ɵɵelementStart(16, "li", 16)(17, "a", 17);
|
|
83
83
|
i0__namespace.ɵɵtext(18);
|
|
84
84
|
i0__namespace.ɵɵelementEnd()();
|
|
85
85
|
i0__namespace.ɵɵelementStart(19, "li", 6)(20, "a", 18);
|
|
86
|
-
i0__namespace.ɵɵlistener("click", function
|
|
86
|
+
i0__namespace.ɵɵlistener("click", function PaginationComponent_Conditional_0_Template_a_click_20_listener($event) { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.navigatePage("next", $event)); });
|
|
87
87
|
i0__namespace.ɵɵelementStart(21, "span", 8);
|
|
88
88
|
i0__namespace.ɵɵelement(22, "i", 19);
|
|
89
89
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -91,14 +91,14 @@
|
|
|
91
91
|
i0__namespace.ɵɵtext(24);
|
|
92
92
|
i0__namespace.ɵɵelementEnd()()();
|
|
93
93
|
i0__namespace.ɵɵelementStart(25, "li", 6)(26, "a", 20);
|
|
94
|
-
i0__namespace.ɵɵlistener("click", function
|
|
94
|
+
i0__namespace.ɵɵlistener("click", function PaginationComponent_Conditional_0_Template_a_click_26_listener($event) { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.navigatePage("last", $event)); });
|
|
95
95
|
i0__namespace.ɵɵelementStart(27, "span", 8);
|
|
96
96
|
i0__namespace.ɵɵelement(28, "i", 21);
|
|
97
97
|
i0__namespace.ɵɵelementEnd();
|
|
98
98
|
i0__namespace.ɵɵelementStart(29, "span", 10);
|
|
99
99
|
i0__namespace.ɵɵtext(30);
|
|
100
100
|
i0__namespace.ɵɵelementEnd()()();
|
|
101
|
-
i0__namespace.ɵɵtemplate(31,
|
|
101
|
+
i0__namespace.ɵɵtemplate(31, PaginationComponent_Conditional_0_Conditional_31_Template, 3, 2, "li", 22);
|
|
102
102
|
i0__namespace.ɵɵelementEnd();
|
|
103
103
|
} if (rf & 2) {
|
|
104
104
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
i0__namespace.ɵɵadvance(4);
|
|
141
141
|
i0__namespace.ɵɵtextInterpolate1("Go to last page ", ctx_r1.isDisableLast ? " , Disabled" : "", "");
|
|
142
142
|
i0__namespace.ɵɵadvance();
|
|
143
|
-
i0__namespace.ɵɵ
|
|
143
|
+
i0__namespace.ɵɵconditional(ctx_r1.showrecordcount ? 31 : -1);
|
|
144
144
|
} }
|
|
145
|
-
function
|
|
145
|
+
function PaginationComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
|
146
146
|
const _r3 = i0__namespace.ɵɵgetCurrentView();
|
|
147
|
-
i0__namespace.ɵɵelementStart(0, "ul")(1, "li",
|
|
148
|
-
i0__namespace.ɵɵlistener("click", function
|
|
147
|
+
i0__namespace.ɵɵelementStart(0, "ul")(1, "li", 24)(2, "a", 25);
|
|
148
|
+
i0__namespace.ɵɵlistener("click", function PaginationComponent_Conditional_1_Template_a_click_2_listener($event) { i0__namespace.ɵɵrestoreView(_r3); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.navigatePage("prev", $event)); });
|
|
149
149
|
i0__namespace.ɵɵelementStart(3, "span", 8);
|
|
150
150
|
i0__namespace.ɵɵelement(4, "i", 12);
|
|
151
151
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
i0__namespace.ɵɵelementStart(6, "span", 10);
|
|
154
154
|
i0__namespace.ɵɵtext(7);
|
|
155
155
|
i0__namespace.ɵɵelementEnd()()();
|
|
156
|
-
i0__namespace.ɵɵelementStart(8, "li",
|
|
157
|
-
i0__namespace.ɵɵlistener("click", function
|
|
156
|
+
i0__namespace.ɵɵelementStart(8, "li", 26)(9, "a", 25);
|
|
157
|
+
i0__namespace.ɵɵlistener("click", function PaginationComponent_Conditional_1_Template_a_click_9_listener($event) { i0__namespace.ɵɵrestoreView(_r3); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.navigatePage("next", $event)); });
|
|
158
158
|
i0__namespace.ɵɵelementStart(10, "span", 8);
|
|
159
159
|
i0__namespace.ɵɵelement(11, "i", 19);
|
|
160
160
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -182,10 +182,10 @@
|
|
|
182
182
|
i0__namespace.ɵɵadvance(2);
|
|
183
183
|
i0__namespace.ɵɵtextInterpolate(ctx_r1.isDisableNext ? " , Disabled" : "");
|
|
184
184
|
} }
|
|
185
|
-
function
|
|
185
|
+
function PaginationComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
|
|
186
186
|
const _r4 = i0__namespace.ɵɵgetCurrentView();
|
|
187
|
-
i0__namespace.ɵɵelementStart(0, "pagination",
|
|
188
|
-
i0__namespace.ɵɵlistener("pageChanged", function
|
|
187
|
+
i0__namespace.ɵɵelementStart(0, "pagination", 27);
|
|
188
|
+
i0__namespace.ɵɵlistener("pageChanged", function PaginationComponent_Conditional_2_Template_pagination_pageChanged_0_listener($event) { i0__namespace.ɵɵrestoreView(_r4); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.pageChanged($event)); });
|
|
189
189
|
i0__namespace.ɵɵelementEnd();
|
|
190
190
|
} if (rf & 2) {
|
|
191
191
|
const ctx_r1 = i0__namespace.ɵɵnextContext();
|
|
@@ -195,8 +195,8 @@
|
|
|
195
195
|
i0__namespace.ɵɵproperty("ngClass", ctx_r1.navigationClass)("itemsPerPage", ctx_r1.maxResults)("totalItems", ctx_r1.dataSize)("ngModelOptions", i0__namespace.ɵɵpureFunction0(12, _c2))("ngModel", ctx_r1.dn.currentPage)("boundaryLinks", ctx_r1.boundarylinks)("maxSize", ctx_r1.maxsize)("directionLinks", ctx_r1.directionlinks)("customPreviousTemplate", prevTemplate_r6)("customNextTemplate", nextTemplate_r7)("customPageTemplate", pageTemplate_r5);
|
|
196
196
|
i0__namespace.ɵɵattribute("aria-label", "Showing Page " + ctx_r1.dn.currentPage + " of " + ctx_r1.pageCount + " pages");
|
|
197
197
|
} }
|
|
198
|
-
function
|
|
199
|
-
i0__namespace.ɵɵelementStart(0, "ul",
|
|
198
|
+
function PaginationComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
199
|
+
i0__namespace.ɵɵelementStart(0, "ul", 5)(1, "li", 28)(2, "a", 23);
|
|
200
200
|
i0__namespace.ɵɵtext(3);
|
|
201
201
|
i0__namespace.ɵɵelementEnd()()();
|
|
202
202
|
} if (rf & 2) {
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
i0__namespace.ɵɵadvance(3);
|
|
205
205
|
i0__namespace.ɵɵtextInterpolate2("", ctx_r1.appLocale.LABEL_TOTAL_RECORDS, ": ", ctx_r1.dataSize, "");
|
|
206
206
|
} }
|
|
207
|
-
function
|
|
207
|
+
function PaginationComponent_ng_template_4_Conditional_3_Template(rf, ctx) { if (rf & 1) {
|
|
208
208
|
i0__namespace.ɵɵelementStart(0, "span", 10);
|
|
209
209
|
i0__namespace.ɵɵtext(1);
|
|
210
210
|
i0__namespace.ɵɵelementEnd();
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
i0__namespace.ɵɵtext(1);
|
|
220
220
|
i0__namespace.ɵɵelementEnd();
|
|
221
221
|
i0__namespace.ɵɵtext(2);
|
|
222
|
-
i0__namespace.ɵɵtemplate(3,
|
|
222
|
+
i0__namespace.ɵɵtemplate(3, PaginationComponent_ng_template_4_Conditional_3_Template, 2, 1, "span", 10);
|
|
223
223
|
} if (rf & 2) {
|
|
224
224
|
const page_r8 = ctx.$implicit;
|
|
225
225
|
i0__namespace.ɵɵattribute("data-isacitvepage", page_r8.active);
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
i0__namespace.ɵɵadvance();
|
|
229
229
|
i0__namespace.ɵɵtextInterpolate1(" ", page_r8.number, " ");
|
|
230
230
|
i0__namespace.ɵɵadvance();
|
|
231
|
-
i0__namespace.ɵɵ
|
|
231
|
+
i0__namespace.ɵɵconditional(page_r8.active ? 3 : -1);
|
|
232
232
|
} }
|
|
233
233
|
function PaginationComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
234
234
|
i0__namespace.ɵɵelementStart(0, "span", 10);
|
|
@@ -768,23 +768,23 @@
|
|
|
768
768
|
static { this.ɵfac = function PaginationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(base.WidgetRef, 4), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
|
|
769
769
|
static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["", "wmPagination", ""]], outputs: { resultEmitter: "resultEmitter", maxResultsEmitter: "maxResultsEmitter" }, features: [i0__namespace.ɵɵProvidersFeature([
|
|
770
770
|
base.provideAsWidgetRef(PaginationComponent)
|
|
771
|
-
]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 10, vars: 4, consts: [["pageTemplate", ""], ["prevTemplate", ""], ["nextTemplate", ""], [3, "class"
|
|
772
|
-
i0__namespace.ɵɵtemplate(0,
|
|
771
|
+
]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 10, vars: 4, consts: [["pageTemplate", ""], ["prevTemplate", ""], ["nextTemplate", ""], [3, "class"], ["role", "navigation", "firstText", "Firtst", "lastText", "Last", 1, "pagination", "basic", 3, "ngClass", "itemsPerPage", "totalItems", "ngModelOptions", "ngModel", "boundaryLinks", "maxSize", "directionLinks", "customPreviousTemplate", "customNextTemplate", "customPageTemplate"], [1, "pagination"], [3, "ngClass"], ["name", "first", "href", "javascript:void(0);", 3, "click", "title"], ["aria-hidden", "true"], [1, "wi", "wi-first-page"], [1, "sr-only"], ["name", "prev", "href", "javascript:void(0);", 3, "click", "title"], [1, "wi", "wi-chevron-left"], [1, "pagecount", "disabled"], ["href", "javascript:void(0);", "aria-label", "Change Page Number"], ["type", "number", 1, "form-control", 3, "ngModelChange", "keydown", "change", "ngModel", "disabled", "ngModelOptions"], [1, "disabled"], [3, "hidden"], ["name", "next", "href", "javascript:void(0);", 3, "click", "title"], [1, "wi", "wi-chevron-right"], ["name", "last", "href", "javascript:void(0);", 3, "click", "title"], [1, "wi", "wi-last-page"], [1, "totalcount", "disabled"], ["href", "javascript:void(0);", "tabindex", "-1", "aria-disabled", "true"], [1, "previous", 3, "ngClass"], ["href", "javascript:void(0);", 3, "click"], [1, "next", 3, "ngClass"], ["role", "navigation", "firstText", "Firtst", "lastText", "Last", 1, "pagination", "basic", 3, "pageChanged", "ngClass", "itemsPerPage", "totalItems", "ngModelOptions", "ngModel", "boundaryLinks", "maxSize", "directionLinks", "customPreviousTemplate", "customNextTemplate", "customPageTemplate"], [1, "totalcount", "disabled", "basiccount"]], template: function PaginationComponent_Template(rf, ctx) { if (rf & 1) {
|
|
772
|
+
i0__namespace.ɵɵtemplate(0, PaginationComponent_Conditional_0_Template, 32, 35, "ul", 3)(1, PaginationComponent_Conditional_1_Template, 15, 15, "ul", 3)(2, PaginationComponent_Conditional_2_Template, 1, 13, "pagination", 4)(3, PaginationComponent_Conditional_3_Template, 4, 2, "ul", 5)(4, PaginationComponent_ng_template_4_Template, 4, 4, "ng-template", null, 0, i0__namespace.ɵɵtemplateRefExtractor)(6, PaginationComponent_ng_template_6_Template, 2, 2, "ng-template", null, 1, i0__namespace.ɵɵtemplateRefExtractor)(8, PaginationComponent_ng_template_8_Template, 2, 2, "ng-template", null, 2, i0__namespace.ɵɵtemplateRefExtractor);
|
|
773
773
|
} if (rf & 2) {
|
|
774
|
-
i0__namespace.ɵɵ
|
|
774
|
+
i0__namespace.ɵɵconditional(ctx.navcontrols === "Classic" ? 0 : -1);
|
|
775
775
|
i0__namespace.ɵɵadvance();
|
|
776
|
-
i0__namespace.ɵɵ
|
|
776
|
+
i0__namespace.ɵɵconditional(ctx.navcontrols === "Pager" ? 1 : -1);
|
|
777
777
|
i0__namespace.ɵɵadvance();
|
|
778
|
-
i0__namespace.ɵɵ
|
|
778
|
+
i0__namespace.ɵɵconditional(ctx.navcontrols === "Basic" ? 2 : -1);
|
|
779
779
|
i0__namespace.ɵɵadvance();
|
|
780
|
-
i0__namespace.ɵɵ
|
|
781
|
-
} }, dependencies: [i1__namespace.NgClass,
|
|
780
|
+
i0__namespace.ɵɵconditional(ctx.navcontrols === "Basic" && ctx.showrecordcount ? 3 : -1);
|
|
781
|
+
} }, dependencies: [i1__namespace.NgClass, i2__namespace.DefaultValueAccessor, i2__namespace.NumberValueAccessor, i2__namespace.NgControlStatus, i2__namespace.NgModel, i3__namespace.PaginationComponent], encapsulation: 2 }); }
|
|
782
782
|
}
|
|
783
783
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PaginationComponent, [{
|
|
784
784
|
type: i0.Component,
|
|
785
785
|
args: [{ selector: '[wmPagination]', providers: [
|
|
786
786
|
base.provideAsWidgetRef(PaginationComponent)
|
|
787
|
-
], template: "\n<ul class=\"pagination advanced {{navigationClass}}\"
|
|
787
|
+
], template: "\n@if (navcontrols === 'Classic') {\n <ul class=\"pagination advanced {{navigationClass}}\">\n <li [ngClass]=\"{'disabled':isDisableFirst}\">\n <a [title]=\"appLocale.LABEL_FIRST\" name=\"first\" href=\"javascript:void(0);\"\n [attr.aria-disabled]=\"isDisableFirst\"\n (click)=\"navigatePage('first', $event)\">\n <span aria-hidden=\"true\"><i class=\"wi wi-first-page\"></i></span>\n <span class=\"sr-only\">Go to first page {{ isDisableFirst ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n <li [ngClass]=\"{'disabled':isDisablePrevious}\">\n <a [title]=\"appLocale.LABEL_PREVIOUS\" name=\"prev\" href=\"javascript:void(0);\"\n [attr.aria-disabled]=\"isDisablePrevious\"\n (click)=\"navigatePage('prev', $event)\">\n <span aria-hidden=\"true\"><i class=\"wi wi-chevron-left\"></i></span>\n <span class=\"sr-only\">Go to previous page {{ isDisablePrevious ? ', Disabled' : ''}}</span>\n </a>\n </li>\n <li class=\"pagecount disabled\">\n <a href=\"javascript:void(0);\" aria-label=\"Change Page Number\">\n <input [(ngModel)]=\"dn.currentPage\" [attr.aria-label]=\"'Showing Page ' + dn.currentPage + ' of ' + pageCount\" [disabled]=\"isDisableCurrent\"\n [ngModelOptions]=\"{standalone: true}\"\n type=\"number\"\n (keydown)=\"onKeyDown($event)\" (change)=\"onModelChange($event)\" class=\"form-control\"/>\n </a>\n </li>\n <li class=\"disabled\">\n <a [hidden]=\"isDisableCount\"> / {{pageCount}}</a>\n </li>\n <li [ngClass]=\"{'disabled':isDisableNext}\">\n <a [title]=\"appLocale.LABEL_NEXT\" name=\"next\" href=\"javascript:void(0);\"\n [attr.aria-disabled]=\"isDisableNext\"\n (click)=\"navigatePage('next', $event)\">\n <span aria-hidden=\"true\"><i class=\"wi wi-chevron-right\"></i></span>\n <span class=\"sr-only\">Go to next page {{ isDisableNext ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n <li [ngClass]=\"{'disabled':isDisableLast}\">\n <a [title]=\"appLocale.LABEL_LAST\" name=\"last\" href=\"javascript:void(0);\"\n [attr.aria-disabled]=\"isDisableLast\"\n (click)=\"navigatePage('last', $event)\">\n <span aria-hidden=\"true\"><i class=\"wi wi-last-page\"></i></span>\n <span class=\"sr-only\">Go to last page {{ isDisableLast ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n @if (showrecordcount) {\n <li class=\"totalcount disabled\">\n <a href=\"javascript:void(0);\" tabindex=\"-1\" aria-disabled=\"true\">{{appLocale.LABEL_TOTAL_RECORDS}}: {{dataSize}}</a>\n </li>\n }\n </ul>\n}\n@if (navcontrols === 'Pager') {\n <ul class=\"pager {{navigationClass}}\">\n <li class=\"previous\" [ngClass]=\"{'disabled':isDisablePrevious}\">\n <a href=\"javascript:void(0);\" (click)=\"navigatePage('prev', $event)\"\n [attr.aria-disabled]=\"isDisablePrevious\">\n <span aria-hidden=\"true\"><i class=\"wi wi-chevron-left\"></i></span>\n {{appLocale.LABEL_PREVIOUS}}\n <span class=\"sr-only\">{{ isDisablePrevious ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n <li class=\"next\" [ngClass]=\"{'disabled':isDisableNext}\">\n <a href=\"javascript:void(0);\" (click)=\"navigatePage('next', $event)\"\n [attr.aria-disabled]=\"isDisableNext\">\n <span aria-hidden=\"true\"><i class=\"wi wi-chevron-right\"></i></span>\n {{appLocale.LABEL_NEXT}}\n <span class=\"sr-only\">{{ isDisableNext ? ' , Disabled' : ''}}</span>\n </a>\n </li>\n </ul>\n}\n\n@if (navcontrols === 'Basic') {\n <pagination class=\"pagination basic\" [ngClass]=\"navigationClass\" role=\"navigation\"\n [itemsPerPage]=\"maxResults\" [totalItems]=\"dataSize\"\n (pageChanged)=\"pageChanged($event)\" [ngModelOptions]=\"{standalone:true}\" [ngModel]=\"dn.currentPage\"\n [attr.aria-label]=\"'Showing Page ' + dn.currentPage + ' of ' + pageCount + ' pages'\"\n [boundaryLinks]=\"boundarylinks\" [maxSize]=\"maxsize\"\n [directionLinks]=\"directionlinks\"\n firstText=\"Firtst\" lastText=\"Last\"\n [customPreviousTemplate]=\"prevTemplate\"\n [customNextTemplate]=\"nextTemplate\"\n [customPageTemplate]=\"pageTemplate\"></pagination>\n}\n\n@if (navcontrols === 'Basic' && showrecordcount) {\n <ul class=\"pagination\">\n <li class=\"totalcount disabled basiccount\">\n <a href=\"javascript:void(0);\" tabindex=\"-1\" aria-disabled=\"true\">{{appLocale.LABEL_TOTAL_RECORDS}}: {{dataSize}}</a>\n </li>\n </ul>\n}\n\n<ng-template #pageTemplate let-page>\n <span class=\"sr-only\" [attr.data-isacitvepage]=\"page.active\">{{'Page '}}</span>\n {{page.number}}\n @if (page.active) {\n <span class=\"sr-only\"> {{', Showing page ' + page.number + ' of ' + pageCount}}</span>\n }\n</ng-template>\n<ng-template #prevTemplate let-disabled=\"disabled\">\n <span class=\"sr-only\" [attr.data-isdisabled]=\"disabled\">Go to Previous page {{disabled ? ', Disabled' : ''}}</span>\n</ng-template>\n<ng-template #nextTemplate let-disabled=\"disabled\">\n <span class=\"sr-only\" [attr.data-isdisabled]=\"disabled\">Go to Next page {{disabled ? ', Disabled' : ''}}</span>\n</ng-template>\n" }]
|
|
788
788
|
}], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
|
|
789
789
|
type: i0.SkipSelf
|
|
790
790
|
}, {
|