@alauda/ui 6.2.1-beta.0 → 6.2.1-beta.4
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/alauda-ui.metadata.json +1 -1
- package/bundles/alauda-ui.umd.js +70 -20
- package/bundles/alauda-ui.umd.js.map +1 -1
- package/bundles/alauda-ui.umd.min.js +1 -1
- package/bundles/alauda-ui.umd.min.js.map +1 -1
- package/button/button.component.d.ts +1 -0
- package/checkbox/checkbox.component.d.ts +1 -1
- package/esm2015/accordion/accordion-item/accordion-item.component.ngfactory.js +2 -2
- package/esm2015/back-top/back-top.component.ngfactory.js +2 -2
- package/esm2015/breadcrumb/breadcrumb-item.component.ngfactory.js +2 -2
- package/esm2015/button/button.component.js +6 -2
- package/esm2015/button/button.component.ngfactory.js +3 -3
- package/esm2015/button/button.component.ngsummary.json +1 -1
- package/esm2015/checkbox/checkbox-group/checkbox-group.component.ngfactory.js +1 -1
- package/esm2015/checkbox/checkbox-group/checkbox-group.component.ngsummary.json +1 -1
- package/esm2015/checkbox/checkbox.component.js +7 -6
- package/esm2015/checkbox/checkbox.component.ngfactory.js +3 -3
- package/esm2015/checkbox/checkbox.component.ngsummary.json +1 -1
- package/esm2015/color-picker/color-picker.component.ngfactory.js +1 -1
- package/esm2015/color-picker/color-picker.component.ngsummary.json +1 -1
- package/esm2015/date-picker/calendar/date-picker-panel/component.ngfactory.js +6 -6
- package/esm2015/date-picker/calendar/date-picker-panel/component.ngsummary.json +1 -1
- package/esm2015/date-picker/calendar/footer/component.ngfactory.js +5 -5
- package/esm2015/date-picker/calendar/header/component.ngfactory.js +9 -9
- package/esm2015/date-picker/calendar/panel/picker-panel.ngfactory.js +3 -3
- package/esm2015/date-picker/calendar/range-picker-panel/component.ngfactory.js +5 -5
- package/esm2015/date-picker/calendar/range-picker-panel/component.ngsummary.json +1 -1
- package/esm2015/date-picker/date-picker/date-picker.component.ngfactory.js +4 -4
- package/esm2015/date-picker/date-picker/date-picker.component.ngsummary.json +1 -1
- package/esm2015/date-picker/range-picker/range-picker.component.ngfactory.js +4 -4
- package/esm2015/date-picker/range-picker/range-picker.component.ngsummary.json +1 -1
- package/esm2015/date-picker/trigger/trigger.component.ngfactory.js +9 -9
- package/esm2015/dialog/confirm-dialog/confirm-dialog.component.ngfactory.js +5 -5
- package/esm2015/dialog/dialog-content/dialog-header.component.ngfactory.js +2 -2
- package/esm2015/dialog/dialog.component.js +2 -2
- package/esm2015/dialog/dialog.component.ngfactory.js +2 -2
- package/esm2015/drawer/component/drawer.component.ngfactory.js +2 -2
- package/esm2015/dropdown/dropdown-button/dropdown-button.component.js +2 -2
- package/esm2015/dropdown/dropdown-button/dropdown-button.component.ngfactory.js +3 -3
- package/esm2015/dropdown/submenu/submenu.component.ngfactory.js +2 -2
- package/esm2015/form/common-form.js +12 -4
- package/esm2015/form/common-form.ngsummary.json +1 -1
- package/esm2015/icon/icon.component.js +3 -3
- package/esm2015/icon/icon.component.ngfactory.js +1 -1
- package/esm2015/icon/icon.component.ngsummary.json +1 -1
- package/esm2015/inline-alert/inline-alert.component.ngfactory.js +4 -4
- package/esm2015/input/input.component.js +8 -2
- package/esm2015/input/input.component.ngfactory.js +1 -1
- package/esm2015/input/input.component.ngsummary.json +1 -1
- package/esm2015/input/number-input/number-input.component.ngfactory.js +6 -6
- package/esm2015/input/number-input/number-input.component.ngsummary.json +1 -1
- package/esm2015/input/search/search.component.ngfactory.js +6 -6
- package/esm2015/input/tags-input/tags-input.component.js +5 -4
- package/esm2015/input/tags-input/tags-input.component.ngfactory.js +1 -1
- package/esm2015/input/tags-input/tags-input.component.ngsummary.json +1 -1
- package/esm2015/message/message.component.ngfactory.js +2 -2
- package/esm2015/notification/notification.component.ngfactory.js +3 -3
- package/esm2015/paginator/paginator.component.ngfactory.js +18 -18
- package/esm2015/radio/base-radio.js +6 -2
- package/esm2015/radio/base-radio.ngsummary.json +1 -1
- package/esm2015/radio/radio-button/radio-button.component.ngfactory.js +3 -3
- package/esm2015/radio/radio-button/radio-button.component.ngsummary.json +1 -1
- package/esm2015/radio/radio-group/radio-group.component.ngfactory.js +1 -1
- package/esm2015/radio/radio-group/radio-group.component.ngsummary.json +1 -1
- package/esm2015/radio/radio.component.ngfactory.js +1 -1
- package/esm2015/radio/radio.component.ngsummary.json +1 -1
- package/esm2015/select/multi-select/multi-select.component.js +6 -5
- package/esm2015/select/multi-select/multi-select.component.ngfactory.js +7 -7
- package/esm2015/select/multi-select/multi-select.component.ngsummary.json +1 -1
- package/esm2015/select/option/option.component.js +6 -2
- package/esm2015/select/option/option.component.ngfactory.js +3 -3
- package/esm2015/select/option/option.component.ngsummary.json +1 -1
- package/esm2015/select/select.component.js +2 -2
- package/esm2015/select/select.component.ngfactory.js +7 -7
- package/esm2015/select/select.component.ngsummary.json +1 -1
- package/esm2015/steps/steps.component.ngfactory.js +3 -3
- package/esm2015/switch/switch.component.ngfactory.js +1 -1
- package/esm2015/switch/switch.component.ngsummary.json +1 -1
- package/esm2015/table/table-cell.component.ngfactory.js +2 -2
- package/esm2015/tabs/tab-group.component.ngfactory.js +3 -3
- package/esm2015/tabs/tab-header.component.ngfactory.js +3 -3
- package/esm2015/tag/tag.component.ngfactory.js +3 -3
- package/esm2015/time-picker/component.ngfactory.js +8 -8
- package/esm2015/time-picker/component.ngsummary.json +1 -1
- package/esm2015/time-picker/panel/panel.component.js +5 -4
- package/esm2015/time-picker/panel/panel.component.ngfactory.js +5 -5
- package/esm2015/time-picker/panel/panel.component.ngsummary.json +1 -1
- package/esm2015/tree-select/tree-node/tree-node.component.ngfactory.js +4 -4
- package/esm2015/tree-select/tree-select.component.ngfactory.js +5 -5
- package/esm2015/tree-select/tree-select.component.ngsummary.json +1 -1
- package/fesm2015/alauda-ui.js +51 -21
- package/fesm2015/alauda-ui.js.map +1 -1
- package/form/common-form.d.ts +4 -2
- package/input/input.component.d.ts +1 -0
- package/input/tags-input/tags-input.component.d.ts +1 -1
- package/package.json +1 -1
- package/radio/base-radio.d.ts +1 -0
- package/select/multi-select/multi-select.component.d.ts +1 -1
- package/select/option/option.component.d.ts +1 -0
- package/time-picker/panel/panel.component.d.ts +1 -1
|
@@ -22,14 +22,14 @@ function View_NotificationComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵan
|
|
|
22
22
|
function View_NotificationComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [], [[8, "className", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
23
23
|
var pd_0 = (_co.remove() !== false);
|
|
24
24
|
ad = (pd_0 && ad);
|
|
25
|
-
} return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "aui-icon", [["icon", "close"]],
|
|
25
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "aui-icon", [["icon", "close"]], [[1, "data-test", 0]], null, null, i2.View_IconComponent_0, i2.RenderType_IconComponent)), i1.ɵdid(2, 49152, null, 0, i3.IconComponent, [i4.IconRegisterService], { icon: [0, "icon"] }, null)], function (_ck, _v) { var currVal_2 = "close"; _ck(_v, 2, 0, currVal_2); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("remove"); _ck(_v, 0, 0, currVal_0); var currVal_1 = i1.ɵnov(_v, 2).icon; _ck(_v, 1, 0, currVal_1); }); }
|
|
26
26
|
function View_NotificationComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵted(1, null, [" ", "s "]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("duration"); _ck(_v, 0, 0, currVal_0); var currVal_1 = ((_co.remains > 0) ? _co.remains : 1); _ck(_v, 1, 0, currVal_1); }); }
|
|
27
27
|
function View_NotificationComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵand(0, null, null, 0))], null, null); }
|
|
28
28
|
function View_NotificationComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_NotificationComponent_8)), i1.ɵdid(2, 212992, [[1, 4]], 0, i5.CdkPortalOutlet, [i1.ComponentFactoryResolver, i1.ViewContainerRef, i6.DOCUMENT], { portal: [0, "portal"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.footerPortal; _ck(_v, 2, 0, currVal_1); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("footer"); _ck(_v, 0, 0, currVal_0); }); }
|
|
29
29
|
export function View_NotificationComponent_0(_l) { return i1.ɵvid(2, [i1.ɵqud(402653184, 1, { portalOutlet: 0 }), i1.ɵqud(402653184, 2, { modalEl: 0 }), (_l()(), i1.ɵeld(2, 0, null, null, 19, "div", [], [[24, "@inOut", 0], [8, "className", 0]], [[null, "@inOut.done"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("@inOut.done" === en)) {
|
|
30
30
|
var pd_0 = (_co.onAnimationEnd($event) !== false);
|
|
31
31
|
ad = (pd_0 && ad);
|
|
32
|
-
} return ad; }, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 2, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "aui-icon", [],
|
|
32
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 2, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "aui-icon", [], [[1, "data-test", 0]], null, null, i2.View_IconComponent_0, i2.RenderType_IconComponent)), i1.ɵdid(5, 49152, null, 0, i3.IconComponent, [i4.IconRegisterService], { icon: [0, "icon"] }, null), (_l()(), i1.ɵeld(6, 0, null, null, 8, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_NotificationComponent_1)), i1.ɵdid(8, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_NotificationComponent_2)), i1.ɵdid(10, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 2, null, View_NotificationComponent_3)), i1.ɵdid(12, 212992, null, 0, i5.PortalHostDirective, [i1.ComponentFactoryResolver, i1.ViewContainerRef, i6.DOCUMENT], { portal: [0, "portal"] }, null), i1.ɵprd(2048, [[1, 4]], i5.CdkPortalOutlet, null, [i5.PortalHostDirective]), (_l()(), i1.ɵand(16777216, [[2, 3], ["modalComponent", 2]], null, 0, null, View_NotificationComponent_4)), (_l()(), i1.ɵeld(15, 0, null, null, 4, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_NotificationComponent_5)), i1.ɵdid(17, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_NotificationComponent_6)), i1.ɵdid(19, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_NotificationComponent_7)), i1.ɵdid(21, 16384, null, 0, i6.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_4 = _co.icon; _ck(_v, 5, 0, currVal_4); var currVal_6 = _co.title; _ck(_v, 8, 0, currVal_6); var currVal_7 = _co.content; _ck(_v, 10, 0, currVal_7); var currVal_8 = ""; _ck(_v, 12, 0, currVal_8); var currVal_10 = ((_co.duration <= 0) || _co.isHover); _ck(_v, 17, 0, currVal_10); var currVal_11 = ((_co.duration > 0) && !_co.isHover); _ck(_v, 19, 0, currVal_11); var currVal_12 = _co.footerPortal; _ck(_v, 21, 0, currVal_12); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.animateState; var currVal_1 = ((((_co.bem.block(_co.type) + " ") + _co.uniqueId) + " ") + _co.customClass); _ck(_v, 2, 0, currVal_0, currVal_1); var currVal_2 = _co.bem.element("icon"); _ck(_v, 3, 0, currVal_2); var currVal_3 = i1.ɵnov(_v, 5).icon; _ck(_v, 4, 0, currVal_3); var currVal_5 = _co.bem.element("body"); _ck(_v, 6, 0, currVal_5); var currVal_9 = _co.bem.element("close"); _ck(_v, 15, 0, currVal_9); }); }
|
|
33
33
|
export function View_NotificationComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 16777216, null, null, 1, "aui-notification", [], null, [[null, "mouseenter"], [null, "mouseleave"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
34
34
|
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
35
35
|
ad = (pd_0 && ad);
|
|
@@ -39,4 +39,4 @@ export function View_NotificationComponent_Host_0(_l) { return i1.ɵvid(0, [(_l(
|
|
|
39
39
|
} return ad; }, View_NotificationComponent_0, RenderType_NotificationComponent)), i1.ɵdid(1, 4243456, null, 0, i7.NotificationComponent, [i1.ViewContainerRef, i1.ChangeDetectorRef, i1.ComponentFactoryResolver], null, null)], null, null); }
|
|
40
40
|
var NotificationComponentNgFactory = i1.ɵccf("aui-notification", i7.NotificationComponent, View_NotificationComponent_Host_0, {}, {}, []);
|
|
41
41
|
export { NotificationComponentNgFactory as NotificationComponentNgFactory };
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvbm90aWZpY2F0aW9uL25vdGlmaWNhdGlvbi5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vc3JjL25vdGlmaWNhdGlvbi9ub3RpZmljYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Z0VDT0ksNkZBQW1FLEtBQWpCLGdDQUFXLHlEQUExQyx1Q0FBOEIsR0FBakQsWUFBbUUsRUFBaEQsU0FBOEIsR0FBQyxrREFBVztnRUFDN0QsNkZBQXlFLEtBQW5CLGdDQUFhLHlEQUE5Qyx5Q0FBZ0MsR0FBckQsWUFBeUUsRUFBcEQsU0FBZ0MsR0FBQyxvREFBYTs7O2dFQUtuRSxpSkFNTSxZQUhKOzt3QkFBa0I7TUFIcEIsd0JBTU0sS0FESixtUUFBa0MseUJBQXhCLHVCQUFZLEVBQXRCLFlBQWtDLEVBQXhCLFNBQVksbURBSHRCLHdDQUErQixHQUZqQyxZQU1NLEVBSkosU0FBK0IsR0FHL0IsNERBQWtDO2dFQUVwQyw2RkFFTSxLQUZrRSxtQ0FFeEUseURBRnNDLDBDQUFpQyxHQUF2RSxZQUVNLEVBRmdDLFNBQWlDLEdBQUMsOEVBRXhFOztnRUFFRiw2RkFFTSxLQURKLG1PQUE0RCxpREFBL0MsbUJBQWdDLGVBQTdDLFlBQTRELEVBQS9DLFNBQWdDLG1EQURyQix3Q0FBK0IsR0FBekQsWUFFTSxFQUZvQixTQUErQjswSkF4QjNELDJLQTJCTSxZQXpCSjs7d0JBQXNDO01BRnhDLHdCQTJCTSxLQXRCSiw2RkFBNEUsS0FBekMsa1BBQW1DLElBQ3RFLDZGQUtNLEtBSkoscUxBQW1FLElBQ25FLHNMQUF5RSxJQUN6RSxnVEFBeUMsS0FDekMsc0dBQTJDLEtBRTdDLDhGQVdNLEtBVkosc0xBTU0sSUFDTixzTEFFTSxJQUVSLHNMQUVNLGlEQXJCdUMsbUJBQWEsT0FBdkIsWUFBbUMsRUFBekIsU0FBYSxHQUVuRCxtQkFBYSxRQUFsQixZQUFtRSxFQUE5RCxTQUFhLEdBQ2IsbUJBQWUsVUFBcEIsYUFBeUUsRUFBcEUsU0FBZSxHQUNQLGtCQUFhLEVBQTFCLGFBQXlDLEVBQTVCLFNBQWEsR0FLeEIsNENBQWdDLFdBRGxDLGFBTU0sRUFMSixVQUFnQyxHQU03Qiw0Q0FBZ0MsV0FBckMsYUFFTSxFQUZELFVBQWdDLEdBSWxDLG9CQUFvQixlQUF6QixhQUVNLEVBRkQsVUFBb0IsbURBdkJ6QixtQkFBdUIsZUFFdkIsK0VBQThELGVBSGhFLFlBMkJNLEVBMUJKLFNBQXVCLEVBRXZCLFNBQThELEdBRXpELHNDQUE2QixHQUFsQyxZQUE0RSxFQUF2RSxTQUE2QixHQUFDLDREQUFtQyxHQUNqRSxzQ0FBNkIsR0FBbEMsWUFLTSxFQUxELFNBQTZCLEdBTTdCLHVDQUE4QixHQUFuQyxhQVdNLEVBWEQsU0FBOEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCI8ZGl2XG4gIFtAaW5PdXRdPVwiYW5pbWF0ZVN0YXRlXCJcbiAgKEBpbk91dC5kb25lKT1cIm9uQW5pbWF0aW9uRW5kKCRldmVudClcIlxuICBbY2xhc3NdPVwiYmVtLmJsb2NrKHR5cGUpICsgJyAnICsgdW5pcXVlSWQgKyAnICcgKyBjdXN0b21DbGFzc1wiXG4+XG4gIDxkaXYgW2NsYXNzXT1cImJlbS5lbGVtZW50KCdpY29uJylcIj48YXVpLWljb24gW2ljb25dPVwiaWNvblwiPjwvYXVpLWljb24+PC9kaXY+XG4gIDxkaXYgW2NsYXNzXT1cImJlbS5lbGVtZW50KCdib2R5JylcIj5cbiAgICA8ZGl2ICpuZ0lmPVwidGl0bGVcIiBbY2xhc3NdPVwiYmVtLmVsZW1lbnQoJ3RpdGxlJylcIj57eyB0aXRsZSB9fTwvZGl2PlxuICAgIDxkaXYgKm5nSWY9XCJjb250ZW50XCIgW2NsYXNzXT1cImJlbS5lbGVtZW50KCdjb250ZW50JylcIj57eyBjb250ZW50IH19PC9kaXY+XG4gICAgPG5nLXRlbXBsYXRlIGNka1BvcnRhbEhvc3Q+PC9uZy10ZW1wbGF0ZT5cbiAgICA8bmctdGVtcGxhdGUgI21vZGFsQ29tcG9uZW50PjwvbmctdGVtcGxhdGU+XG4gIDwvZGl2PlxuICA8ZGl2IFtjbGFzc109XCJiZW0uZWxlbWVudCgnY2xvc2UnKVwiPlxuICAgIDxkaXZcbiAgICAgICpuZ0lmPVwiZHVyYXRpb24gPD0gMCB8fCBpc0hvdmVyXCJcbiAgICAgIFtjbGFzc109XCJiZW0uZWxlbWVudCgncmVtb3ZlJylcIlxuICAgICAgKGNsaWNrKT1cInJlbW92ZSgpXCJcbiAgICA+XG4gICAgICA8YXVpLWljb24gaWNvbj1cImNsb3NlXCI+PC9hdWktaWNvbj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2ICpuZ0lmPVwiZHVyYXRpb24gPiAwICYmICFpc0hvdmVyXCIgW2NsYXNzXT1cImJlbS5lbGVtZW50KCdkdXJhdGlvbicpXCI+XG4gICAgICB7eyByZW1haW5zID4gMCA/IHJlbWFpbnMgOiAxIH19c1xuICAgIDwvZGl2PlxuICA8L2Rpdj5cbiAgPGRpdiAqbmdJZj1cImZvb3RlclBvcnRhbFwiIFtjbGFzc109XCJiZW0uZWxlbWVudCgnZm9vdGVyJylcIj5cbiAgICA8bmctdGVtcGxhdGUgW2Nka1BvcnRhbE91dGxldF09XCJmb290ZXJQb3J0YWxcIj48L25nLXRlbXBsYXRlPlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -26,48 +26,48 @@ import * as i18 from "./paginator-intl";
|
|
|
26
26
|
var styles_PaginatorComponent = [i0.styles];
|
|
27
27
|
var RenderType_PaginatorComponent = i1.ɵcrt({ encapsulation: 2, styles: styles_PaginatorComponent, data: {} });
|
|
28
28
|
export { RenderType_PaginatorComponent as RenderType_PaginatorComponent };
|
|
29
|
-
function View_PaginatorComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "button", [["aui-button", ""]], [[8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
29
|
+
function View_PaginatorComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "button", [["aui-button", ""]], [[8, "disabled", 0], [1, "data-test", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
30
30
|
var pd_0 = (_co.navigate((-5)) !== false);
|
|
31
31
|
ad = (pd_0 && ad);
|
|
32
|
-
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(1, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(2, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"] }, null), (_l()(), i1.ɵeld(3, 0, null, 0, 1, "aui-icon", [["icon", "ellipsis_h_s"]],
|
|
33
|
-
function View_PaginatorComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [], [[8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
32
|
+
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(1, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(2, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"] }, null), (_l()(), i1.ɵeld(3, 0, null, 0, 1, "aui-icon", [["icon", "ellipsis_h_s"]], [[1, "data-test", 0]], null, null, i6.View_IconComponent_0, i6.RenderType_IconComponent)), i1.ɵdid(4, 49152, null, 0, i7.IconComponent, [i8.IconRegisterService], { icon: [0, "icon"] }, null), (_l()(), i1.ɵeld(5, 0, null, 0, 1, "aui-icon", [["icon", "angle_double_left"]], [[1, "data-test", 0]], null, null, i6.View_IconComponent_0, i6.RenderType_IconComponent)), i1.ɵdid(6, 49152, null, 0, i7.IconComponent, [i8.IconRegisterService], { icon: [0, "icon"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_2 = _co.bem.element("fast-navigator"); _ck(_v, 1, 0, currVal_2); var currVal_3 = ""; _ck(_v, 2, 0, currVal_3); var currVal_5 = "ellipsis_h_s"; _ck(_v, 4, 0, currVal_5); var currVal_7 = "angle_double_left"; _ck(_v, 6, 0, currVal_7); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.disabled; var currVal_1 = i1.ɵnov(_v, 2).testId; _ck(_v, 0, 0, currVal_0, currVal_1); var currVal_4 = i1.ɵnov(_v, 4).icon; _ck(_v, 3, 0, currVal_4); var currVal_6 = i1.ɵnov(_v, 6).icon; _ck(_v, 5, 0, currVal_6); }); }
|
|
33
|
+
function View_PaginatorComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [], [[8, "disabled", 0], [1, "data-test", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
34
34
|
var pd_0 = (_co.jumpTo(_v.context.$implicit) !== false);
|
|
35
35
|
ad = (pd_0 && ad);
|
|
36
|
-
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(1, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(2, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"], plain: [1, "plain"] }, null), (_l()(), i1.ɵted(3, 0, [" ", " "]))], function (_ck, _v) { var _co = _v.component; var
|
|
37
|
-
function View_PaginatorComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "button", [["aui-button", ""]], [[8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
36
|
+
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(1, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(2, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"], plain: [1, "plain"] }, null), (_l()(), i1.ɵted(3, 0, [" ", " "]))], function (_ck, _v) { var _co = _v.component; var currVal_2 = _co.bem.element("page"); _ck(_v, 1, 0, currVal_2); var currVal_3 = ((_co.currentPage === _v.context.$implicit) ? "primary" : "default"); var currVal_4 = !(_co.currentPage === _v.context.$implicit); _ck(_v, 2, 0, currVal_3, currVal_4); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.disabled; var currVal_1 = i1.ɵnov(_v, 2).testId; _ck(_v, 0, 0, currVal_0, currVal_1); var currVal_5 = _v.context.$implicit; _ck(_v, 3, 0, currVal_5); }); }
|
|
37
|
+
function View_PaginatorComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "button", [["aui-button", ""]], [[8, "disabled", 0], [1, "data-test", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
38
38
|
var pd_0 = (_co.navigate(5) !== false);
|
|
39
39
|
ad = (pd_0 && ad);
|
|
40
|
-
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(1, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(2, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"] }, null), (_l()(), i1.ɵeld(3, 0, null, 0, 1, "aui-icon", [["icon", "ellipsis_h_s"]],
|
|
41
|
-
function View_PaginatorComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [], [[8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
40
|
+
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(1, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(2, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"] }, null), (_l()(), i1.ɵeld(3, 0, null, 0, 1, "aui-icon", [["icon", "ellipsis_h_s"]], [[1, "data-test", 0]], null, null, i6.View_IconComponent_0, i6.RenderType_IconComponent)), i1.ɵdid(4, 49152, null, 0, i7.IconComponent, [i8.IconRegisterService], { icon: [0, "icon"] }, null), (_l()(), i1.ɵeld(5, 0, null, 0, 1, "aui-icon", [["icon", "angle_double_right"]], [[1, "data-test", 0]], null, null, i6.View_IconComponent_0, i6.RenderType_IconComponent)), i1.ɵdid(6, 49152, null, 0, i7.IconComponent, [i8.IconRegisterService], { icon: [0, "icon"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_2 = _co.bem.element("fast-navigator"); _ck(_v, 1, 0, currVal_2); var currVal_3 = ""; _ck(_v, 2, 0, currVal_3); var currVal_5 = "ellipsis_h_s"; _ck(_v, 4, 0, currVal_5); var currVal_7 = "angle_double_right"; _ck(_v, 6, 0, currVal_7); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.disabled; var currVal_1 = i1.ɵnov(_v, 2).testId; _ck(_v, 0, 0, currVal_0, currVal_1); var currVal_4 = i1.ɵnov(_v, 4).icon; _ck(_v, 3, 0, currVal_4); var currVal_6 = i1.ɵnov(_v, 6).icon; _ck(_v, 5, 0, currVal_6); }); }
|
|
41
|
+
function View_PaginatorComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "button", [], [[8, "disabled", 0], [1, "data-test", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
42
42
|
var pd_0 = (_co.jumpTo(_co.pageCount) !== false);
|
|
43
43
|
ad = (pd_0 && ad);
|
|
44
|
-
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(1, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(2, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"], plain: [1, "plain"] }, null), (_l()(), i1.ɵted(3, 0, [" ", " "]))], function (_ck, _v) { var _co = _v.component; var
|
|
45
|
-
function View_PaginatorComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 22, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "button", [["aui-button", ""]], [[8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
44
|
+
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(1, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(2, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"], plain: [1, "plain"] }, null), (_l()(), i1.ɵted(3, 0, [" ", " "]))], function (_ck, _v) { var _co = _v.component; var currVal_2 = _co.bem.element("page"); _ck(_v, 1, 0, currVal_2); var currVal_3 = ((_co.currentPage === _co.pageCount) ? "primary" : "default"); var currVal_4 = !(_co.currentPage === _co.pageCount); _ck(_v, 2, 0, currVal_3, currVal_4); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.disabled; var currVal_1 = i1.ɵnov(_v, 2).testId; _ck(_v, 0, 0, currVal_0, currVal_1); var currVal_5 = _co.pageCount; _ck(_v, 3, 0, currVal_5); }); }
|
|
45
|
+
function View_PaginatorComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 22, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 4, "button", [["aui-button", ""]], [[8, "disabled", 0], [1, "data-test", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
46
46
|
var pd_0 = (_co.navigate((-1)) !== false);
|
|
47
47
|
ad = (pd_0 && ad);
|
|
48
|
-
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(2, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(3, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"] }, null), (_l()(), i1.ɵeld(4, 0, null, 0, 1, "aui-icon", [["icon", "angle_left"]],
|
|
48
|
+
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(2, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(3, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"] }, null), (_l()(), i1.ɵeld(4, 0, null, 0, 1, "aui-icon", [["icon", "angle_left"]], [[1, "data-test", 0]], null, null, i6.View_IconComponent_0, i6.RenderType_IconComponent)), i1.ɵdid(5, 49152, null, 0, i7.IconComponent, [i8.IconRegisterService], { icon: [0, "icon"] }, null), (_l()(), i1.ɵeld(6, 0, null, null, 3, "button", [], [[8, "disabled", 0], [1, "data-test", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
49
49
|
var pd_0 = (_co.jumpTo(1) !== false);
|
|
50
50
|
ad = (pd_0 && ad);
|
|
51
|
-
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(7, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(8, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"], plain: [1, "plain"] }, null), (_l()(), i1.ɵted(-1, 0, [" 1 "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_3)), i1.ɵdid(11, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_4)), i1.ɵdid(13, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"], ngForTrackBy: [1, "ngForTrackBy"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_5)), i1.ɵdid(15, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_6)), i1.ɵdid(17, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(18, 0, null, null, 4, "button", [["aui-button", ""]], [[8, "disabled", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
51
|
+
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(7, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(8, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"], plain: [1, "plain"] }, null), (_l()(), i1.ɵted(-1, 0, [" 1 "])), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_3)), i1.ɵdid(11, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_4)), i1.ɵdid(13, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"], ngForTrackBy: [1, "ngForTrackBy"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_5)), i1.ɵdid(15, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_6)), i1.ɵdid(17, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(18, 0, null, null, 4, "button", [["aui-button", ""]], [[8, "disabled", 0], [1, "data-test", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
52
52
|
var pd_0 = (_co.navigate(1) !== false);
|
|
53
53
|
ad = (pd_0 && ad);
|
|
54
|
-
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(19, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(20, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"] }, null), (_l()(), i1.ɵeld(21, 0, null, 0, 1, "aui-icon", [["icon", "angle_right"]],
|
|
54
|
+
} return ad; }, i2.View_ButtonComponent_0, i2.RenderType_ButtonComponent)), i1.ɵdid(19, 278528, null, 0, i3.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), i1.ɵdid(20, 180224, null, 0, i4.ButtonComponent, [i1.ElementRef, i1.Renderer2, i5.FocusMonitor], { type: [0, "type"] }, null), (_l()(), i1.ɵeld(21, 0, null, 0, 1, "aui-icon", [["icon", "angle_right"]], [[1, "data-test", 0]], null, null, i6.View_IconComponent_0, i6.RenderType_IconComponent)), i1.ɵdid(22, 49152, null, 0, i7.IconComponent, [i8.IconRegisterService], { icon: [0, "icon"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_3 = _co.bem.element("navigator"); _ck(_v, 2, 0, currVal_3); var currVal_4 = ""; _ck(_v, 3, 0, currVal_4); var currVal_6 = "angle_left"; _ck(_v, 5, 0, currVal_6); var currVal_9 = _co.bem.element("page"); _ck(_v, 7, 0, currVal_9); var currVal_10 = ((_co.currentPage === 1) ? "primary" : "default"); var currVal_11 = !(_co.currentPage === 1); _ck(_v, 8, 0, currVal_10, currVal_11); var currVal_12 = ((_co.pageCount > 7) && (_co.currentPage > 4)); _ck(_v, 11, 0, currVal_12); var currVal_13 = _co.getCenterPages(); var currVal_14 = _co.trackByIndex; _ck(_v, 13, 0, currVal_13, currVal_14); var currVal_15 = ((_co.pageCount > 7) && (_co.currentPage < (_co.pageCount - 3))); _ck(_v, 15, 0, currVal_15); var currVal_16 = (_co.pageCount > 1); _ck(_v, 17, 0, currVal_16); var currVal_19 = _co.bem.element("navigator"); _ck(_v, 19, 0, currVal_19); var currVal_20 = ""; _ck(_v, 20, 0, currVal_20); var currVal_22 = "angle_right"; _ck(_v, 22, 0, currVal_22); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("pager"); _ck(_v, 0, 0, currVal_0); var currVal_1 = (_co.disabled || (_co.currentPage <= 1)); var currVal_2 = i1.ɵnov(_v, 3).testId; _ck(_v, 1, 0, currVal_1, currVal_2); var currVal_5 = i1.ɵnov(_v, 5).icon; _ck(_v, 4, 0, currVal_5); var currVal_7 = _co.disabled; var currVal_8 = i1.ɵnov(_v, 8).testId; _ck(_v, 6, 0, currVal_7, currVal_8); var currVal_17 = (_co.disabled || (_co.currentPage >= _co.pageCount)); var currVal_18 = i1.ɵnov(_v, 20).testId; _ck(_v, 18, 0, currVal_17, currVal_18); var currVal_21 = i1.ɵnov(_v, 22).icon; _ck(_v, 21, 0, currVal_21); }); }
|
|
55
55
|
function View_PaginatorComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵted(1, null, [" ", " "]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("total"); _ck(_v, 0, 0, currVal_0); var currVal_1 = _co.intl.getTotalLabel(_co.total); _ck(_v, 1, 0, currVal_1); }); }
|
|
56
|
-
function View_PaginatorComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "aui-option", [],
|
|
57
|
-
function View_PaginatorComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 10, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 7, "aui-select", [],
|
|
56
|
+
function View_PaginatorComponent_9(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "aui-option", [], [[1, "data-test", 0]], null, null, i9.View_OptionComponent_0, i9.RenderType_OptionComponent)), i1.ɵdid(1, 49152, [[2, 4]], 0, i10.OptionComponent, [i1.ChangeDetectorRef, i11.BaseSelect], { value: [0, "value"] }, null), (_l()(), i1.ɵted(2, 0, [" ", " "]))], function (_ck, _v) { var currVal_1 = _v.context.$implicit; _ck(_v, 1, 0, currVal_1); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 1).testId; _ck(_v, 0, 0, currVal_0); var currVal_2 = _v.context.$implicit; _ck(_v, 2, 0, currVal_2); }); }
|
|
57
|
+
function View_PaginatorComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 10, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 7, "aui-select", [], [[1, "data-test", 0]], [[null, "valueChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("valueChange" === en)) {
|
|
58
58
|
var pd_0 = (_co.changePageSize($event) !== false);
|
|
59
59
|
ad = (pd_0 && ad);
|
|
60
|
-
} return ad; }, i12.View_SelectComponent_0, i12.RenderType_SelectComponent)), i1.ɵprd(6144, null, i11.BaseSelect, null, [i13.SelectComponent]), i1.ɵprd(5120, null, i14.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i13.SelectComponent]), i1.ɵdid(4, 5423104, null, 2, i13.SelectComponent, [i1.ChangeDetectorRef], { disabled: [0, "disabled"], propValue: [1, "propValue"], filterable: [2, "filterable"] }, { valueChange: "valueChange" }), i1.ɵqud(603979776, 1, { optionContent: 0 }), i1.ɵqud(603979776, 2, { contentOptions: 1 }), (_l()(), i1.ɵand(16777216, null, 0, 1, null, View_PaginatorComponent_9)), i1.ɵdid(8, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(9, 0, null, null, 1, "span", [], null, null, null, null, null)), (_l()(), i1.ɵted(10, null, ["", ""]))], function (_ck, _v) { var _co = _v.component; var
|
|
60
|
+
} return ad; }, i12.View_SelectComponent_0, i12.RenderType_SelectComponent)), i1.ɵprd(6144, null, i11.BaseSelect, null, [i13.SelectComponent]), i1.ɵprd(5120, null, i14.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i13.SelectComponent]), i1.ɵdid(4, 5423104, null, 2, i13.SelectComponent, [i1.ChangeDetectorRef, i1.ElementRef], { disabled: [0, "disabled"], propValue: [1, "propValue"], filterable: [2, "filterable"] }, { valueChange: "valueChange" }), i1.ɵqud(603979776, 1, { optionContent: 0 }), i1.ɵqud(603979776, 2, { contentOptions: 1 }), (_l()(), i1.ɵand(16777216, null, 0, 1, null, View_PaginatorComponent_9)), i1.ɵdid(8, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(9, 0, null, null, 1, "span", [], null, null, null, null, null)), (_l()(), i1.ɵted(10, null, ["", ""]))], function (_ck, _v) { var _co = _v.component; var currVal_2 = _co.disabled; var currVal_3 = _co.pageSize; var currVal_4 = false; _ck(_v, 4, 0, currVal_2, currVal_3, currVal_4); var currVal_5 = _co.pageSizeOptions; _ck(_v, 8, 0, currVal_5); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("sizes"); _ck(_v, 0, 0, currVal_0); var currVal_1 = i1.ɵnov(_v, 4).testId; _ck(_v, 1, 0, currVal_1); var currVal_6 = _co.intl.itemsPerPageLabel; _ck(_v, 10, 0, currVal_6); }); }
|
|
61
61
|
function View_PaginatorComponent_11(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [], null, null, null, null, null)), (_l()(), i1.ɵted(1, null, ["", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.intl.jumperLabelPrefix; _ck(_v, 1, 0, currVal_0); }); }
|
|
62
62
|
function View_PaginatorComponent_12(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "span", [], null, null, null, null, null)), (_l()(), i1.ɵted(1, null, ["", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.intl.jumperLabelSuffix; _ck(_v, 1, 0, currVal_0); }); }
|
|
63
|
-
function View_PaginatorComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_11)), i1.ɵdid(2, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(3, 0, null, null, 1, "input", [["aui-input", ""], ["min", "1"], ["type", "number"]], [[8, "max", 0], [8, "value", 0]], [[null, "keydown"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("keydown" === en)) {
|
|
63
|
+
function View_PaginatorComponent_10(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 6, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_11)), i1.ɵdid(2, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(3, 0, null, null, 1, "input", [["aui-input", ""], ["min", "1"], ["type", "number"]], [[8, "max", 0], [8, "value", 0], [1, "data-test", 0]], [[null, "keydown"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("keydown" === en)) {
|
|
64
64
|
var pd_0 = (_co.onKeydown($event) !== false);
|
|
65
65
|
ad = (pd_0 && ad);
|
|
66
|
-
} return ad; }, i15.View_InputComponent_0, i15.RenderType_InputComponent)), i1.ɵdid(4, 49152, null, 0, i16.InputComponent, [i1.ElementRef, i1.Renderer2], { disabled: [0, "disabled"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_12)), i1.ɵdid(6, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.intl.jumperLabelPrefix; _ck(_v, 2, 0, currVal_1); var
|
|
66
|
+
} return ad; }, i15.View_InputComponent_0, i15.RenderType_InputComponent)), i1.ɵdid(4, 49152, null, 0, i16.InputComponent, [i1.ElementRef, i1.Renderer2], { disabled: [0, "disabled"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_12)), i1.ɵdid(6, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.intl.jumperLabelPrefix; _ck(_v, 2, 0, currVal_1); var currVal_5 = _co.disabled; _ck(_v, 4, 0, currVal_5); var currVal_6 = _co.intl.jumperLabelSuffix; _ck(_v, 6, 0, currVal_6); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("jumper"); _ck(_v, 0, 0, currVal_0); var currVal_2 = _co.pageCount; var currVal_3 = _co.currentPage; var currVal_4 = i1.ɵnov(_v, 4).testId; _ck(_v, 3, 0, currVal_2, currVal_3, currVal_4); }); }
|
|
67
67
|
function View_PaginatorComponent_13(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [], [[8, "className", 0]], null, null, null, null)), i1.ɵncd(null, 0)], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("content"); _ck(_v, 0, 0, currVal_0); }); }
|
|
68
68
|
function View_PaginatorComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 10, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_2)), i1.ɵdid(2, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_7)), i1.ɵdid(4, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_8)), i1.ɵdid(6, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_10)), i1.ɵdid(8, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_13)), i1.ɵdid(10, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var currVal_1 = (_v.context.$implicit === "pager"); _ck(_v, 2, 0, currVal_1); var currVal_2 = (_v.context.$implicit === "total"); _ck(_v, 4, 0, currVal_2); var currVal_3 = (_v.context.$implicit === "sizes"); _ck(_v, 6, 0, currVal_3); var currVal_4 = (_v.context.$implicit === "jumper"); _ck(_v, 8, 0, currVal_4); var currVal_5 = (_v.context.$implicit === "content"); _ck(_v, 10, 0, currVal_5); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.element("layout"); _ck(_v, 0, 0, currVal_0); }); }
|
|
69
69
|
export function View_PaginatorComponent_0(_l) { return i1.ɵvid(2, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [], [[8, "className", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_PaginatorComponent_1)), i1.ɵdid(2, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.getLayoutArr(); _ck(_v, 2, 0, currVal_1); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.bem.block(); _ck(_v, 0, 0, currVal_0); }); }
|
|
70
70
|
export function View_PaginatorComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "aui-paginator", [], null, null, null, View_PaginatorComponent_0, RenderType_PaginatorComponent)), i1.ɵdid(1, 180224, null, 0, i17.PaginatorComponent, [i18.PaginatorIntl, i1.ChangeDetectorRef], null, null)], null, null); }
|
|
71
71
|
var PaginatorComponentNgFactory = i1.ɵccf("aui-paginator", i17.PaginatorComponent, View_PaginatorComponent_Host_0, { pageIndex: "pageIndex", currentPage: "currentPage", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", total: "total", length: "length", layout: "layout", disabled: "disabled" }, { currentPageChange: "currentPageChange", pageSizeChange: "pageSizeChange" }, ["*"]);
|
|
72
72
|
export { PaginatorComponentNgFactory as PaginatorComponentNgFactory };
|
|
73
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvcGFnaW5hdG9yL3BhZ2luYXRvci5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vc3JjL3BhZ2luYXRvci9wYWdpbmF0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs2RENvQk0sMExBU1MsWUFKUDs7d0JBQXNCO01BTHhCLHdWQVNTLElBRlAsdVFBQXlDLElBQ3pDLDRRQUE4QyxpREFOOUMsZ0RBQXlDLEdBRjNDLFlBU1MsRUFQUCxTQUF5QyxHQUN6QyxrQkFBVSxFQUhaLFlBU1MsRUFOUCxTQUFVLEdBSUEsOEJBQW1CLEVBQTdCLFlBQXlDLEVBQS9CLFNBQW1CLEdBQ25CLG1DQUF3QixFQUFsQyxZQUE4QyxFQUFwQyxTQUF3QixtREFKbEMsbUJBQXFCLFdBSnZCLG1EQVNTLEVBTFAsU0FBcUIsRUFKdkIsU0FTUyxHQUZQLDREQUF5QyxHQUN6Qyw0REFBOEM7NkRBRWhELHdLQVNTLFlBSFA7O3dCQUFzQjtNQU54Qiw2V0FTUyxJQUZSLCtCQUVELG1EQVBFLHNDQUErQixHQUZqQyxZQVNTLEVBUFAsU0FBK0IsR0FDL0IsbUZBQTJELEdBQzNELHdDQUFpQyxxQkFKbkMsWUFTUyxFQU5QLFNBQTJELEVBQzNELFNBQWlDLG1EQUNqQyxtQkFBcUIsV0FMdkIsbURBU1MsRUFKUCxTQUFxQixFQUx2QixTQVNTLEdBRlIsNkRBRUQ7NkRBQ0EsMExBU1MsWUFKUDs7d0JBQXFCO01BTHZCLHdWQVNTLElBRlAsdVFBQXlDLElBQ3pDLDZRQUErQyxpREFOL0MsZ0RBQXlDLEdBRjNDLFlBU1MsRUFQUCxTQUF5QyxHQUN6QyxrQkFBVSxFQUhaLFlBU1MsRUFOUCxTQUFVLEdBSUEsOEJBQW1CLEVBQTdCLFlBQXlDLEVBQS9CLFNBQW1CLEdBQ25CLG9DQUF5QixFQUFuQyxZQUErQyxFQUFyQyxTQUF5QixtREFKbkMsbUJBQXFCLFdBSnZCLG1EQVNTLEVBTFAsU0FBcUIsRUFKdkIsU0FTUyxHQUZQLDREQUF5QyxHQUN6Qyw0REFBK0M7NkRBRWpELHdLQVNTLFlBSFA7O3dCQUEyQjtNQU43Qiw2V0FTUyxJQUZSLCtCQUVELG1EQVBFLHNDQUErQixHQUZqQyxZQVNTLEVBUFAsU0FBK0IsR0FDL0IsNEVBQWdFLEdBQ2hFLHlDQUFzQyxhQUp4QyxZQVNTLEVBTlAsU0FBZ0UsRUFDaEUsU0FBc0MsbURBQ3RDLG1CQUFxQixXQUx2QixtREFTUyxFQUpQLFNBQXFCLEVBTHZCLFNBU1MsR0FGUixzREFFRDs2REF6REYsOEZBa0VNLEtBakVKLDBMQU9TLFlBSFA7O3dCQUFzQjtNQUp4Qix3VkFPUyxJQURQLHFRQUF1QyxJQUV6Qyx3S0FRUyxZQUhQOzt3QkFBbUI7TUFMckIsNldBUVMsSUFGUiw2QkFFRCxNQUNBLG1MQVNTLElBQ1Qsb1BBU1MsSUFDVCxtTEFTUyxJQUNULG1MQVNTLElBQ1QsMkxBT1MsWUFIUDs7d0JBQXFCO01BSnZCLDBWQU9TLElBRFAsd1FBQXdDLGlEQTlEeEMsMkNBQW9DLEdBRHRDLFlBT1MsRUFOUCxTQUFvQyxHQUNwQyxrQkFBVSxFQUZaLFlBT1MsRUFMUCxTQUFVLEdBSUEsNEJBQWlCLEVBQTNCLFlBQXVDLEVBQTdCLFNBQWlCLEdBRzNCLHNDQUErQixHQURqQyxZQVFTLEVBUFAsU0FBK0IsR0FDL0IsaUVBQXdELEdBQ3hELHdDQUE4QixHQUhoQyxZQVFTLEVBTlAsVUFBd0QsRUFDeEQsVUFBOEIsR0FPOUIsNkRBQXdDLElBRDFDLGFBU1MsRUFSUCxVQUF3QyxHQVV4QywyREFBNEQsZUFEOUQsYUFTUyxFQVJQLHNCQUE0RCxHQVU1RCw4RUFBb0QsS0FEdEQsYUFTUyxFQVJQLFVBQW9ELEdBVXBELG1DQUFxQixHQUR2QixhQVNTLEVBUlAsVUFBcUIsR0FXckIsNENBQW9DLEdBRnRDLGFBT1MsRUFMUCxVQUFvQyxHQURwQyxtQkFBVSxFQURaLGFBT1MsRUFOUCxVQUFVLEdBS0EsOEJBQWtCLEVBQTVCLGFBQXdDLEVBQTlCLFVBQWtCLG1EQWhFQSx1Q0FBOEIsR0FBOUQsWUFrRU0sRUFsRTBCLFNBQThCLEdBSTFELHNEQUF5QyxJQUgzQyxtREFPUyxFQUpQLFNBQXlDLEVBSDNDLFNBT1MsR0FEUCw0REFBdUMsR0FNdkMsbUJBQXFCLFdBSnZCLG1EQVFTLEVBSlAsU0FBcUIsRUFKdkIsU0FRUyxHQTRDUCx5REFBaUQsY0FIbkQsc0RBT1MsRUFKUCxVQUFpRCxFQUhuRCxVQU9TLEdBRFAsZ0VBQXdDOzZEQUc1Qyw2RkFFTSxLQUZ5RCxrQ0FFL0QseURBRmdDLHVDQUE4QixHQUE5RCxZQUVNLEVBRjBCLFNBQThCLEdBQUMsMEVBRS9EOzZEQVFJLCtRQUVhLElBRm1ELCtCQUVoRSwyQkFGaUQsa0JBQWMsb0JBQS9ELFlBRWEsRUFGb0MsU0FBYywyQkFBL0QsOERBRWEsR0FGbUQsNkRBRWhFOzZEQVRKLDhGQVlNLEtBWEosOEpBU2EsWUFMWDs7d0JBQXNDO01BSnhDLGdpQkFTYSxNQUhYLDZNQUVhLElBRWYsNkVBQXlDLEtBQW5DLGlDQUE0QixtREFUaEMsbUJBQXFCLFdBQ3JCLG1CQUFrQixXQUNsQixxQkFBb0IsRUFIdEIsWUFTYSxFQVJYLFNBQXFCLEVBQ3JCLFNBQWtCLEVBQ2xCLFNBQW9CLEdBR1IsbUJBQW9DLGtCQUFoRCxZQUVhLEVBRkQsU0FBb0MsbURBUHBCLHVDQUE4QixHQUE5RCxZQVlNLEVBWjBCLFNBQThCLEdBQzVELDhEQVNhLEdBQ1Asb0VBQTRCOzhEQUdsQyw2RUFBd0UsS0FBbkMsNEpBQTRCOzhEQVVqRSw2RUFBd0UsS0FBbkMsNEpBQTRCOzhEQVhuRSw2RkFZTSxLQVhKLG1MQUF3RSxJQUN4RSx3T0FRRSxZQURBOzt3QkFBNkI7TUFQL0IsMkxBUUUsSUFDRixtTEFBd0UsaURBVmxFLG1CQUE4Qix5QkFBcEMsWUFBd0UsRUFBbEUsU0FBOEIsR0FPbEMsbUJBQXFCLFdBTnZCLFlBUUUsRUFGQSxTQUFxQixHQUdqQixtQkFBOEIseUJBQXBDLFlBQXdFLEVBQWxFLFNBQThCLG1EQVhMLHdDQUErQixHQUFoRSxZQVlNLEVBWjJCLFNBQStCLEdBTTVELG1CQUFpQixZQUNqQixtQkFBcUIsY0FMdkIsbURBUUUsRUFKQSxTQUFpQixFQUNqQixTQUFxQixFQUx2QixTQVFFOzhEQUdKLDZGQUVNLElBREosZUFBeUIsdURBRE8seUNBQWdDLEdBQWxFLFlBRU0sRUFGNEIsU0FBZ0M7NkRBakdwRSw4RkFvR00sS0FuR0osa0xBa0VNLElBQ04sa0xBRU0sSUFDTixrTEFZTSxJQUNOLG1MQVlNLElBQ04sb0xBRU0seUJBbEdELGlEQUEwQixHQUEvQixZQWtFTSxFQWxFRCxTQUEwQixHQW1FMUIsaURBQTBCLEdBQS9CLFlBRU0sRUFGRCxTQUEwQixHQUcxQixpREFBMEIsR0FBL0IsWUFZTSxFQVpELFNBQTBCLEdBYTFCLGtEQUEyQixHQUFoQyxZQVlNLEVBWkQsU0FBMkIsR0FhM0IsbURBQTRCLEdBQWpDLGFBRU0sRUFGRCxTQUE0QixtREFqR1Esd0NBQStCLEdBQTFFLFlBb0dNLEVBcEdxQyxTQUErQjtvRUFENUUsNkZBc0dNLEtBckdKLGdOQW9HTSxpREFwR0QsbUJBQXFDLGlCQUExQyxZQW9HTSxFQXBHRCxTQUFxQyxtREFEdkMsbUJBQXFCLGNBQTFCLFlBc0dNLEVBdEdELFNBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBbY2xhc3NdPVwiYmVtLmJsb2NrKClcIj5cbiAgPGRpdiAqbmdGb3I9XCJsZXQgbGF5b3V0IG9mIGdldExheW91dEFycigpXCIgW2NsYXNzXT1cImJlbS5lbGVtZW50KCdsYXlvdXQnKVwiPlxuICAgIDxkaXYgKm5nSWY9XCJsYXlvdXQgPT09ICdwYWdlcidcIiBbY2xhc3NdPVwiYmVtLmVsZW1lbnQoJ3BhZ2VyJylcIj5cbiAgICAgIDxidXR0b25cbiAgICAgICAgW25nQ2xhc3NdPVwiYmVtLmVsZW1lbnQoJ25hdmlnYXRvcicpXCJcbiAgICAgICAgYXVpLWJ1dHRvblxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWQgfHwgY3VycmVudFBhZ2UgPD0gMVwiXG4gICAgICAgIChjbGljayk9XCJuYXZpZ2F0ZSgtMSlcIlxuICAgICAgPlxuICAgICAgICA8YXVpLWljb24gaWNvbj1cImFuZ2xlX2xlZnRcIj48L2F1aS1pY29uPlxuICAgICAgPC9idXR0b24+XG4gICAgICA8YnV0dG9uXG4gICAgICAgIFtuZ0NsYXNzXT1cImJlbS5lbGVtZW50KCdwYWdlJylcIlxuICAgICAgICBbYXVpLWJ1dHRvbl09XCJjdXJyZW50UGFnZSA9PT0gMSA/ICdwcmltYXJ5JyA6ICdkZWZhdWx0J1wiXG4gICAgICAgIFtwbGFpbl09XCIhKGN1cnJlbnRQYWdlID09PSAxKVwiXG4gICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAgIChjbGljayk9XCJqdW1wVG8oMSlcIlxuICAgICAgPlxuICAgICAgICAxXG4gICAgICA8L2J1dHRvbj5cbiAgICAgIDxidXR0b25cbiAgICAgICAgKm5nSWY9XCJwYWdlQ291bnQgPiA3ICYmIGN1cnJlbnRQYWdlID4gNFwiXG4gICAgICAgIFtuZ0NsYXNzXT1cImJlbS5lbGVtZW50KCdmYXN0LW5hdmlnYXRvcicpXCJcbiAgICAgICAgYXVpLWJ1dHRvblxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICAoY2xpY2spPVwibmF2aWdhdGUoLTUpXCJcbiAgICAgID5cbiAgICAgICAgPGF1aS1pY29uIGljb249XCJlbGxpcHNpc19oX3NcIj48L2F1aS1pY29uPlxuICAgICAgICA8YXVpLWljb24gaWNvbj1cImFuZ2xlX2RvdWJsZV9sZWZ0XCI+PC9hdWktaWNvbj5cbiAgICAgIDwvYnV0dG9uPlxuICAgICAgPGJ1dHRvblxuICAgICAgICAqbmdGb3I9XCJsZXQgcGFnZSBvZiBnZXRDZW50ZXJQYWdlcygpOyB0cmFja0J5OiB0cmFja0J5SW5kZXhcIlxuICAgICAgICBbbmdDbGFzc109XCJiZW0uZWxlbWVudCgncGFnZScpXCJcbiAgICAgICAgW2F1aS1idXR0b25dPVwiY3VycmVudFBhZ2UgPT09IHBhZ2UgPyAncHJpbWFyeScgOiAnZGVmYXVsdCdcIlxuICAgICAgICBbcGxhaW5dPVwiIShjdXJyZW50UGFnZSA9PT0gcGFnZSlcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICAoY2xpY2spPVwianVtcFRvKHBhZ2UpXCJcbiAgICAgID5cbiAgICAgICAge3sgcGFnZSB9fVxuICAgICAgPC9idXR0b24+XG4gICAgICA8YnV0dG9uXG4gICAgICAgICpuZ0lmPVwicGFnZUNvdW50ID4gNyAmJiBjdXJyZW50UGFnZSA8IHBhZ2VDb3VudCAtIDNcIlxuICAgICAgICBbbmdDbGFzc109XCJiZW0uZWxlbWVudCgnZmFzdC1uYXZpZ2F0b3InKVwiXG4gICAgICAgIGF1aS1idXR0b25cbiAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgICAgKGNsaWNrKT1cIm5hdmlnYXRlKDUpXCJcbiAgICAgID5cbiAgICAgICAgPGF1aS1pY29uIGljb249XCJlbGxpcHNpc19oX3NcIj48L2F1aS1pY29uPlxuICAgICAgICA8YXVpLWljb24gaWNvbj1cImFuZ2xlX2RvdWJsZV9yaWdodFwiPjwvYXVpLWljb24+XG4gICAgICA8L2J1dHRvbj5cbiAgICAgIDxidXR0b25cbiAgICAgICAgKm5nSWY9XCJwYWdlQ291bnQgPiAxXCJcbiAgICAgICAgW25nQ2xhc3NdPVwiYmVtLmVsZW1lbnQoJ3BhZ2UnKVwiXG4gICAgICAgIFthdWktYnV0dG9uXT1cImN1cnJlbnRQYWdlID09PSBwYWdlQ291bnQgPyAncHJpbWFyeScgOiAnZGVmYXVsdCdcIlxuICAgICAgICBbcGxhaW5dPVwiIShjdXJyZW50UGFnZSA9PT0gcGFnZUNvdW50KVwiXG4gICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAgIChjbGljayk9XCJqdW1wVG8ocGFnZUNvdW50KVwiXG4gICAgICA+XG4gICAgICAgIHt7IHBhZ2VDb3VudCB9fVxuICAgICAgPC9idXR0b24+XG4gICAgICA8YnV0dG9uXG4gICAgICAgIGF1aS1idXR0b25cbiAgICAgICAgW25nQ2xhc3NdPVwiYmVtLmVsZW1lbnQoJ25hdmlnYXRvcicpXCJcbiAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkIHx8IGN1cnJlbnRQYWdlID49IHBhZ2VDb3VudFwiXG4gICAgICAgIChjbGljayk9XCJuYXZpZ2F0ZSgxKVwiXG4gICAgICA+XG4gICAgICAgIDxhdWktaWNvbiBpY29uPVwiYW5nbGVfcmlnaHRcIj48L2F1aS1pY29uPlxuICAgICAgPC9idXR0b24+XG4gICAgPC9kaXY+XG4gICAgPGRpdiAqbmdJZj1cImxheW91dCA9PT0gJ3RvdGFsJ1wiIFtjbGFzc109XCJiZW0uZWxlbWVudCgndG90YWwnKVwiPlxuICAgICAge3sgaW50bC5nZXRUb3RhbExhYmVsKHRvdGFsKSB9fVxuICAgIDwvZGl2PlxuICAgIDxkaXYgKm5nSWY9XCJsYXlvdXQgPT09ICdzaXplcydcIiBbY2xhc3NdPVwiYmVtLmVsZW1lbnQoJ3NpemVzJylcIj5cbiAgICAgIDxhdWktc2VsZWN0XG4gICAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgICAgIFt2YWx1ZV09XCJwYWdlU2l6ZVwiXG4gICAgICAgIFtmaWx0ZXJhYmxlXT1cImZhbHNlXCJcbiAgICAgICAgKHZhbHVlQ2hhbmdlKT1cImNoYW5nZVBhZ2VTaXplKCRldmVudClcIlxuICAgICAgPlxuICAgICAgICA8YXVpLW9wdGlvbiAqbmdGb3I9XCJsZXQgc2l6ZSBvZiBwYWdlU2l6ZU9wdGlvbnNcIiBbdmFsdWVdPVwic2l6ZVwiPlxuICAgICAgICAgIHt7IHNpemUgfX1cbiAgICAgICAgPC9hdWktb3B0aW9uPlxuICAgICAgPC9hdWktc2VsZWN0PlxuICAgICAgPHNwYW4+e3sgaW50bC5pdGVtc1BlclBhZ2VMYWJlbCB9fTwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2ICpuZ0lmPVwibGF5b3V0ID09PSAnanVtcGVyJ1wiIFtjbGFzc109XCJiZW0uZWxlbWVudCgnanVtcGVyJylcIj5cbiAgICAgIDxzcGFuICpuZ0lmPVwiaW50bC5qdW1wZXJMYWJlbFByZWZpeFwiPnt7IGludGwuanVtcGVyTGFiZWxQcmVmaXggfX08L3NwYW4+XG4gICAgICA8aW5wdXRcbiAgICAgICAgYXVpLWlucHV0XG4gICAgICAgIHR5cGU9XCJudW1iZXJcIlxuICAgICAgICBtaW49XCIxXCJcbiAgICAgICAgW21heF09XCJwYWdlQ291bnRcIlxuICAgICAgICBbdmFsdWVdPVwiY3VycmVudFBhZ2VcIlxuICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICAoa2V5ZG93bik9XCJvbktleWRvd24oJGV2ZW50KVwiXG4gICAgICAvPlxuICAgICAgPHNwYW4gKm5nSWY9XCJpbnRsLmp1bXBlckxhYmVsU3VmZml4XCI+e3sgaW50bC5qdW1wZXJMYWJlbFN1ZmZpeCB9fTwvc3Bhbj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2ICpuZ0lmPVwibGF5b3V0ID09PSAnY29udGVudCdcIiBbY2xhc3NdPVwiYmVtLmVsZW1lbnQoJ2NvbnRlbnQnKVwiPlxuICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
|
-
import { ChangeDetectorRef, Directive, ElementRef, Input, ViewChild, } from '@angular/core';
|
|
2
|
+
import { ChangeDetectorRef, Directive, ElementRef, HostBinding, Input, ViewChild, } from '@angular/core';
|
|
3
3
|
import { BehaviorSubject, Subject, combineLatest } from 'rxjs';
|
|
4
4
|
import { map, takeUntil } from 'rxjs/operators';
|
|
5
5
|
import { RadioGroupComponent } from './radio-group/radio-group.component';
|
|
@@ -24,6 +24,9 @@ export class BaseRadio {
|
|
|
24
24
|
this._value = val;
|
|
25
25
|
this.value$$.next(val);
|
|
26
26
|
}
|
|
27
|
+
get _testId() {
|
|
28
|
+
return 'RADIO/' + this.value;
|
|
29
|
+
}
|
|
27
30
|
ngOnInit() {
|
|
28
31
|
this.radioGroup.name$.pipe(takeUntil(this.destroy$$)).subscribe(name => {
|
|
29
32
|
this.name = name;
|
|
@@ -64,6 +67,7 @@ BaseRadio.ctorParameters = () => [
|
|
|
64
67
|
BaseRadio.propDecorators = {
|
|
65
68
|
disabled: [{ type: Input }],
|
|
66
69
|
value: [{ type: Input }],
|
|
70
|
+
_testId: [{ type: HostBinding, args: ['attr.data-test',] }],
|
|
67
71
|
elRef: [{ type: ViewChild, args: ['elRef', { static: true },] }]
|
|
68
72
|
};
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS1yYWRpby5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9yYWRpby9iYXNlLXJhZGlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNqRCxPQUFPLEVBRUwsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsV0FBVyxFQUNYLEtBQUssRUFHTCxTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGVBQWUsRUFBRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9ELE9BQU8sRUFBRSxHQUFHLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFaEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0scUNBQXFDLENBQUM7QUFFMUUsSUFBSSxRQUFRLEdBQUcsQ0FBQyxDQUFDO0FBR2pCLG1EQUFtRDtBQUNuRCxNQUFNLE9BQU8sU0FBUztJQStCcEIsWUFDWSxVQUErQixFQUMvQixZQUEwQixFQUMxQixHQUFzQjtRQUZ0QixlQUFVLEdBQVYsVUFBVSxDQUFxQjtRQUMvQixpQkFBWSxHQUFaLFlBQVksQ0FBYztRQUMxQixRQUFHLEdBQUgsR0FBRyxDQUFtQjtRQWpDbEMsT0FBRSxHQUFHLGFBQWEsUUFBUSxFQUFFLEVBQUUsQ0FBQztRQUcvQixhQUFRLEdBQWlCLEtBQUssQ0FBQztRQW9CL0IsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUNoQixTQUFJLEdBQUcsRUFBRSxDQUFDO1FBR1MsWUFBTyxHQUFHLElBQUksZUFBZSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNuRCxjQUFTLEdBQUcsSUFBSSxPQUFPLEVBQVEsQ0FBQztJQU12QyxDQUFDO0lBN0JKLElBQ0ksS0FBSztRQUNQLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQztJQUNyQixDQUFDO0lBRUQsSUFBSSxLQUFLLENBQUMsR0FBRztRQUNYLElBQUksQ0FBQyxNQUFNLEdBQUcsR0FBRyxDQUFDO1FBQ2xCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFFRCxJQUNJLE9BQU87UUFDVCxPQUFPLFFBQVEsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDO0lBQy9CLENBQUM7SUFrQkQsUUFBUTtRQUNOLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ3JFLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDO1lBQ2pCLElBQUksQ0FBQyxHQUFHLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDMUIsQ0FBQyxDQUFDLENBQUM7UUFFSCxhQUFhLENBQUMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLE1BQU0sRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7YUFDbEQsSUFBSSxDQUNILFNBQVMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLEVBQ3pCLEdBQUcsQ0FBQyxDQUFDLENBQUMsVUFBVSxFQUFFLFNBQVMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxVQUFVLEtBQUssU0FBUyxDQUFDLENBQzNEO2FBQ0EsU0FBUyxDQUFDLE9BQU8sQ0FBQyxFQUFFO1lBQ25CLElBQUksQ0FBQyxPQUFPLEdBQUcsT0FBTyxDQUFDO1lBQ3ZCLElBQUksQ0FBQyxHQUFHLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDMUIsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQzVELENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUN0QixJQUFJLENBQUMsWUFBWSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQzdELENBQUM7SUFFRCxPQUFPO1FBQ0wsSUFBSSxJQUFJLENBQUMsT0FBTyxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUU7WUFDakMsT0FBTztTQUNSO1FBQ0QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFRCxNQUFNO1FBQ0osSUFBSSxDQUFDLFVBQVUsQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUNoQyxDQUFDOzs7WUExRUYsU0FBUzs7O1lBSkQsbUJBQW1CO1lBZm5CLFlBQVk7WUFHbkIsaUJBQWlCOzs7dUJBcUJoQixLQUFLO29CQUdMLEtBQUs7c0JBVUwsV0FBVyxTQUFDLGdCQUFnQjtvQkFLNUIsU0FBUyxTQUFDLE9BQU8sRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGb2N1c01vbml0b3IgfSBmcm9tICdAYW5ndWxhci9jZGsvYTExeSc7XG5pbXBvcnQge1xuICBBZnRlclZpZXdJbml0LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgRGlyZWN0aXZlLFxuICBFbGVtZW50UmVmLFxuICBIb3N0QmluZGluZyxcbiAgSW5wdXQsXG4gIE9uRGVzdHJveSxcbiAgT25Jbml0LFxuICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBTdWJqZWN0LCBjb21iaW5lTGF0ZXN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBtYXAsIHRha2VVbnRpbCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuaW1wb3J0IHsgUmFkaW9Hcm91cENvbXBvbmVudCB9IGZyb20gJy4vcmFkaW8tZ3JvdXAvcmFkaW8tZ3JvdXAuY29tcG9uZW50JztcblxubGV0IHVuaXF1ZUlkID0gMDtcblxuQERpcmVjdGl2ZSgpXG4vLyB0c2xpbnQ6ZGlzYWJsZS1uZXh0LWxpbmU6IGRpcmVjdGl2ZS1jbGFzcy1zdWZmaXhcbmV4cG9ydCBjbGFzcyBCYXNlUmFkaW8gaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSB7XG4gIGlkID0gYGF1aS1yYWRpby0ke3VuaXF1ZUlkKyt9YDtcblxuICBASW5wdXQoKVxuICBkaXNhYmxlZDogYm9vbGVhbiB8ICcnID0gZmFsc2U7XG5cbiAgQElucHV0KClcbiAgZ2V0IHZhbHVlKCkge1xuICAgIHJldHVybiB0aGlzLl92YWx1ZTtcbiAgfVxuXG4gIHNldCB2YWx1ZSh2YWwpIHtcbiAgICB0aGlzLl92YWx1ZSA9IHZhbDtcbiAgICB0aGlzLnZhbHVlJCQubmV4dCh2YWwpO1xuICB9XG5cbiAgQEhvc3RCaW5kaW5nKCdhdHRyLmRhdGEtdGVzdCcpXG4gIGdldCBfdGVzdElkKCkge1xuICAgIHJldHVybiAnUkFESU8vJyArIHRoaXMudmFsdWU7XG4gIH1cblxuICBAVmlld0NoaWxkKCdlbFJlZicsIHsgc3RhdGljOiB0cnVlIH0pXG4gIGVsUmVmOiBFbGVtZW50UmVmO1xuXG4gIGNoZWNrZWQgPSBmYWxzZTtcbiAgbmFtZSA9ICcnO1xuXG4gIHByb3RlY3RlZCBfdmFsdWU6IHVua25vd247XG4gIHByb3RlY3RlZCByZWFkb25seSB2YWx1ZSQkID0gbmV3IEJlaGF2aW9yU3ViamVjdCh0aGlzLnZhbHVlKTtcbiAgcHJvdGVjdGVkIGRlc3Ryb3kkJCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJvdGVjdGVkIHJhZGlvR3JvdXA6IFJhZGlvR3JvdXBDb21wb25lbnQsXG4gICAgcHJvdGVjdGVkIGZvY3VzTW9uaXRvcjogRm9jdXNNb25pdG9yLFxuICAgIHByb3RlY3RlZCBjZHI6IENoYW5nZURldGVjdG9yUmVmLFxuICApIHt9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5yYWRpb0dyb3VwLm5hbWUkLnBpcGUodGFrZVVudGlsKHRoaXMuZGVzdHJveSQkKSkuc3Vic2NyaWJlKG5hbWUgPT4ge1xuICAgICAgdGhpcy5uYW1lID0gbmFtZTtcbiAgICAgIHRoaXMuY2RyLm1hcmtGb3JDaGVjaygpO1xuICAgIH0pO1xuXG4gICAgY29tYmluZUxhdGVzdChbdGhpcy5yYWRpb0dyb3VwLnZhbHVlJCwgdGhpcy52YWx1ZSQkXSlcbiAgICAgIC5waXBlKFxuICAgICAgICB0YWtlVW50aWwodGhpcy5kZXN0cm95JCQpLFxuICAgICAgICBtYXAoKFtncm91cFZhbHVlLCBzZWxmVmFsdWVdKSA9PiBncm91cFZhbHVlID09PSBzZWxmVmFsdWUpLFxuICAgICAgKVxuICAgICAgLnN1YnNjcmliZShjaGVja2VkID0+IHtcbiAgICAgICAgdGhpcy5jaGVja2VkID0gY2hlY2tlZDtcbiAgICAgICAgdGhpcy5jZHIubWFya0ZvckNoZWNrKCk7XG4gICAgICB9KTtcbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICB0aGlzLmZvY3VzTW9uaXRvci5tb25pdG9yKHRoaXMuZWxSZWYubmF0aXZlRWxlbWVudCwgdHJ1ZSk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLmRlc3Ryb3kkJC5uZXh0KCk7XG4gICAgdGhpcy5mb2N1c01vbml0b3Iuc3RvcE1vbml0b3JpbmcodGhpcy5lbFJlZi5uYXRpdmVFbGVtZW50KTtcbiAgfVxuXG4gIG9uQ2xpY2soKSB7XG4gICAgaWYgKHRoaXMuY2hlY2tlZCB8fCB0aGlzLmRpc2FibGVkKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuICAgIHRoaXMucmFkaW9Hcm91cC5vblJhZGlvQ2hhbmdlKHRoaXMudmFsdWUpO1xuICB9XG5cbiAgb25CbHVyKCkge1xuICAgIHRoaXMucmFkaW9Hcm91cC5vblJhZGlvQmx1cigpO1xuICB9XG59XG4iXX0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"value":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"_testId":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]},"arguments":["attr.data-test"]}]}],"elRef":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]},"arguments":["elRef",{"static":true}]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":4,"members":[]},{"__symbol":5,"members":[]},{"__symbol":6,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"onClick":[{"__symbolic":"method"}],"onBlur":[{"__symbolic":"method"}]}}}],"symbols":[{"__symbol":0,"name":"BaseRadio","filePath":"./base-radio"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"HostBinding","filePath":"@angular/core"},{"__symbol":3,"name":"ViewChild","filePath":"@angular/core"},{"__symbol":4,"name":"RadioGroupComponent","filePath":"./radio-group/radio-group.component"},{"__symbol":5,"name":"FocusMonitor","filePath":"@angular/cdk/a11y/index"},{"__symbol":6,"name":"ChangeDetectorRef","filePath":"@angular/core"}]}
|
|
@@ -16,7 +16,7 @@ import * as i8 from "@angular/cdk/a11y";
|
|
|
16
16
|
var styles_RadioButtonComponent = [i0.styles];
|
|
17
17
|
var RenderType_RadioButtonComponent = i1.ɵcrt({ encapsulation: 2, styles: styles_RadioButtonComponent, data: {} });
|
|
18
18
|
export { RenderType_RadioButtonComponent as RenderType_RadioButtonComponent };
|
|
19
|
-
function View_RadioButtonComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "aui-icon", [["class", "aui-radio-button__pointer"], ["icon", "check_triangle_s"]],
|
|
19
|
+
function View_RadioButtonComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "aui-icon", [["class", "aui-radio-button__pointer"], ["icon", "check_triangle_s"]], [[1, "data-test", 0]], null, null, i2.View_IconComponent_0, i2.RenderType_IconComponent)), i1.ɵdid(1, 49152, null, 0, i3.IconComponent, [i4.IconRegisterService], { icon: [0, "icon"] }, null)], function (_ck, _v) { var currVal_1 = "check_triangle_s"; _ck(_v, 1, 0, currVal_1); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 1).icon; _ck(_v, 0, 0, currVal_0); }); }
|
|
20
20
|
export function View_RadioButtonComponent_0(_l) { return i1.ɵvid(2, [i1.ɵqud(402653184, 1, { elRef: 0 }), (_l()(), i1.ɵeld(1, 0, [[1, 0], ["elRef", 1]], null, 7, "div", [], null, null, null, null, null)), i1.ɵdid(2, 278528, null, 0, i5.NgClass, [i1.IterableDiffers, i1.KeyValueDiffers, i1.ElementRef, i1.Renderer2], { ngClass: [0, "ngClass"] }, null), (_l()(), i1.ɵeld(3, 0, null, null, 0, "input", [["class", "aui-radio-button__input"], ["type", "radio"]], [[8, "name", 0], [8, "id", 0], [8, "disabled", 0], [8, "checked", 0]], [[null, "click"], [null, "blur"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
21
21
|
var pd_0 = (_co.onClick() !== false);
|
|
22
22
|
ad = (pd_0 && ad);
|
|
@@ -24,7 +24,7 @@ export function View_RadioButtonComponent_0(_l) { return i1.ɵvid(2, [i1.ɵqud(4
|
|
|
24
24
|
var pd_1 = (_co.onBlur() !== false);
|
|
25
25
|
ad = (pd_1 && ad);
|
|
26
26
|
} return ad; }, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_RadioButtonComponent_1)), i1.ɵdid(5, 16384, null, 0, i5.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(6, 0, null, null, 2, "label", [["class", "aui-radio-button__label"]], [[8, "htmlFor", 0]], null, null, null, null)), (_l()(), i1.ɵeld(7, 0, null, null, 1, "span", [["class", "aui-radio-button__content"]], null, null, null, null, null)), i1.ɵncd(null, 0)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.rootClass; _ck(_v, 2, 0, currVal_0); var currVal_5 = (_co.checked && _co.isPlain); _ck(_v, 5, 0, currVal_5); }, function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.name; var currVal_2 = _co.id; var currVal_3 = _co.disabled; var currVal_4 = _co.checked; _ck(_v, 3, 0, currVal_1, currVal_2, currVal_3, currVal_4); var currVal_6 = _co.id; _ck(_v, 6, 0, currVal_6); }); }
|
|
27
|
-
export function View_RadioButtonComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "aui-radio-button", [],
|
|
27
|
+
export function View_RadioButtonComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "aui-radio-button", [], [[1, "data-test", 0]], null, null, View_RadioButtonComponent_0, RenderType_RadioButtonComponent)), i1.ɵdid(1, 4440064, null, 0, i6.RadioButtonComponent, [i7.RadioGroupComponent, i8.FocusMonitor, i1.ChangeDetectorRef], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 1)._testId; _ck(_v, 0, 0, currVal_0); }); }
|
|
28
28
|
var RadioButtonComponentNgFactory = i1.ɵccf("aui-radio-button", i6.RadioButtonComponent, View_RadioButtonComponent_Host_0, { disabled: "disabled", value: "value" }, {}, ["*"]);
|
|
29
29
|
export { RadioButtonComponentNgFactory as RadioButtonComponentNgFactory };
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tYnV0dG9uLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmFkaW8vcmFkaW8tYnV0dG9uL3JhZGlvLWJ1dHRvbi5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vc3JjL3JhZGlvL3JhZGlvLWJ1dHRvbi9yYWRpby1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7OytEQ1dFLHNUQUlZLHlCQURWLGtDQUF1QixFQUh6QixZQUlZLEVBRFYsU0FBdUIsMkJBSHpCLDREQUlZOzJHQWZkLGtQQW1CTSxJQWxCSiwwUUFTRSxZQUZBOzt3QkFBbUI7TUFDbkI7O3dCQUFpQjtNQVJuQix3QkFTRSxLQUNGLG9MQUlZLElBQ1osaUlBRVEsS0FETixtSEFBd0UsSUFBaEMsZUFBeUIsaURBakJ6RCxtQkFBcUIsWUFBakMsWUFtQk0sRUFuQk0sU0FBcUIsR0FZN0IsbUNBQTBCLFdBRDVCLFlBSVksRUFIVixTQUEwQixtREFWMUIsbUJBQWEsT0FDYixtQkFBUyxLQUdULG1CQUFxQixXQUNyQixtQkFBbUIsVUFOckIsWUFTRSxFQVJBLFNBQWEsRUFDYixTQUFTLEVBR1QsU0FBcUIsRUFDckIsU0FBbUIsR0FTa0IsbUJBQVUsS0FBakQsWUFFUSxFQUYrQixTQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiAjZWxSZWYgW25nQ2xhc3NdPVwicm9vdENsYXNzXCI+XG4gIDxpbnB1dFxuICAgIFtuYW1lXT1cIm5hbWVcIlxuICAgIFtpZF09XCJpZFwiXG4gICAgY2xhc3M9XCJhdWktcmFkaW8tYnV0dG9uX19pbnB1dFwiXG4gICAgdHlwZT1cInJhZGlvXCJcbiAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgIFtjaGVja2VkXT1cImNoZWNrZWRcIlxuICAgIChjbGljayk9XCJvbkNsaWNrKClcIlxuICAgIChibHVyKT1cIm9uQmx1cigpXCJcbiAgLz5cbiAgPGF1aS1pY29uXG4gICAgKm5nSWY9XCJjaGVja2VkICYmIGlzUGxhaW5cIlxuICAgIGNsYXNzPVwiYXVpLXJhZGlvLWJ1dHRvbl9fcG9pbnRlclwiXG4gICAgaWNvbj1cImNoZWNrX3RyaWFuZ2xlX3NcIlxuICA+PC9hdWktaWNvbj5cbiAgPGxhYmVsIGNsYXNzPVwiYXVpLXJhZGlvLWJ1dHRvbl9fbGFiZWxcIiBbZm9yXT1cImlkXCI+XG4gICAgPHNwYW4gY2xhc3M9XCJhdWktcmFkaW8tYnV0dG9uX19jb250ZW50XCI+PG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50Pjwvc3Bhbj5cbiAgPC9sYWJlbD5cbjwvZGl2PlxuIl19
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbol":1,"members":[]},"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":2,"members":[]},{"__symbol":3,"members":[]},{"__symbol":4,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}}}],"lifecycleHooks":[0,1,6]},"isComponent":true,"selector":"aui-radio-button","exportAs":null,"inputs":{"disabled":"disabled","value":"value"},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"value":"elRef"}],"first":true,"descendants":true,"propertyName":"elRef","read":null,"static":true}],"entryComponents":[],"changeDetection":0,"template":{"ngContentSelectors":["*"],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":5,"members":[]},"rendererType":{"__symbol":6,"members":[]},"componentFactory":{"__symbol":7,"members":[]}}}],"symbols":[{"__symbol":0,"name":"RadioButtonComponent","filePath":"./radio-button.component"},{"__symbol":1,"name":"BaseRadio","filePath":"../base-radio"},{"__symbol":2,"name":"RadioGroupComponent","filePath":"../radio-group/radio-group.component"},{"__symbol":3,"name":"FocusMonitor","filePath":"@angular/cdk/a11y/index"},{"__symbol":4,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":5,"name":"View_RadioButtonComponent_0","filePath":"./radio-button.component.ngfactory"},{"__symbol":6,"name":"RenderType_RadioButtonComponent","filePath":"./radio-button.component.ngfactory"},{"__symbol":7,"name":"RadioButtonComponentNgFactory","filePath":"./radio-button.component.ngfactory"}]}
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbol":1,"members":[]},"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":2,"members":[]},{"__symbol":3,"members":[]},{"__symbol":4,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}}}],"lifecycleHooks":[0,1,6]},"isComponent":true,"selector":"aui-radio-button","exportAs":null,"inputs":{"disabled":"disabled","value":"value"},"outputs":{},"hostListeners":{},"hostProperties":{"attr.data-test":"_testId"},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"value":"elRef"}],"first":true,"descendants":true,"propertyName":"elRef","read":null,"static":true}],"entryComponents":[],"changeDetection":0,"template":{"ngContentSelectors":["*"],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":5,"members":[]},"rendererType":{"__symbol":6,"members":[]},"componentFactory":{"__symbol":7,"members":[]}}}],"symbols":[{"__symbol":0,"name":"RadioButtonComponent","filePath":"./radio-button.component"},{"__symbol":1,"name":"BaseRadio","filePath":"../base-radio"},{"__symbol":2,"name":"RadioGroupComponent","filePath":"../radio-group/radio-group.component"},{"__symbol":3,"name":"FocusMonitor","filePath":"@angular/cdk/a11y/index"},{"__symbol":4,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":5,"name":"View_RadioButtonComponent_0","filePath":"./radio-button.component.ngfactory"},{"__symbol":6,"name":"RenderType_RadioButtonComponent","filePath":"./radio-button.component.ngfactory"},{"__symbol":7,"name":"RadioButtonComponentNgFactory","filePath":"./radio-button.component.ngfactory"}]}
|
|
@@ -12,7 +12,7 @@ var styles_RadioGroupComponent = [i0.styles];
|
|
|
12
12
|
var RenderType_RadioGroupComponent = i1.ɵcrt({ encapsulation: 2, styles: styles_RadioGroupComponent, data: {} });
|
|
13
13
|
export { RenderType_RadioGroupComponent as RenderType_RadioGroupComponent };
|
|
14
14
|
export function View_RadioGroupComponent_0(_l) { return i1.ɵvid(2, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "div", [], [[8, "className", 0]], null, null, null, null)), i1.ɵncd(null, 0)], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = i1.ɵinlineInterpolate(1, "aui-radio-group aui-radio-group--", _co.direction, ""); _ck(_v, 0, 0, currVal_0); }); }
|
|
15
|
-
export function View_RadioGroupComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "aui-radio-group", [],
|
|
15
|
+
export function View_RadioGroupComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "aui-radio-group", [], [[1, "data-test", 0]], null, null, View_RadioGroupComponent_0, RenderType_RadioGroupComponent)), i1.ɵprd(5120, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i3.RadioGroupComponent]), i1.ɵdid(2, 49152, null, 0, i3.RadioGroupComponent, [i1.ChangeDetectorRef, i1.ElementRef], null, null)], null, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 2).testId; _ck(_v, 0, 0, currVal_0); }); }
|
|
16
16
|
var RadioGroupComponentNgFactory = i1.ɵccf("aui-radio-group", i3.RadioGroupComponent, View_RadioGroupComponent_Host_0, { disabled: "disabled", readonly: "readonly", propValue: "value", size: "size", direction: "direction", isPlain: "isPlain", plain: "plain", name: "name" }, { valueChange: "valueChange" }, ["*"]);
|
|
17
17
|
export { RadioGroupComponentNgFactory as RadioGroupComponentNgFactory };
|
|
18
18
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8tZ3JvdXAuY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yYWRpby9yYWRpby1ncm91cC9yYWRpby1ncm91cC5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vc3JjL3JhZGlvL3JhZGlvLWdyb3VwL3JhZGlvLWdyb3VwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7cUVDQUEsNkZBRU0sSUFESixlQUF5Qix1REFEdEIsK0ZBQXdELEdBQTdELFlBRU0sRUFGRCxTQUF3RCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgY2xhc3M9XCJhdWktcmFkaW8tZ3JvdXAgYXVpLXJhZGlvLWdyb3VwLS17eyBkaXJlY3Rpb24gfX1cIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbol":1,"members":[]},"members":{"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"direction":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"isPlain":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"plain":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"writeValue":[{"__symbolic":"method"}],"onRadioChange":[{"__symbolic":"method"}],"onRadioBlur":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"lifecycleHooks":[]},"isComponent":true,"selector":"aui-radio-group","exportAs":null,"inputs":{"disabled":"disabled","readonly":"readonly","propValue":"value","size":"size","direction":"direction","isPlain":"isPlain","plain":"plain","name":"name"},"outputs":{"valueChange":"valueChange"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[{"token":{"identifier":{"reference":{"__symbol":
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbol":1,"members":[]},"members":{"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"direction":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"isPlain":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"plain":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"name":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"writeValue":[{"__symbolic":"method"}],"onRadioChange":[{"__symbolic":"method"}],"onRadioBlur":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}}}],"lifecycleHooks":[]},"isComponent":true,"selector":"aui-radio-group","exportAs":null,"inputs":{"disabled":"disabled","readonly":"readonly","propValue":"value","size":"size","direction":"direction","isPlain":"isPlain","plain":"plain","name":"name"},"outputs":{"valueChange":"valueChange"},"hostListeners":{},"hostProperties":{"attr.data-test":"testId"},"hostAttributes":{},"providers":[{"token":{"identifier":{"reference":{"__symbol":5,"members":[]}}},"useClass":null,"useFactory":null,"useExisting":{"identifier":{"reference":{"__symbol":0,"members":[]}}},"multi":true}],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":0,"template":{"ngContentSelectors":["*"],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":6,"members":[]},"rendererType":{"__symbol":7,"members":[]},"componentFactory":{"__symbol":8,"members":[]}}}],"symbols":[{"__symbol":0,"name":"RadioGroupComponent","filePath":"./radio-group.component"},{"__symbol":1,"name":"CommonFormControl","filePath":"../../form/public-api"},{"__symbol":2,"name":"Input","filePath":"@angular/core"},{"__symbol":3,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":4,"name":"ElementRef","filePath":"@angular/core"},{"__symbol":5,"name":"NG_VALUE_ACCESSOR","filePath":"@angular/forms"},{"__symbol":6,"name":"View_RadioGroupComponent_0","filePath":"./radio-group.component.ngfactory"},{"__symbol":7,"name":"RenderType_RadioGroupComponent","filePath":"./radio-group.component.ngfactory"},{"__symbol":8,"name":"RadioGroupComponentNgFactory","filePath":"./radio-group.component.ngfactory"}]}
|
|
@@ -20,7 +20,7 @@ export function View_RadioComponent_0(_l) { return i1.ɵvid(2, [i1.ɵqud(4026531
|
|
|
20
20
|
var pd_1 = (_co.onBlur() !== false);
|
|
21
21
|
ad = (pd_1 && ad);
|
|
22
22
|
} return ad; }, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 3, "label", [["class", "aui-radio__label"]], [[8, "htmlFor", 0]], null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 0, "i", [["class", "aui-radio__pointer"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "span", [["class", "aui-radio__content"]], null, null, null, null, null)), i1.ɵncd(null, 0)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.rootClass; _ck(_v, 2, 0, currVal_0); }, function (_ck, _v) { var _co = _v.component; var currVal_1 = _co.name; var currVal_2 = _co.id; var currVal_3 = _co.disabled; var currVal_4 = _co.checked; _ck(_v, 3, 0, currVal_1, currVal_2, currVal_3, currVal_4); var currVal_5 = _co.id; _ck(_v, 4, 0, currVal_5); }); }
|
|
23
|
-
export function View_RadioComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "aui-radio", [],
|
|
23
|
+
export function View_RadioComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "aui-radio", [], [[1, "data-test", 0]], null, null, View_RadioComponent_0, RenderType_RadioComponent)), i1.ɵdid(1, 4440064, null, 0, i3.RadioComponent, [i4.RadioGroupComponent, i5.FocusMonitor, i1.ChangeDetectorRef], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 1)._testId; _ck(_v, 0, 0, currVal_0); }); }
|
|
24
24
|
var RadioComponentNgFactory = i1.ɵccf("aui-radio", i3.RadioComponent, View_RadioComponent_Host_0, { disabled: "disabled", value: "value" }, {}, ["*"]);
|
|
25
25
|
export { RadioComponentNgFactory as RadioComponentNgFactory };
|
|
26
26
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8uY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9yYWRpby9yYWRpby5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vc3JjL3JhZGlvL3JhZGlvLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7OztxR0NBQSxrUEFlTSxJQWRKLG1RQVNFLFlBRkE7O3dCQUFtQjtNQUNuQjs7d0JBQWlCO01BUm5CLHdCQVNFLEtBQ0YsMEhBR1EsS0FGTix5R0FBa0MsS0FDbEMsNEdBQWlFLElBQWhDLGVBQXlCLGlEQWJsRCxtQkFBcUIsWUFBakMsWUFlTSxFQWZNLFNBQXFCLG1EQUU3QixtQkFBYSxPQUNiLG1CQUFTLEtBR1QsbUJBQXFCLFdBQ3JCLG1CQUFtQixVQU5yQixZQVNFLEVBUkEsU0FBYSxFQUNiLFNBQVMsRUFHVCxTQUFxQixFQUNyQixTQUFtQixHQUlXLG1CQUFVLEtBQTFDLFlBR1EsRUFId0IsU0FBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxkaXYgI2VsUmVmIFtuZ0NsYXNzXT1cInJvb3RDbGFzc1wiPlxuICA8aW5wdXRcbiAgICBbbmFtZV09XCJuYW1lXCJcbiAgICBbaWRdPVwiaWRcIlxuICAgIGNsYXNzPVwiYXVpLXJhZGlvX19pbnB1dFwiXG4gICAgdHlwZT1cInJhZGlvXCJcbiAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgIFtjaGVja2VkXT1cImNoZWNrZWRcIlxuICAgIChjbGljayk9XCJvbkNsaWNrKClcIlxuICAgIChibHVyKT1cIm9uQmx1cigpXCJcbiAgLz5cbiAgPGxhYmVsIGNsYXNzPVwiYXVpLXJhZGlvX19sYWJlbFwiIFtmb3JdPVwiaWRcIj5cbiAgICA8aSBjbGFzcz1cImF1aS1yYWRpb19fcG9pbnRlclwiPjwvaT5cbiAgICA8c3BhbiBjbGFzcz1cImF1aS1yYWRpb19fY29udGVudFwiPjxuZy1jb250ZW50PjwvbmctY29udGVudD48L3NwYW4+XG4gIDwvbGFiZWw+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbol":1,"members":[]},"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":2,"members":[]},{"__symbol":3,"members":[]},{"__symbol":4,"members":[]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}}}],"lifecycleHooks":[0,1,6]},"isComponent":true,"selector":"aui-radio","exportAs":null,"inputs":{"disabled":"disabled","value":"value"},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"value":"elRef"}],"first":true,"descendants":true,"propertyName":"elRef","read":null,"static":true}],"entryComponents":[],"changeDetection":0,"template":{"ngContentSelectors":["*"],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":5,"members":[]},"rendererType":{"__symbol":6,"members":[]},"componentFactory":{"__symbol":7,"members":[]}}}],"symbols":[{"__symbol":0,"name":"RadioComponent","filePath":"./radio.component"},{"__symbol":1,"name":"BaseRadio","filePath":"./base-radio"},{"__symbol":2,"name":"RadioGroupComponent","filePath":"./radio-group/radio-group.component"},{"__symbol":3,"name":"FocusMonitor","filePath":"@angular/cdk/a11y/index"},{"__symbol":4,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":5,"name":"View_RadioComponent_0","filePath":"./radio.component.ngfactory"},{"__symbol":6,"name":"RenderType_RadioComponent","filePath":"./radio.component.ngfactory"},{"__symbol":7,"name":"RadioComponentNgFactory","filePath":"./radio.component.ngfactory"}]}
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","extends":{"__symbol":1,"members":[]},"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":2,"members":[]},{"__symbol":3,"members":[]},{"__symbol":4,"members":[]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}}}],"lifecycleHooks":[0,1,6]},"isComponent":true,"selector":"aui-radio","exportAs":null,"inputs":{"disabled":"disabled","value":"value"},"outputs":{},"hostListeners":{},"hostProperties":{"attr.data-test":"_testId"},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"value":"elRef"}],"first":true,"descendants":true,"propertyName":"elRef","read":null,"static":true}],"entryComponents":[],"changeDetection":0,"template":{"ngContentSelectors":["*"],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":5,"members":[]},"rendererType":{"__symbol":6,"members":[]},"componentFactory":{"__symbol":7,"members":[]}}}],"symbols":[{"__symbol":0,"name":"RadioComponent","filePath":"./radio.component"},{"__symbol":1,"name":"BaseRadio","filePath":"./base-radio"},{"__symbol":2,"name":"RadioGroupComponent","filePath":"./radio-group/radio-group.component"},{"__symbol":3,"name":"FocusMonitor","filePath":"@angular/cdk/a11y/index"},{"__symbol":4,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":5,"name":"View_RadioComponent_0","filePath":"./radio.component.ngfactory"},{"__symbol":6,"name":"RenderType_RadioComponent","filePath":"./radio.component.ngfactory"},{"__symbol":7,"name":"RadioComponentNgFactory","filePath":"./radio.component.ngfactory"}]}
|