@wavemaker/app-ng-runtime 11.8.0-next.141688 → 11.8.0-next.141689

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.
Files changed (99) hide show
  1. package/build-task/bundles/index.umd.js +4 -4
  2. package/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +3 -3
  3. package/build-task/esm2022/containers/repeat-template.build.mjs +3 -3
  4. package/build-task/fesm2022/index.mjs +4 -4
  5. package/build-task/fesm2022/index.mjs.map +1 -1
  6. package/components/advanced/carousel/bundles/index.umd.js +3 -2
  7. package/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +1 -1
  8. package/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +4 -3
  9. package/components/advanced/carousel/fesm2022/index.mjs +3 -2
  10. package/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
  11. package/components/base/bundles/index.umd.js +45 -32
  12. package/components/base/directives/show-in-device.directive.d.ts +3 -6
  13. package/components/base/esm2022/directives/show-in-device.directive.mjs +12 -14
  14. package/components/base/esm2022/public_api.mjs +2 -1
  15. package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +5 -7
  16. package/components/base/esm2022/widgets/common/base/base.component.mjs +22 -15
  17. package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +13 -6
  18. package/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +4 -3
  19. package/components/base/fesm2022/index.mjs +45 -33
  20. package/components/base/fesm2022/index.mjs.map +1 -1
  21. package/components/base/public_api.d.ts +1 -0
  22. package/components/base/widgets/common/base/base.component.d.ts +18 -1
  23. package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +2 -2
  24. package/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +1 -1
  25. package/components/basic/search/bundles/index.umd.js +10 -9
  26. package/components/basic/search/esm2022/search.component.mjs +11 -10
  27. package/components/basic/search/fesm2022/index.mjs +10 -9
  28. package/components/basic/search/fesm2022/index.mjs.map +1 -1
  29. package/components/data/form/bundles/index.umd.js +1 -1
  30. package/components/data/form/esm2022/form.component.mjs +2 -2
  31. package/components/data/form/fesm2022/index.mjs +1 -1
  32. package/components/data/form/fesm2022/index.mjs.map +1 -1
  33. package/components/data/list/bundles/index.umd.js +10 -7
  34. package/components/data/list/esm2022/list-item.directive.mjs +6 -1
  35. package/components/data/list/esm2022/list.component.mjs +7 -8
  36. package/components/data/list/fesm2022/index.mjs +11 -8
  37. package/components/data/list/fesm2022/index.mjs.map +1 -1
  38. package/components/data/list/list-item.directive.d.ts +4 -0
  39. package/components/data/pagination/bundles/index.umd.js +10 -9
  40. package/components/data/pagination/esm2022/pagination.component.mjs +11 -10
  41. package/components/data/pagination/fesm2022/index.mjs +10 -9
  42. package/components/data/pagination/fesm2022/index.mjs.map +1 -1
  43. package/components/data/table/bundles/index.umd.js +3 -1
  44. package/components/data/table/esm2022/table.component.mjs +4 -2
  45. package/components/data/table/fesm2022/index.mjs +3 -1
  46. package/components/data/table/fesm2022/index.mjs.map +1 -1
  47. package/components/input/color-picker/bundles/index.umd.js +2 -2
  48. package/components/input/color-picker/esm2022/color-picker.component.mjs +3 -3
  49. package/components/input/color-picker/fesm2022/index.mjs +2 -2
  50. package/components/input/color-picker/fesm2022/index.mjs.map +1 -1
  51. package/components/input/default/bundles/index.umd.js +37 -32
  52. package/components/input/default/esm2022/checkbox/checkbox.component.mjs +6 -5
  53. package/components/input/default/esm2022/select/select.component.mjs +6 -5
  54. package/components/input/default/esm2022/text/base/base-input.mjs +3 -2
  55. package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +5 -4
  56. package/components/input/default/esm2022/text/color/input-color.component.mjs +5 -4
  57. package/components/input/default/fesm2022/index.mjs +37 -32
  58. package/components/input/default/fesm2022/index.mjs.map +1 -1
  59. package/components/input/default/text/base/base-input.d.ts +1 -0
  60. package/components/input/epoch/bundles/index.umd.js +13 -11
  61. package/components/input/epoch/esm2022/date/date.component.mjs +2 -2
  62. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +6 -5
  63. package/components/input/epoch/esm2022/time/time.component.mjs +6 -5
  64. package/components/input/epoch/fesm2022/index.mjs +13 -11
  65. package/components/input/epoch/fesm2022/index.mjs.map +1 -1
  66. package/components/input/rating/bundles/index.umd.js +12 -10
  67. package/components/input/rating/esm2022/rating.component.mjs +13 -11
  68. package/components/input/rating/fesm2022/index.mjs +12 -10
  69. package/components/input/rating/fesm2022/index.mjs.map +1 -1
  70. package/components/input/slider/bundles/index.umd.js +4 -3
  71. package/components/input/slider/esm2022/slider.component.mjs +5 -4
  72. package/components/input/slider/fesm2022/index.mjs +4 -3
  73. package/components/input/slider/fesm2022/index.mjs.map +1 -1
  74. package/components/navigation/menu/bundles/index.umd.js +10 -12
  75. package/components/navigation/menu/esm2022/menu.module.mjs +3 -2
  76. package/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +3 -2
  77. package/components/navigation/menu/esm2022/nav/nav.component.mjs +8 -12
  78. package/components/navigation/menu/fesm2022/index.mjs +11 -13
  79. package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  80. package/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +1 -1
  81. package/components/navigation/menu/nav/nav.component.d.ts +1 -2
  82. package/core/bundles/index.umd.js +23 -0
  83. package/core/esm2022/public_api.mjs +2 -1
  84. package/core/esm2022/services/custom-icons-loader.service.mjs +26 -0
  85. package/core/fesm2022/index.mjs +25 -3
  86. package/core/fesm2022/index.mjs.map +1 -1
  87. package/core/public_api.d.ts +1 -0
  88. package/core/services/custom-icons-loader.service.d.ts +7 -0
  89. package/package-lock.json +2 -2
  90. package/package.json +1 -1
  91. package/runtime/base/bundles/index.umd.js +19 -8
  92. package/runtime/base/components/app-component/app.component.d.ts +3 -1
  93. package/runtime/base/directives/accessroles.directive.d.ts +4 -3
  94. package/runtime/base/esm2022/components/app-component/app.component.mjs +9 -5
  95. package/runtime/base/esm2022/directives/accessroles.directive.mjs +14 -7
  96. package/runtime/base/esm2022/services/i18n.service.mjs +2 -2
  97. package/runtime/base/fesm2022/index.mjs +20 -9
  98. package/runtime/base/fesm2022/index.mjs.map +1 -1
  99. package/scripts/datatable/datatable.js +1 -1
@@ -16,6 +16,10 @@ export declare class ListItemDirective implements OnInit, AfterViewInit {
16
16
  private itemClass;
17
17
  private _currentItemWidgets;
18
18
  private viewContainerRef;
19
+ /**
20
+ * To avoid re-rendering of widget, passing unique id as contextKey to createCustomInjector
21
+ */
22
+ protected trackId: string;
19
23
  isActive: boolean;
20
24
  disableItem: boolean;
21
25
  onFocus(): void;
@@ -47,6 +47,7 @@
47
47
 
48
48
  const _c0 = ["wmPagination", ""];
49
49
  const _c1 = a0 => ({ "disabled": a0 });
50
+ const _c2 = () => ({ standalone: true });
50
51
  function PaginationComponent_ul_0_li_31_Template(rf, ctx) { if (rf & 1) {
51
52
  i0__namespace.ɵɵelementStart(0, "li", 23)(1, "a", 24);
52
53
  i0__namespace.ɵɵtext(2);
@@ -103,36 +104,36 @@
103
104
  const ctx_r1 = i0__namespace.ɵɵnextContext();
104
105
  i0__namespace.ɵɵclassMapInterpolate1("pagination advanced ", ctx_r1.navigationClass, "");
105
106
  i0__namespace.ɵɵadvance();
106
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(25, _c1, ctx_r1.isDisableFirst));
107
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(26, _c1, ctx_r1.isDisableFirst));
107
108
  i0__namespace.ɵɵadvance();
108
109
  i0__namespace.ɵɵproperty("title", ctx_r1.appLocale.LABEL_FIRST);
109
110
  i0__namespace.ɵɵattribute("aria-disabled", ctx_r1.isDisableFirst);
110
111
  i0__namespace.ɵɵadvance(4);
111
112
  i0__namespace.ɵɵtextInterpolate1("Go to first page ", ctx_r1.isDisableFirst ? " , Disabled" : "", "");
112
113
  i0__namespace.ɵɵadvance();
113
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(27, _c1, ctx_r1.isDisablePrevious));
114
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(28, _c1, ctx_r1.isDisablePrevious));
114
115
  i0__namespace.ɵɵadvance();
115
116
  i0__namespace.ɵɵproperty("title", ctx_r1.appLocale.LABEL_PREVIOUS);
116
117
  i0__namespace.ɵɵattribute("aria-disabled", ctx_r1.isDisablePrevious);
117
118
  i0__namespace.ɵɵadvance(4);
118
119
  i0__namespace.ɵɵtextInterpolate1("Go to previous page ", ctx_r1.isDisablePrevious ? ", Disabled" : "", "");
119
120
  i0__namespace.ɵɵadvance(3);
120
- i0__namespace.ɵɵproperty("disabled", ctx_r1.isDisableCurrent);
121
121
  i0__namespace.ɵɵtwoWayProperty("ngModel", ctx_r1.dn.currentPage);
122
+ i0__namespace.ɵɵproperty("disabled", ctx_r1.isDisableCurrent)("ngModelOptions", i0__namespace.ɵɵpureFunction0(30, _c2));
122
123
  i0__namespace.ɵɵattribute("aria-label", "Showing Page " + ctx_r1.dn.currentPage + " of " + ctx_r1.pageCount);
123
124
  i0__namespace.ɵɵadvance(2);
124
125
  i0__namespace.ɵɵproperty("hidden", ctx_r1.isDisableCount);
125
126
  i0__namespace.ɵɵadvance();
126
127
  i0__namespace.ɵɵtextInterpolate1(" / ", ctx_r1.pageCount, "");
127
128
  i0__namespace.ɵɵadvance();
128
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(29, _c1, ctx_r1.isDisableNext));
129
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(31, _c1, ctx_r1.isDisableNext));
129
130
  i0__namespace.ɵɵadvance();
130
131
  i0__namespace.ɵɵproperty("title", ctx_r1.appLocale.LABEL_NEXT);
131
132
  i0__namespace.ɵɵattribute("aria-disabled", ctx_r1.isDisableNext);
132
133
  i0__namespace.ɵɵadvance(4);
133
134
  i0__namespace.ɵɵtextInterpolate1("Go to next page ", ctx_r1.isDisableNext ? " , Disabled" : "", "");
134
135
  i0__namespace.ɵɵadvance();
135
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(31, _c1, ctx_r1.isDisableLast));
136
+ i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(33, _c1, ctx_r1.isDisableLast));
136
137
  i0__namespace.ɵɵadvance();
137
138
  i0__namespace.ɵɵproperty("title", ctx_r1.appLocale.LABEL_LAST);
138
139
  i0__namespace.ɵɵattribute("aria-disabled", ctx_r1.isDisableLast);
@@ -191,7 +192,7 @@
191
192
  const pageTemplate_r5 = i0__namespace.ɵɵreference(5);
192
193
  const prevTemplate_r6 = i0__namespace.ɵɵreference(7);
193
194
  const nextTemplate_r7 = i0__namespace.ɵɵreference(9);
194
- i0__namespace.ɵɵproperty("ngClass", ctx_r1.navigationClass)("itemsPerPage", ctx_r1.maxResults)("totalItems", ctx_r1.dataSize)("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);
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);
195
196
  i0__namespace.ɵɵattribute("aria-label", "Showing Page " + ctx_r1.dn.currentPage + " of " + ctx_r1.pageCount + " pages");
196
197
  } }
197
198
  function PaginationComponent_ul_3_Template(rf, ctx) { if (rf & 1) {
@@ -765,8 +766,8 @@
765
766
  static { this.ɵfac = function PaginationComponent_Factory(t) { return new (t || PaginationComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(base.WidgetRef, 4), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
766
767
  static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["", "wmPagination", ""]], outputs: { resultEmitter: "resultEmitter", maxResultsEmitter: "maxResultsEmitter" }, features: [i0__namespace.ɵɵProvidersFeature([
767
768
  base.provideAsWidgetRef(PaginationComponent)
768
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 10, vars: 4, consts: [["pageTemplate", ""], ["prevTemplate", ""], ["nextTemplate", ""], [3, "class", 4, "ngIf"], ["class", "pagination basic", "role", "navigation", "firstText", "Firtst", "lastText", "Last", 3, "ngClass", "itemsPerPage", "totalItems", "ngModel", "boundaryLinks", "maxSize", "directionLinks", "customPreviousTemplate", "customNextTemplate", "customPageTemplate", "pageChanged", 4, "ngIf"], ["class", "pagination", 4, "ngIf"], [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);"], ["type", "number", 1, "form-control", 3, "ngModelChange", "keydown", "change", "disabled", "ngModel"], [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"], ["class", "totalcount disabled", 4, "ngIf"], [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", "ngModel", "boundaryLinks", "maxSize", "directionLinks", "customPreviousTemplate", "customNextTemplate", "customPageTemplate"], [1, "pagination"], [1, "totalcount", "disabled", "basiccount"], ["class", "sr-only", 4, "ngIf"]], template: function PaginationComponent_Template(rf, ctx) { if (rf & 1) {
769
- i0__namespace.ɵɵtemplate(0, PaginationComponent_ul_0_Template, 32, 33, "ul", 3)(1, PaginationComponent_ul_1_Template, 15, 15, "ul", 3)(2, PaginationComponent_pagination_2_Template, 1, 11, "pagination", 4)(3, PaginationComponent_ul_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);
769
+ ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 10, vars: 4, consts: [["pageTemplate", ""], ["prevTemplate", ""], ["nextTemplate", ""], [3, "class", 4, "ngIf"], ["class", "pagination basic", "role", "navigation", "firstText", "Firtst", "lastText", "Last", 3, "ngClass", "itemsPerPage", "totalItems", "ngModelOptions", "ngModel", "boundaryLinks", "maxSize", "directionLinks", "customPreviousTemplate", "customNextTemplate", "customPageTemplate", "pageChanged", 4, "ngIf"], ["class", "pagination", 4, "ngIf"], [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);"], ["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"], ["class", "totalcount disabled", 4, "ngIf"], [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, "pagination"], [1, "totalcount", "disabled", "basiccount"], ["class", "sr-only", 4, "ngIf"]], template: function PaginationComponent_Template(rf, ctx) { if (rf & 1) {
770
+ i0__namespace.ɵɵtemplate(0, PaginationComponent_ul_0_Template, 32, 35, "ul", 3)(1, PaginationComponent_ul_1_Template, 15, 15, "ul", 3)(2, PaginationComponent_pagination_2_Template, 1, 13, "pagination", 4)(3, PaginationComponent_ul_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);
770
771
  } if (rf & 2) {
771
772
  i0__namespace.ɵɵproperty("ngIf", ctx.navcontrols === "Classic");
772
773
  i0__namespace.ɵɵadvance();
@@ -781,7 +782,7 @@
781
782
  type: i0.Component,
782
783
  args: [{ selector: '[wmPagination]', providers: [
783
784
  base.provideAsWidgetRef(PaginationComponent)
784
- ], template: "\n<ul class=\"pagination advanced {{navigationClass}}\" *ngIf=\"navcontrols === 'Classic'\">\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);\">\n <input type=\"number\" [disabled]=\"isDisableCurrent\" [(ngModel)]=\"dn.currentPage\" [attr.aria-label]=\"'Showing Page ' + dn.currentPage + ' of ' + pageCount\"\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 <li *ngIf=\"showrecordcount\" class=\"totalcount disabled\">\n <a href=\"javascript:void(0);\" tabindex=\"-1\" aria-disabled=\"true\">{{appLocale.LABEL_TOTAL_RECORDS}}: {{dataSize}}</a>\n </li>\n</ul>\n<ul class=\"pager {{navigationClass}}\" *ngIf=\"navcontrols === 'Pager'\">\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<pagination class=\"pagination basic\" [ngClass]=\"navigationClass\" *ngIf=\"navcontrols === 'Basic'\" role=\"navigation\"\n [itemsPerPage]=\"maxResults\" [totalItems]=\"dataSize\"\n [ngModel]=\"dn.currentPage\" (pageChanged)=\"pageChanged($event)\"\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<ul *ngIf=\"navcontrols === 'Basic' && showrecordcount\" 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<ng-template #pageTemplate let-page>\n <span class=\"sr-only\" [attr.data-isacitvepage]=\"page.active\">{{'Page '}}</span>\n {{page.number}}\n <span class=\"sr-only\" *ngIf=\"page.active\"> {{', Showing page ' + page.number + ' of ' + pageCount}}</span>\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" }]
785
+ ], template: "\n<ul class=\"pagination advanced {{navigationClass}}\" *ngIf=\"navcontrols === 'Classic'\">\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);\">\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 <li *ngIf=\"showrecordcount\" class=\"totalcount disabled\">\n <a href=\"javascript:void(0);\" tabindex=\"-1\" aria-disabled=\"true\">{{appLocale.LABEL_TOTAL_RECORDS}}: {{dataSize}}</a>\n </li>\n</ul>\n<ul class=\"pager {{navigationClass}}\" *ngIf=\"navcontrols === 'Pager'\">\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<pagination class=\"pagination basic\" [ngClass]=\"navigationClass\" *ngIf=\"navcontrols === 'Basic'\" 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<ul *ngIf=\"navcontrols === 'Basic' && showrecordcount\" 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<ng-template #pageTemplate let-page>\n <span class=\"sr-only\" [attr.data-isacitvepage]=\"page.active\">{{'Page '}}</span>\n {{page.number}}\n <span class=\"sr-only\" *ngIf=\"page.active\"> {{', Showing page ' + page.number + ' of ' + pageCount}}</span>\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" }]
785
786
  }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
786
787
  type: i0.SkipSelf
787
788
  }, {