@acorex/components 5.0.13 → 5.0.17
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/{esm2015/acorex-components.js → esm2020/acorex-components.mjs} +0 -0
- package/{esm2015/lib/alert/alert-button.component.js → esm2020/lib/alert/alert-button.component.mjs} +3 -3
- package/{esm2015/lib/alert/alert-contnet.component.js → esm2020/lib/alert/alert-contnet.component.mjs} +3 -3
- package/{esm2015/lib/alert/alert-footer.component.js → esm2020/lib/alert/alert-footer.component.mjs} +3 -3
- package/{esm2015/lib/alert/alert-suffix.component.js → esm2020/lib/alert/alert-suffix.component.mjs} +3 -3
- package/{esm2015/lib/alert/alert-title.component.js → esm2020/lib/alert/alert-title.component.mjs} +3 -3
- package/esm2020/lib/alert/alert.component.mjs +124 -0
- package/{esm2015/lib/alert/alert.module.js → esm2020/lib/alert/alert.module.mjs} +4 -4
- package/{esm2015/lib/alert/index.js → esm2020/lib/alert/index.mjs} +0 -0
- package/{esm2015/lib/avatar/avatar.component.js → esm2020/lib/avatar/avatar.component.mjs} +5 -12
- package/{esm2015/lib/avatar/avatar.module.js → esm2020/lib/avatar/avatar.module.mjs} +4 -4
- package/{esm2015/lib/avatar/index.js → esm2020/lib/avatar/index.mjs} +0 -0
- package/{esm2015/lib/badge/badge.component.js → esm2020/lib/badge/badge.component.mjs} +5 -11
- package/{esm2015/lib/badge/badge.module.js → esm2020/lib/badge/badge.module.mjs} +4 -4
- package/{esm2015/lib/badge/index.js → esm2020/lib/badge/index.mjs} +0 -0
- package/{esm2015/lib/base/common.module.js → esm2020/lib/base/common.module.mjs} +4 -4
- package/{esm2015/lib/base/custom-cdk-overlay.service.js → esm2020/lib/base/custom-cdk-overlay.service.mjs} +6 -6
- package/{esm2015/lib/base/drawing.class.js → esm2020/lib/base/drawing.class.mjs} +0 -0
- package/{esm2015/lib/base/events.class.js → esm2020/lib/base/events.class.mjs} +0 -0
- package/{esm2015/lib/base/index.js → esm2020/lib/base/index.mjs} +0 -0
- package/{esm2015/lib/base/mixin/base-components.class.js → esm2020/lib/base/mixin/base-components.class.mjs} +10 -10
- package/{esm2015/lib/base/mixin/button-mixin.class.js → esm2020/lib/base/mixin/button-mixin.class.mjs} +0 -0
- package/{esm2015/lib/base/mixin/clickable-mixin.class.js → esm2020/lib/base/mixin/clickable-mixin.class.mjs} +0 -0
- package/{esm2015/lib/base/mixin/constratctor.js → esm2020/lib/base/mixin/constratctor.mjs} +0 -0
- package/esm2020/lib/base/mixin/datalist-component.class.mjs +96 -0
- package/esm2020/lib/base/mixin/dropdown-mixin.class.mjs +89 -0
- package/{esm2015/lib/base/mixin/index.js → esm2020/lib/base/mixin/index.mjs} +0 -0
- package/{esm2015/lib/base/mixin/interactive-mixin.class.js → esm2020/lib/base/mixin/interactive-mixin.class.mjs} +9 -9
- package/{esm2015/lib/base/mixin/loading-mixin.class.js → esm2020/lib/base/mixin/loading-mixin.class.mjs} +0 -0
- package/{esm2015/lib/base/mixin/mixin.class.js → esm2020/lib/base/mixin/mixin.class.mjs} +0 -0
- package/{esm2015/lib/base/mixin/selection-component.class.js → esm2020/lib/base/mixin/selection-component.class.mjs} +0 -0
- package/{esm2015/lib/base/mixin/sizable-mixin.class.js → esm2020/lib/base/mixin/sizable-mixin.class.mjs} +0 -0
- package/{esm2015/lib/base/mixin/textbox-mixin.class.js → esm2020/lib/base/mixin/textbox-mixin.class.mjs} +0 -0
- package/esm2020/lib/base/mixin/value-mixin.class.mjs +196 -0
- package/{esm2015/lib/base/overlay.service.js → esm2020/lib/base/overlay.service.mjs} +3 -3
- package/{esm2015/lib/base/responsive.directive.js → esm2020/lib/base/responsive.directive.mjs} +3 -3
- package/{esm2015/lib/base/styles.class.js → esm2020/lib/base/styles.class.mjs} +0 -0
- package/{esm2015/lib/button/button-group.component.js → esm2020/lib/button/button-group.component.mjs} +5 -12
- package/{esm2015/lib/button/button-item.class.js → esm2020/lib/button/button-item.class.mjs} +0 -0
- package/{esm2015/lib/button/button-item.component.js → esm2020/lib/button/button-item.component.mjs} +3 -3
- package/esm2020/lib/button/button.component.mjs +65 -0
- package/{esm2015/lib/button/button.module.js → esm2020/lib/button/button.module.mjs} +4 -4
- package/{esm2015/lib/button/index.js → esm2020/lib/button/index.mjs} +0 -0
- package/{esm2015/lib/calendar/calendar.class.js → esm2020/lib/calendar/calendar.class.mjs} +3 -3
- package/{esm2015/lib/calendar/calendar.component.js → esm2020/lib/calendar/calendar.component.mjs} +5 -12
- package/{esm2015/lib/calendar/calendar.module.js → esm2020/lib/calendar/calendar.module.mjs} +4 -4
- package/{esm2015/lib/calendar/index.js → esm2020/lib/calendar/index.mjs} +0 -0
- package/{esm2015/lib/carousel/carousel-arrows.component.js → esm2020/lib/carousel/carousel-arrows.component.mjs} +3 -3
- package/{esm2015/lib/carousel/carousel-item.component.js → esm2020/lib/carousel/carousel-item.component.mjs} +3 -3
- package/{esm2015/lib/carousel/carousel-pager.component.js → esm2020/lib/carousel/carousel-pager.component.mjs} +3 -3
- package/{esm2015/lib/carousel/carousel-splidejs.class.js → esm2020/lib/carousel/carousel-splidejs.class.mjs} +0 -0
- package/{esm2015/lib/carousel/carousel.class.js → esm2020/lib/carousel/carousel.class.mjs} +3 -3
- package/{esm2015/lib/carousel/carousel.component.js → esm2020/lib/carousel/carousel.component.mjs} +7 -15
- package/{esm2015/lib/carousel/carousel.module.js → esm2020/lib/carousel/carousel.module.mjs} +4 -4
- package/{esm2015/lib/carousel/index.js → esm2020/lib/carousel/index.mjs} +0 -0
- package/esm2020/lib/checkbox/checkbox.component.mjs +51 -0
- package/{esm2015/lib/checkbox/checkbox.module.js → esm2020/lib/checkbox/checkbox.module.mjs} +4 -4
- package/{esm2015/lib/checkbox/index.js → esm2020/lib/checkbox/index.mjs} +0 -0
- package/esm2020/lib/datalist/datalist.component.mjs +73 -0
- package/{esm2015/lib/datalist/datalist.module.js → esm2020/lib/datalist/datalist.module.mjs} +4 -4
- package/{esm2015/lib/datalist/index.js → esm2020/lib/datalist/index.mjs} +0 -0
- package/esm2020/lib/datepicker/datepicker.component.mjs +125 -0
- package/{esm2015/lib/datepicker/datepicker.module.js → esm2020/lib/datepicker/datepicker.module.mjs} +4 -4
- package/{esm2015/lib/datepicker/index.js → esm2020/lib/datepicker/index.mjs} +0 -0
- package/{esm2015/lib/decorators/content.component.js → esm2020/lib/decorators/content.component.mjs} +3 -3
- package/{esm2015/lib/decorators/decorators.module.js → esm2020/lib/decorators/decorators.module.mjs} +4 -4
- package/{esm2015/lib/decorators/index.js → esm2020/lib/decorators/index.mjs} +0 -0
- package/{esm2015/lib/decorators/prefix.component.js → esm2020/lib/decorators/prefix.component.mjs} +3 -3
- package/{esm2015/lib/decorators/suffix.component.js → esm2020/lib/decorators/suffix.component.mjs} +3 -3
- package/{esm2015/lib/dialog/dialog.class.js → esm2020/lib/dialog/dialog.class.mjs} +0 -0
- package/{esm2015/lib/dialog/dialog.component.js → esm2020/lib/dialog/dialog.component.mjs} +5 -10
- package/{esm2015/lib/dialog/dialog.module.js → esm2020/lib/dialog/dialog.module.mjs} +4 -4
- package/esm2020/lib/dialog/dialog.service.mjs +145 -0
- package/{esm2015/lib/dialog/index.js → esm2020/lib/dialog/index.mjs} +0 -0
- package/{esm2015/lib/drawer/drawer-container.component.js → esm2020/lib/drawer/drawer-container.component.mjs} +3 -3
- package/{esm2015/lib/drawer/drawer-content.component.js → esm2020/lib/drawer/drawer-content.component.mjs} +3 -3
- package/{esm2015/lib/drawer/drawer.component.js → esm2020/lib/drawer/drawer.component.mjs} +3 -3
- package/{esm2015/lib/drawer/drawer.module.js → esm2020/lib/drawer/drawer.module.mjs} +4 -4
- package/{esm2015/lib/drawer/index.js → esm2020/lib/drawer/index.mjs} +0 -0
- package/esm2020/lib/dropdown/dropdown-panel.component.mjs +80 -0
- package/esm2020/lib/dropdown/dropdown.component.mjs +28 -0
- package/{esm2015/lib/dropdown/dropdown.module.js → esm2020/lib/dropdown/dropdown.module.mjs} +4 -4
- package/{esm2015/lib/dropdown/index.js → esm2020/lib/dropdown/index.mjs} +0 -0
- package/{esm2015/lib/form/form-field.component.js → esm2020/lib/form/form-field.component.mjs} +3 -3
- package/{esm2015/lib/form/form-field.module.js → esm2020/lib/form/form-field.module.mjs} +4 -4
- package/{esm2015/lib/form/form-hint.component.js → esm2020/lib/form/form-hint.component.mjs} +3 -3
- package/{esm2015/lib/form/form.component.js → esm2020/lib/form/form.component.mjs} +3 -3
- package/{esm2015/lib/form/index.js → esm2020/lib/form/index.mjs} +0 -0
- package/{esm2015/lib/icon/icon.component.js → esm2020/lib/icon/icon.component.mjs} +3 -3
- package/{esm2015/lib/icon/icon.module.js → esm2020/lib/icon/icon.module.mjs} +4 -4
- package/{esm2015/lib/icon/index.js → esm2020/lib/icon/index.mjs} +0 -0
- package/{esm2015/lib/input-mask/index.js → esm2020/lib/input-mask/index.mjs} +0 -0
- package/{esm2015/lib/input-mask/input-mask.component.js → esm2020/lib/input-mask/input-mask.component.mjs} +3 -3
- package/{esm2015/lib/input-mask/input-mask.module.js → esm2020/lib/input-mask/input-mask.module.mjs} +4 -4
- package/{esm2015/lib/label/index.js → esm2020/lib/label/index.mjs} +0 -0
- package/{esm2015/lib/label/label.component.js → esm2020/lib/label/label.component.mjs} +5 -10
- package/{esm2015/lib/label/label.module.js → esm2020/lib/label/label.module.mjs} +4 -4
- package/{esm2015/lib/loading/index.js → esm2020/lib/loading/index.mjs} +0 -0
- package/{esm2015/lib/loading/loading-spinner.component.js → esm2020/lib/loading/loading-spinner.component.mjs} +3 -3
- package/{esm2015/lib/loading/loading.component.js → esm2020/lib/loading/loading.component.mjs} +3 -3
- package/{esm2015/lib/loading/loading.directive.js → esm2020/lib/loading/loading.directive.mjs} +3 -3
- package/{esm2015/lib/loading/loading.module.js → esm2020/lib/loading/loading.module.mjs} +4 -4
- package/esm2020/lib/loading/loading.service.mjs +154 -0
- package/{esm2015/lib/number-box/index.js → esm2020/lib/number-box/index.mjs} +0 -0
- package/{esm2015/lib/number-box/number-box.component.js → esm2020/lib/number-box/number-box.component.mjs} +9 -17
- package/{esm2015/lib/number-box/number-box.module.js → esm2020/lib/number-box/number-box.module.mjs} +4 -4
- package/{esm2015/lib/page/base-page.class.js → esm2020/lib/page/base-page.class.mjs} +3 -3
- package/{esm2015/lib/page/index.js → esm2020/lib/page/index.mjs} +0 -0
- package/{esm2015/lib/page/page-footer.component.js → esm2020/lib/page/page-footer.component.mjs} +3 -3
- package/{esm2015/lib/page/page.component.js → esm2020/lib/page/page.component.mjs} +3 -3
- package/{esm2015/lib/page/page.module.js → esm2020/lib/page/page.module.mjs} +4 -4
- package/{esm2015/lib/password-box/index.js → esm2020/lib/password-box/index.mjs} +0 -0
- package/{esm2015/lib/password-box/password-box.component.js → esm2020/lib/password-box/password-box.component.mjs} +7 -15
- package/{esm2015/lib/password-box/password-box.module.js → esm2020/lib/password-box/password-box.module.mjs} +4 -4
- package/{esm2015/lib/popover/index.js → esm2020/lib/popover/index.mjs} +0 -0
- package/esm2020/lib/popover/popover.component.mjs +213 -0
- package/{esm2015/lib/popover/popover.module.js → esm2020/lib/popover/popover.module.mjs} +4 -4
- package/{esm2015/lib/popup/index.js → esm2020/lib/popup/index.mjs} +0 -0
- package/{esm2015/lib/popup/popup.component.js → esm2020/lib/popup/popup.component.mjs} +5 -10
- package/{esm2015/lib/popup/popup.module.js → esm2020/lib/popup/popup.module.mjs} +4 -4
- package/esm2020/lib/popup/popup.service.mjs +93 -0
- package/{esm2015/lib/radio/index.js → esm2020/lib/radio/index.mjs} +0 -0
- package/esm2020/lib/radio/radio.component.mjs +16 -0
- package/{esm2015/lib/radio/radio.module.js → esm2020/lib/radio/radio.module.mjs} +4 -4
- package/{esm2015/lib/range-slider/index.js → esm2020/lib/range-slider/index.mjs} +0 -0
- package/{esm2015/lib/range-slider/range-slider.component.js → esm2020/lib/range-slider/range-slider.component.mjs} +5 -11
- package/{esm2015/lib/range-slider/range-slider.module.js → esm2020/lib/range-slider/range-slider.module.mjs} +4 -4
- package/{esm2015/lib/selectbox/index.js → esm2020/lib/selectbox/index.mjs} +0 -0
- package/esm2020/lib/selectbox/selectbox.component.mjs +193 -0
- package/{esm2015/lib/selectbox/selectbox.module.js → esm2020/lib/selectbox/selectbox.module.mjs} +4 -4
- package/{esm2015/lib/selection-list/index.js → esm2020/lib/selection-list/index.mjs} +0 -0
- package/esm2020/lib/selection-list/selection-list.component.mjs +40 -0
- package/{esm2015/lib/selection-list/selection-list.module.js → esm2020/lib/selection-list/selection-list.module.mjs} +4 -4
- package/{esm2015/lib/side-menu/index.js → esm2020/lib/side-menu/index.mjs} +0 -0
- package/{esm2015/lib/side-menu/side-menu.component.js → esm2020/lib/side-menu/side-menu.component.mjs} +5 -11
- package/{esm2015/lib/side-menu/side-menu.module.js → esm2020/lib/side-menu/side-menu.module.mjs} +4 -4
- package/{esm2015/lib/switch/index.js → esm2020/lib/switch/index.mjs} +0 -0
- package/{esm2015/lib/switch/switch.component.js → esm2020/lib/switch/switch.component.mjs} +5 -12
- package/{esm2015/lib/switch/switch.module.js → esm2020/lib/switch/switch.module.mjs} +6 -7
- package/{esm2015/lib/tabs/index.js → esm2020/lib/tabs/index.mjs} +0 -0
- package/{esm2015/lib/tabs/tab-content.directive.js → esm2020/lib/tabs/tab-content.directive.mjs} +3 -3
- package/{esm2015/lib/tabs/tab-item.component.js → esm2020/lib/tabs/tab-item.component.mjs} +3 -3
- package/{esm2015/lib/tabs/tab-strip.component.js → esm2020/lib/tabs/tab-strip.component.mjs} +5 -12
- package/{esm2015/lib/tabs/tab-view.component.js → esm2020/lib/tabs/tab-view.component.mjs} +5 -12
- package/{esm2015/lib/tabs/tab.component.js → esm2020/lib/tabs/tab.component.mjs} +3 -3
- package/{esm2015/lib/tabs/tabs.class.js → esm2020/lib/tabs/tabs.class.mjs} +0 -0
- package/{esm2015/lib/tabs/tabs.component.js → esm2020/lib/tabs/tabs.component.mjs} +3 -3
- package/{esm2015/lib/tabs/tabs.module.js → esm2020/lib/tabs/tabs.module.mjs} +4 -4
- package/{esm2015/lib/textbox/index.js → esm2020/lib/textbox/index.mjs} +0 -0
- package/{esm2015/lib/textbox/textbox.component.js → esm2020/lib/textbox/textbox.component.mjs} +7 -15
- package/{esm2015/lib/textbox/textbox.module.js → esm2020/lib/textbox/textbox.module.mjs} +4 -4
- package/{esm2015/lib/time-box/index.js → esm2020/lib/time-box/index.mjs} +0 -0
- package/{esm2015/lib/time-box/time-box.component.js → esm2020/lib/time-box/time-box.component.mjs} +5 -13
- package/{esm2015/lib/time-box/time-box.module.js → esm2020/lib/time-box/time-box.module.mjs} +4 -4
- package/{esm2015/lib/toast/index.js → esm2020/lib/toast/index.mjs} +0 -0
- package/{esm2015/lib/toast/toast.class.js → esm2020/lib/toast/toast.class.mjs} +0 -0
- package/esm2020/lib/toast/toast.component.mjs +44 -0
- package/{esm2015/lib/toast/toast.module.js → esm2020/lib/toast/toast.module.mjs} +4 -4
- package/{esm2015/lib/toast/toast.service.js → esm2020/lib/toast/toast.service.mjs} +3 -3
- package/{esm2015/lib/tooltip/index.js → esm2020/lib/tooltip/index.mjs} +0 -0
- package/{esm2015/lib/tooltip/tooltip.component.js → esm2020/lib/tooltip/tooltip.component.mjs} +6 -13
- package/{esm2015/lib/tooltip/tooltip.directive.js → esm2020/lib/tooltip/tooltip.directive.mjs} +3 -3
- package/{esm2015/lib/tooltip/tooltip.module.js → esm2020/lib/tooltip/tooltip.module.mjs} +4 -4
- package/{esm2015/lib/validation/index.js → esm2020/lib/validation/index.mjs} +0 -0
- package/{esm2015/lib/validation/validation-rule.widget.js → esm2020/lib/validation/validation-rule.widget.mjs} +3 -3
- package/{esm2015/lib/validation/validation.class.js → esm2020/lib/validation/validation.class.mjs} +0 -0
- package/{esm2015/lib/validation/validation.module.js → esm2020/lib/validation/validation.module.mjs} +4 -4
- package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
- package/fesm2015/acorex-components.mjs +6423 -0
- package/fesm2015/acorex-components.mjs.map +1 -0
- package/{fesm2015/acorex-components.js → fesm2020/acorex-components.mjs} +481 -694
- package/fesm2020/acorex-components.mjs.map +1 -0
- package/lib/base/mixin/mixin.class.d.ts +1 -1
- package/lib/datepicker/datepicker.component.d.ts +1 -1
- package/package.json +22 -8
- package/bundles/acorex-components.umd.js +0 -7723
- package/bundles/acorex-components.umd.js.map +0 -1
- package/esm2015/lib/alert/alert.component.js +0 -130
- package/esm2015/lib/base/mixin/datalist-component.class.js +0 -97
- package/esm2015/lib/base/mixin/dropdown-mixin.class.js +0 -90
- package/esm2015/lib/base/mixin/value-mixin.class.js +0 -195
- package/esm2015/lib/button/button.component.js +0 -73
- package/esm2015/lib/checkbox/checkbox.component.js +0 -58
- package/esm2015/lib/datalist/datalist.component.js +0 -81
- package/esm2015/lib/datepicker/datepicker.component.js +0 -134
- package/esm2015/lib/dialog/dialog.service.js +0 -146
- package/esm2015/lib/dropdown/dropdown-panel.component.js +0 -87
- package/esm2015/lib/dropdown/dropdown.component.js +0 -35
- package/esm2015/lib/loading/loading.service.js +0 -155
- package/esm2015/lib/popover/popover.component.js +0 -220
- package/esm2015/lib/popup/popup.service.js +0 -94
- package/esm2015/lib/radio/radio.component.js +0 -22
- package/esm2015/lib/selectbox/selectbox.component.js +0 -201
- package/esm2015/lib/selection-list/selection-list.component.js +0 -47
- package/esm2015/lib/toast/toast.component.js +0 -50
- package/fesm2015/acorex-components.js.map +0 -1
|
File without changes
|
package/{esm2015/lib/alert/alert-button.component.js → esm2020/lib/alert/alert-button.component.mjs}
RENAMED
|
@@ -17,12 +17,12 @@ export class AXAlertButtonComponent extends AXBaseClickableMixin {
|
|
|
17
17
|
this._emitOnBlurEvent(e);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
AXAlertButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
21
|
-
AXAlertButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
+
AXAlertButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
AXAlertButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: AXAlertButtonComponent, selector: "ax-alert-button", inputs: { title: "title", icon: "icon" }, outputs: { onBlur: "onBlur", onFocus: "onFocus", onClick: "onClick", selectedChange: "selectedChange", toggleableChange: "toggleableChange" }, host: { listeners: { "click": "_handleOnClick($event)", "focus": "_handleOnFocus($event)", "blur": "_handleOnBlur($event)" }, classAttribute: "ax-alert-button" }, usesInheritance: true, ngImport: i0, template: `
|
|
22
22
|
{{title}}
|
|
23
23
|
<i *ngIf="icon" class="{{icon}}"></i>
|
|
24
24
|
`, isInline: true, directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertButtonComponent, decorators: [{
|
|
26
26
|
type: Component,
|
|
27
27
|
args: [{
|
|
28
28
|
selector: 'ax-alert-button',
|
|
@@ -2,11 +2,11 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class AXAlertContentComponent {
|
|
4
4
|
}
|
|
5
|
-
AXAlertContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
AXAlertContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5
|
+
AXAlertContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
AXAlertContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: AXAlertContentComponent, selector: "ax-alert-content", host: { classAttribute: "ax-alert-content" }, ngImport: i0, template: `<ng-content>
|
|
7
7
|
</ng-content>
|
|
8
8
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertContentComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{
|
|
12
12
|
selector: 'ax-alert-content',
|
package/{esm2015/lib/alert/alert-footer.component.js → esm2020/lib/alert/alert-footer.component.mjs}
RENAMED
|
@@ -2,14 +2,14 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class AXAlertFooterComponent {
|
|
4
4
|
}
|
|
5
|
-
AXAlertFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
AXAlertFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5
|
+
AXAlertFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
AXAlertFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: AXAlertFooterComponent, selector: "ax-alert-footer", host: { classAttribute: "ax-alert-footer" }, ngImport: i0, template: `
|
|
7
7
|
<div class="ax-alert-buttons">
|
|
8
8
|
<ng-content select="ax-alert-button">
|
|
9
9
|
</ng-content>
|
|
10
10
|
</div>
|
|
11
11
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertFooterComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{
|
|
15
15
|
selector: 'ax-alert-footer',
|
package/{esm2015/lib/alert/alert-suffix.component.js → esm2020/lib/alert/alert-suffix.component.mjs}
RENAMED
|
@@ -2,14 +2,14 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class AXAlertSuffixComponent {
|
|
4
4
|
}
|
|
5
|
-
AXAlertSuffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
AXAlertSuffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5
|
+
AXAlertSuffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertSuffixComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
AXAlertSuffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: AXAlertSuffixComponent, selector: "ax-alert-suffix", host: { classAttribute: "ax-alert-suffix" }, ngImport: i0, template: `
|
|
7
7
|
<div class="ax-alert-buttons">
|
|
8
8
|
<ng-content select="ax-alert-button">
|
|
9
9
|
</ng-content>
|
|
10
10
|
</div>
|
|
11
11
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertSuffixComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{
|
|
15
15
|
selector: 'ax-alert-suffix',
|
package/{esm2015/lib/alert/alert-title.component.js → esm2020/lib/alert/alert-title.component.mjs}
RENAMED
|
@@ -2,12 +2,12 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class AXAlertTitleComponent {
|
|
4
4
|
}
|
|
5
|
-
AXAlertTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6
|
-
AXAlertTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
5
|
+
AXAlertTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6
|
+
AXAlertTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: AXAlertTitleComponent, selector: "ax-alert-title", host: { classAttribute: "ax-alert-title" }, ngImport: i0, template: `
|
|
7
7
|
<ng-content>
|
|
8
8
|
</ng-content>
|
|
9
9
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertTitleComponent, decorators: [{
|
|
11
11
|
type: Component,
|
|
12
12
|
args: [{
|
|
13
13
|
selector: 'ax-alert-title',
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
var _AXAlertComponent_visible;
|
|
2
|
+
import { __classPrivateFieldGet, __classPrivateFieldSet } from "tslib";
|
|
3
|
+
import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, EventEmitter, Output, HostBinding } from '@angular/core';
|
|
4
|
+
import { AXBaseComponentMixin } from '../base';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@angular/common";
|
|
7
|
+
/**
|
|
8
|
+
* Regular description
|
|
9
|
+
*
|
|
10
|
+
* @category Components
|
|
11
|
+
*/
|
|
12
|
+
export class AXAlertComponent extends AXBaseComponentMixin {
|
|
13
|
+
/**
|
|
14
|
+
* @ignore
|
|
15
|
+
*/
|
|
16
|
+
constructor(elementRef, cdr) {
|
|
17
|
+
super(elementRef, cdr);
|
|
18
|
+
this.typeChange = new EventEmitter();
|
|
19
|
+
_AXAlertComponent_visible.set(this, void 0);
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The Alert allows you to set different types of alerts
|
|
23
|
+
*/
|
|
24
|
+
get color() {
|
|
25
|
+
return this._color;
|
|
26
|
+
}
|
|
27
|
+
set color(v) {
|
|
28
|
+
this._color = v;
|
|
29
|
+
this.typeChange.emit(v);
|
|
30
|
+
switch (this.color) {
|
|
31
|
+
case 'success':
|
|
32
|
+
this.icon = 'ax-ic ax-ic-check-filled';
|
|
33
|
+
break;
|
|
34
|
+
case 'warning':
|
|
35
|
+
this.icon = 'ax-ic-warning-filled';
|
|
36
|
+
break;
|
|
37
|
+
case 'danger':
|
|
38
|
+
this.icon = 'ax-ic-error-filled';
|
|
39
|
+
break;
|
|
40
|
+
default:
|
|
41
|
+
this.icon = 'ax-ic ax-ic-info-filled';
|
|
42
|
+
break;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
get hostClass() {
|
|
46
|
+
return `ax-${this.color}`;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* set the visibility of the Alert
|
|
50
|
+
*/
|
|
51
|
+
get visible() {
|
|
52
|
+
return __classPrivateFieldGet(this, _AXAlertComponent_visible, "f");
|
|
53
|
+
}
|
|
54
|
+
set visible(v) {
|
|
55
|
+
if (__classPrivateFieldGet(this, _AXAlertComponent_visible, "f") != v) {
|
|
56
|
+
__classPrivateFieldSet(this, _AXAlertComponent_visible, v, "f");
|
|
57
|
+
const host = this._getHostElement();
|
|
58
|
+
if (v) {
|
|
59
|
+
host.classList.remove('ax-state-hidden');
|
|
60
|
+
host.classList.add('ax-state-visible');
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
host.classList.add('ax-state-hidden');
|
|
64
|
+
host.classList.toggle('ax-state-visible');
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
onInit() {
|
|
69
|
+
if (this.timeOut) {
|
|
70
|
+
setTimeout(() => {
|
|
71
|
+
this.dismiss();
|
|
72
|
+
}, this.timeOut);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
onViewInit() {
|
|
76
|
+
if (this.visible == undefined) {
|
|
77
|
+
this.visible = true;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Remove the alert from the container
|
|
82
|
+
*/
|
|
83
|
+
dismiss() {
|
|
84
|
+
const host = this._getHostElement();
|
|
85
|
+
this.visible = false;
|
|
86
|
+
const func = () => {
|
|
87
|
+
host.parentElement.removeChild(host);
|
|
88
|
+
};
|
|
89
|
+
host.addEventListener('transitionend', func);
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Hide the alert
|
|
93
|
+
*/
|
|
94
|
+
hide() {
|
|
95
|
+
this.visible = false;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Show the alert
|
|
99
|
+
*/
|
|
100
|
+
show() {
|
|
101
|
+
this.visible = true;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
_AXAlertComponent_visible = new WeakMap();
|
|
105
|
+
AXAlertComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
106
|
+
AXAlertComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: AXAlertComponent, selector: "ax-alert", inputs: { icon: "icon", color: "color", timeOut: "timeOut", visible: "visible" }, outputs: { typeChange: "typeChange" }, host: { properties: { "class": "this.hostClass" }, classAttribute: "ax-alert ax-none" }, usesInheritance: true, ngImport: i0, template: "<div class=\"ax-alert-icon\" *ngIf=\"icon\">\r\n <i class=\"{{icon}} fa-lg\"></i>\r\n</div>\r\n<div class=\"ax-alert-body\">\r\n <ng-content select=\"ax-alert-title\">\r\n </ng-content>\r\n <ng-content select=\"ax-alert-content\">\r\n </ng-content>\r\n <ng-content select=\"ax-alert-footer\">\r\n </ng-content>\r\n</div>\r\n<ng-content select=\"ax-alert-suffix\">\r\n</ng-content>", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertComponent, decorators: [{
|
|
108
|
+
type: Component,
|
|
109
|
+
args: [{ selector: 'ax-alert', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { class: 'ax-alert ax-none' }, template: "<div class=\"ax-alert-icon\" *ngIf=\"icon\">\r\n <i class=\"{{icon}} fa-lg\"></i>\r\n</div>\r\n<div class=\"ax-alert-body\">\r\n <ng-content select=\"ax-alert-title\">\r\n </ng-content>\r\n <ng-content select=\"ax-alert-content\">\r\n </ng-content>\r\n <ng-content select=\"ax-alert-footer\">\r\n </ng-content>\r\n</div>\r\n<ng-content select=\"ax-alert-suffix\">\r\n</ng-content>" }]
|
|
110
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { icon: [{
|
|
111
|
+
type: Input
|
|
112
|
+
}], typeChange: [{
|
|
113
|
+
type: Output
|
|
114
|
+
}], color: [{
|
|
115
|
+
type: Input
|
|
116
|
+
}], hostClass: [{
|
|
117
|
+
type: HostBinding,
|
|
118
|
+
args: ['class']
|
|
119
|
+
}], timeOut: [{
|
|
120
|
+
type: Input
|
|
121
|
+
}], visible: [{
|
|
122
|
+
type: Input
|
|
123
|
+
}] } });
|
|
124
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvc3JjL2xpYi9hbGVydC9hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9zcmMvbGliL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBaUMsS0FBSyxFQUEyQixZQUFZLEVBQUUsTUFBTSxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN4TCxPQUFPLEVBQUUsb0JBQW9CLEVBQW9CLE1BQU0sU0FBUyxDQUFDOzs7QUFHakU7Ozs7R0FJRztBQVFILE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxvQkFBb0I7SUF3RXREOztNQUVFO0lBQ0YsWUFDSSxVQUFzQixFQUN0QixHQUFzQjtRQUV0QixLQUFLLENBQUMsVUFBVSxFQUFFLEdBQUcsQ0FBQyxDQUFDO1FBekUzQixlQUFVLEdBQW1DLElBQUksWUFBWSxFQUFvQixDQUFDO1FBeUNsRiw0Q0FBa0I7SUFpQ2xCLENBQUM7SUF0RUQ7O01BRUU7SUFDRixJQUNXLEtBQUs7UUFDWixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDdkIsQ0FBQztJQUNELElBQVcsS0FBSyxDQUFDLENBQW1CO1FBQ2hDLElBQUksQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO1FBQ2hCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3hCLFFBQVEsSUFBSSxDQUFDLEtBQUssRUFBRTtZQUNoQixLQUFLLFNBQVM7Z0JBQ1YsSUFBSSxDQUFDLElBQUksR0FBRywwQkFBMEIsQ0FBQztnQkFDdkMsTUFBTTtZQUNWLEtBQUssU0FBUztnQkFDVixJQUFJLENBQUMsSUFBSSxHQUFHLHNCQUFzQixDQUFDO2dCQUNuQyxNQUFNO1lBQ1YsS0FBSyxRQUFRO2dCQUNULElBQUksQ0FBQyxJQUFJLEdBQUcsb0JBQW9CLENBQUM7Z0JBQ2pDLE1BQU07WUFDVjtnQkFDSSxJQUFJLENBQUMsSUFBSSxHQUFHLHlCQUF5QixDQUFDO2dCQUN0QyxNQUFNO1NBQ2I7SUFDTCxDQUFDO0lBRUQsSUFDSSxTQUFTO1FBQ1QsT0FBTyxNQUFNLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBVUQ7O01BRUU7SUFDRixJQUNXLE9BQU87UUFDZCxPQUFPLHVCQUFBLElBQUksaUNBQVMsQ0FBQztJQUN6QixDQUFDO0lBQ0QsSUFBVyxPQUFPLENBQUMsQ0FBVTtRQUN6QixJQUFJLHVCQUFBLElBQUksaUNBQVMsSUFBSSxDQUFDLEVBQUU7WUFDcEIsdUJBQUEsSUFBSSw2QkFBWSxDQUFDLE1BQUEsQ0FBQztZQUNsQixNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsZUFBZSxFQUFFLENBQUM7WUFDcEMsSUFBSSxDQUFDLEVBQUU7Z0JBQ0gsSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLENBQUMsaUJBQWlCLENBQUMsQ0FBQztnQkFDekMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsa0JBQWtCLENBQUMsQ0FBQzthQUMxQztpQkFDSTtnQkFDRCxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO2dCQUN0QyxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO2FBQzdDO1NBQ0o7SUFDTCxDQUFDO0lBYUQsTUFBTTtRQUNGLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRTtZQUNkLFVBQVUsQ0FBQyxHQUFHLEVBQUU7Z0JBQ1osSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFBO1lBQ2xCLENBQUMsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7U0FDcEI7SUFDTCxDQUFDO0lBRUQsVUFBVTtRQUNOLElBQUksSUFBSSxDQUFDLE9BQU8sSUFBSSxTQUFTLEVBQUU7WUFDM0IsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUM7U0FDdkI7SUFDTCxDQUFDO0lBRUQ7O01BRUU7SUFDRixPQUFPO1FBQ0gsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQ3BDLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO1FBQ3JCLE1BQU0sSUFBSSxHQUFHLEdBQUcsRUFBRTtZQUNkLElBQUksQ0FBQyxhQUFhLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ3pDLENBQUMsQ0FBQTtRQUNELElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxlQUFlLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDakQsQ0FBQztJQUdEOztNQUVFO0lBQ0YsSUFBSTtRQUNBLElBQUksQ0FBQyxPQUFPLEdBQUcsS0FBSyxDQUFDO0lBQ3pCLENBQUM7SUFFRDs7TUFFRTtJQUNGLElBQUk7UUFDQSxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztJQUN4QixDQUFDOzs7NkdBekhRLGdCQUFnQjtpR0FBaEIsZ0JBQWdCLHlSQ2hCN0IsbVpBWWE7MkZESUEsZ0JBQWdCO2tCQVA1QixTQUFTOytCQUNJLFVBQVUsbUJBRUgsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxRQUMvQixFQUFFLEtBQUssRUFBRSxrQkFBa0IsRUFBRTtpSUFLbkMsSUFBSTtzQkFESCxLQUFLO2dCQUlOLFVBQVU7c0JBRFQsTUFBTTtnQkFTSSxLQUFLO3NCQURmLEtBQUs7Z0JBd0JGLFNBQVM7c0JBRFosV0FBVzt1QkFBQyxPQUFPO2dCQVNwQixPQUFPO3NCQUROLEtBQUs7Z0JBU0ssT0FBTztzQkFEakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBFbGVtZW50UmVmLCBDaGFuZ2VEZXRlY3RvclJlZiwgSW5wdXQsIFZpZXdDaGlsZHJlbiwgUXVlcnlMaXN0LCBFdmVudEVtaXR0ZXIsIE91dHB1dCwgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQVhCYXNlQ29tcG9uZW50TWl4aW4sIEFYU3R5bGVDb2xvclR5cGUgfSBmcm9tICcuLi9iYXNlJztcclxuXHJcblxyXG4vKipcclxuICogUmVndWxhciBkZXNjcmlwdGlvblxyXG4gKlxyXG4gKiBAY2F0ZWdvcnkgQ29tcG9uZW50c1xyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2F4LWFsZXJ0JyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9hbGVydC5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBob3N0OiB7IGNsYXNzOiAnYXgtYWxlcnQgYXgtbm9uZScgfVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhBbGVydENvbXBvbmVudCBleHRlbmRzIEFYQmFzZUNvbXBvbmVudE1peGluIHtcclxuXHJcbiAgICBASW5wdXQoKVxyXG4gICAgaWNvbjogc3RyaW5nO1xyXG5cclxuICAgIEBPdXRwdXQoKVxyXG4gICAgdHlwZUNoYW5nZTogRXZlbnRFbWl0dGVyPEFYU3R5bGVDb2xvclR5cGU+ID0gbmV3IEV2ZW50RW1pdHRlcjxBWFN0eWxlQ29sb3JUeXBlPigpO1xyXG5cclxuICAgIHByaXZhdGUgX2NvbG9yOiBBWFN0eWxlQ29sb3JUeXBlO1xyXG5cclxuICAgIC8qKlxyXG4gICAgKiAgVGhlIEFsZXJ0IGFsbG93cyB5b3UgdG8gc2V0IGRpZmZlcmVudCB0eXBlcyBvZiBhbGVydHNcclxuICAgICovXHJcbiAgICBASW5wdXQoKVxyXG4gICAgcHVibGljIGdldCBjb2xvcigpOiBBWFN0eWxlQ29sb3JUeXBlIHtcclxuICAgICAgICByZXR1cm4gdGhpcy5fY29sb3I7XHJcbiAgICB9XHJcbiAgICBwdWJsaWMgc2V0IGNvbG9yKHY6IEFYU3R5bGVDb2xvclR5cGUpIHtcclxuICAgICAgICB0aGlzLl9jb2xvciA9IHY7XHJcbiAgICAgICAgdGhpcy50eXBlQ2hhbmdlLmVtaXQodik7XHJcbiAgICAgICAgc3dpdGNoICh0aGlzLmNvbG9yKSB7XHJcbiAgICAgICAgICAgIGNhc2UgJ3N1Y2Nlc3MnOlxyXG4gICAgICAgICAgICAgICAgdGhpcy5pY29uID0gJ2F4LWljIGF4LWljLWNoZWNrLWZpbGxlZCc7XHJcbiAgICAgICAgICAgICAgICBicmVhaztcclxuICAgICAgICAgICAgY2FzZSAnd2FybmluZyc6XHJcbiAgICAgICAgICAgICAgICB0aGlzLmljb24gPSAnYXgtaWMtd2FybmluZy1maWxsZWQnO1xyXG4gICAgICAgICAgICAgICAgYnJlYWs7XHJcbiAgICAgICAgICAgIGNhc2UgJ2Rhbmdlcic6XHJcbiAgICAgICAgICAgICAgICB0aGlzLmljb24gPSAnYXgtaWMtZXJyb3ItZmlsbGVkJztcclxuICAgICAgICAgICAgICAgIGJyZWFrO1xyXG4gICAgICAgICAgICBkZWZhdWx0OlxyXG4gICAgICAgICAgICAgICAgdGhpcy5pY29uID0gJ2F4LWljIGF4LWljLWluZm8tZmlsbGVkJztcclxuICAgICAgICAgICAgICAgIGJyZWFrO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcclxuICAgIGdldCBob3N0Q2xhc3MoKTogc3RyaW5nIHtcclxuICAgICAgICByZXR1cm4gYGF4LSR7dGhpcy5jb2xvcn1gO1xyXG4gICAgfVxyXG5cclxuXHJcblxyXG5cclxuICAgIEBJbnB1dCgpXHJcbiAgICB0aW1lT3V0OiBudW1iZXI7XHJcblxyXG4gICAgI3Zpc2libGU6IGJvb2xlYW47XHJcblxyXG4gICAgLyoqXHJcbiAgICAqICBzZXQgdGhlIHZpc2liaWxpdHkgb2YgdGhlIEFsZXJ0XHJcbiAgICAqL1xyXG4gICAgQElucHV0KClcclxuICAgIHB1YmxpYyBnZXQgdmlzaWJsZSgpOiBib29sZWFuIHtcclxuICAgICAgICByZXR1cm4gdGhpcy4jdmlzaWJsZTtcclxuICAgIH1cclxuICAgIHB1YmxpYyBzZXQgdmlzaWJsZSh2OiBib29sZWFuKSB7XHJcbiAgICAgICAgaWYgKHRoaXMuI3Zpc2libGUgIT0gdikge1xyXG4gICAgICAgICAgICB0aGlzLiN2aXNpYmxlID0gdjtcclxuICAgICAgICAgICAgY29uc3QgaG9zdCA9IHRoaXMuX2dldEhvc3RFbGVtZW50KCk7XHJcbiAgICAgICAgICAgIGlmICh2KSB7XHJcbiAgICAgICAgICAgICAgICBob3N0LmNsYXNzTGlzdC5yZW1vdmUoJ2F4LXN0YXRlLWhpZGRlbicpO1xyXG4gICAgICAgICAgICAgICAgaG9zdC5jbGFzc0xpc3QuYWRkKCdheC1zdGF0ZS12aXNpYmxlJyk7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgZWxzZSB7XHJcbiAgICAgICAgICAgICAgICBob3N0LmNsYXNzTGlzdC5hZGQoJ2F4LXN0YXRlLWhpZGRlbicpO1xyXG4gICAgICAgICAgICAgICAgaG9zdC5jbGFzc0xpc3QudG9nZ2xlKCdheC1zdGF0ZS12aXNpYmxlJyk7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcblxyXG5cclxuICAgIC8qKlxyXG4gICAgKiAgQGlnbm9yZVxyXG4gICAgKi9cclxuICAgIGNvbnN0cnVjdG9yKFxyXG4gICAgICAgIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXHJcbiAgICAgICAgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZlxyXG4gICAgKSB7XHJcbiAgICAgICAgc3VwZXIoZWxlbWVudFJlZiwgY2RyKTtcclxuICAgIH1cclxuXHJcbiAgICBvbkluaXQoKSB7XHJcbiAgICAgICAgaWYgKHRoaXMudGltZU91dCkge1xyXG4gICAgICAgICAgICBzZXRUaW1lb3V0KCgpID0+IHtcclxuICAgICAgICAgICAgICAgIHRoaXMuZGlzbWlzcygpXHJcbiAgICAgICAgICAgIH0sIHRoaXMudGltZU91dCk7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5cclxuICAgIG9uVmlld0luaXQoKSB7XHJcbiAgICAgICAgaWYgKHRoaXMudmlzaWJsZSA9PSB1bmRlZmluZWQpIHtcclxuICAgICAgICAgICAgdGhpcy52aXNpYmxlID0gdHJ1ZTtcclxuICAgICAgICB9XHJcbiAgICB9XHJcblxyXG4gICAgLyoqXHJcbiAgICAqICBSZW1vdmUgdGhlIGFsZXJ0IGZyb20gdGhlIGNvbnRhaW5lclxyXG4gICAgKi9cclxuICAgIGRpc21pc3MoKTogdm9pZCB7XHJcbiAgICAgICAgY29uc3QgaG9zdCA9IHRoaXMuX2dldEhvc3RFbGVtZW50KCk7XHJcbiAgICAgICAgdGhpcy52aXNpYmxlID0gZmFsc2U7XHJcbiAgICAgICAgY29uc3QgZnVuYyA9ICgpID0+IHtcclxuICAgICAgICAgICAgaG9zdC5wYXJlbnRFbGVtZW50LnJlbW92ZUNoaWxkKGhvc3QpO1xyXG4gICAgICAgIH1cclxuICAgICAgICBob3N0LmFkZEV2ZW50TGlzdGVuZXIoJ3RyYW5zaXRpb25lbmQnLCBmdW5jKTtcclxuICAgIH1cclxuXHJcblxyXG4gICAgLyoqXHJcbiAgICAqICBIaWRlIHRoZSBhbGVydFxyXG4gICAgKi9cclxuICAgIGhpZGUoKTogdm9pZCB7XHJcbiAgICAgICAgdGhpcy52aXNpYmxlID0gZmFsc2U7XHJcbiAgICB9XHJcblxyXG4gICAgLyoqXHJcbiAgICAqICBTaG93IHRoZSBhbGVydFxyXG4gICAgKi9cclxuICAgIHNob3coKSB7XHJcbiAgICAgICAgdGhpcy52aXNpYmxlID0gdHJ1ZTtcclxuICAgIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiYXgtYWxlcnQtaWNvblwiICpuZ0lmPVwiaWNvblwiPlxyXG4gICAgPGkgY2xhc3M9XCJ7e2ljb259fSBmYS1sZ1wiPjwvaT5cclxuPC9kaXY+XHJcbjxkaXYgY2xhc3M9XCJheC1hbGVydC1ib2R5XCI+XHJcbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJheC1hbGVydC10aXRsZVwiPlxyXG4gICAgPC9uZy1jb250ZW50PlxyXG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtYWxlcnQtY29udGVudFwiPlxyXG4gICAgPC9uZy1jb250ZW50PlxyXG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtYWxlcnQtZm9vdGVyXCI+XHJcbiAgICA8L25nLWNvbnRlbnQ+XHJcbjwvZGl2PlxyXG48bmctY29udGVudCBzZWxlY3Q9XCJheC1hbGVydC1zdWZmaXhcIj5cclxuPC9uZy1jb250ZW50PiJdfQ==
|
|
@@ -18,8 +18,8 @@ const COMPONENT = [
|
|
|
18
18
|
const MODULES = [CommonModule];
|
|
19
19
|
export class AXAlertModule {
|
|
20
20
|
}
|
|
21
|
-
AXAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
22
|
-
AXAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
21
|
+
AXAlertModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22
|
+
AXAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertModule, declarations: [AXAlertComponent,
|
|
23
23
|
AXAlertContentComponent,
|
|
24
24
|
AXAlertTitleComponent,
|
|
25
25
|
AXAlertButtonComponent,
|
|
@@ -30,8 +30,8 @@ AXAlertModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
30
30
|
AXAlertButtonComponent,
|
|
31
31
|
AXAlertFooterComponent,
|
|
32
32
|
AXAlertSuffixComponent] });
|
|
33
|
-
AXAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
33
|
+
AXAlertModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertModule, providers: [], imports: [[...MODULES]] });
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAlertModule, decorators: [{
|
|
35
35
|
type: NgModule,
|
|
36
36
|
args: [{
|
|
37
37
|
declarations: [...COMPONENT],
|
|
File without changes
|
|
@@ -31,18 +31,11 @@ export class AXAvatarComponent extends AXSizableComponentMixin {
|
|
|
31
31
|
this._abbr = v;
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
AXAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
35
|
-
AXAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
34
|
+
AXAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAvatarComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
+
AXAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: AXAvatarComponent, selector: "ax-avatar", inputs: { rtl: "rtl", cssClass: "cssClass", cssStyle: "cssStyle", size: "size", image: "image", title: "title", icon: "icon", abbr: "abbr" }, host: { classAttribute: "ax-avatar" }, usesInheritance: true, ngImport: i0, template: "\r\n<div>Hi ax-avatar</div>\r\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAvatarComponent, decorators: [{
|
|
37
37
|
type: Component,
|
|
38
|
-
args: [{
|
|
39
|
-
selector: 'ax-avatar',
|
|
40
|
-
templateUrl: './avatar.component.html',
|
|
41
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
42
|
-
encapsulation: ViewEncapsulation.None,
|
|
43
|
-
inputs: [...BASE_INPUTS, ...SIZABLE_INPUTS],
|
|
44
|
-
host: { class: 'ax-avatar' }
|
|
45
|
-
}]
|
|
38
|
+
args: [{ selector: 'ax-avatar', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, inputs: [...BASE_INPUTS, ...SIZABLE_INPUTS], host: { class: 'ax-avatar' }, template: "\r\n<div>Hi ax-avatar</div>\r\n" }]
|
|
46
39
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { image: [{
|
|
47
40
|
type: Input
|
|
48
41
|
}], title: [{
|
|
@@ -52,4 +45,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImpor
|
|
|
52
45
|
}], abbr: [{
|
|
53
46
|
type: Input
|
|
54
47
|
}] } });
|
|
55
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZhdGFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL3NyYy9saWIvYXZhdGFyL2F2YXRhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9zcmMvbGliL2F2YXRhci9hdmF0YXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBaUMsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzVILE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxXQUFXLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFDL0QsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOztBQVVuRSxNQUFNLE9BQU8saUJBQWtCLFNBQVEsdUJBQXVCO0lBRTFELFlBQ0ksVUFBc0IsRUFDdEIsR0FBc0I7UUFFdEIsS0FBSyxDQUFDLFVBQVUsRUFBRSxHQUFHLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBS0QsSUFDVyxLQUFLO1FBQ1osT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDO0lBQ3ZCLENBQUM7SUFDRCxJQUFXLEtBQUssQ0FBQyxDQUFTO1FBQ3RCLElBQUksQ0FBQyxNQUFNLEdBQUcsQ0FBQyxDQUFDO0lBQ3BCLENBQUM7SUFJRCxJQUNXLEtBQUs7UUFDWixPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDdkIsQ0FBQztJQUNELElBQVcsS0FBSyxDQUFDLENBQVM7UUFDdEIsSUFBSSxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7SUFDcEIsQ0FBQztJQUlELElBQ1csSUFBSTtRQUNYLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUN0QixDQUFDO0lBQ0QsSUFBVyxJQUFJLENBQUMsQ0FBUztRQUNyQixJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQztJQUNuQixDQUFDO0lBSUQsSUFDVyxJQUFJO1FBQ1gsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDO0lBQ3RCLENBQUM7SUFDRCxJQUFXLElBQUksQ0FBQyxDQUFTO1FBQ3JCLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDO0lBQ25CLENBQUM7OzhHQWhEUSxpQkFBaUI7a0dBQWpCLGlCQUFpQiw2UENaOUIsaUNBRUE7MkZEVWEsaUJBQWlCO2tCQVI3QixTQUFTOytCQUNJLFdBQVcsbUJBRUosdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxVQUM3QixDQUFDLEdBQUcsV0FBVyxFQUFFLEdBQUcsY0FBYyxDQUFDLFFBQ3JDLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRTtpSUFlakIsS0FBSztzQkFEZixLQUFLO2dCQVdLLEtBQUs7c0JBRGYsS0FBSztnQkFXSyxJQUFJO3NCQURkLEtBQUs7Z0JBV0ssSUFBSTtzQkFEZCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIEVsZW1lbnRSZWYsIENoYW5nZURldGVjdG9yUmVmLCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBWFNpemFibGVDb21wb25lbnRNaXhpbiwgQkFTRV9JTlBVVFMgfSBmcm9tICcuLi9iYXNlJztcclxuaW1wb3J0IHsgU0laQUJMRV9JTlBVVFMgfSBmcm9tICcuLi9iYXNlL21peGluL3NpemFibGUtbWl4aW4uY2xhc3MnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ2F4LWF2YXRhcicsXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vYXZhdGFyLmNvbXBvbmVudC5odG1sJyxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICAgIGlucHV0czogWy4uLkJBU0VfSU5QVVRTLCAuLi5TSVpBQkxFX0lOUFVUU10sXHJcbiAgICBob3N0OiB7IGNsYXNzOiAnYXgtYXZhdGFyJyB9XHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBWEF2YXRhckNvbXBvbmVudCBleHRlbmRzIEFYU2l6YWJsZUNvbXBvbmVudE1peGluIHtcclxuXHJcbiAgICBjb25zdHJ1Y3RvcihcclxuICAgICAgICBlbGVtZW50UmVmOiBFbGVtZW50UmVmLFxyXG4gICAgICAgIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWZcclxuICAgICkge1xyXG4gICAgICAgIHN1cGVyKGVsZW1lbnRSZWYsIGNkcik7XHJcbiAgICB9XHJcblxyXG5cclxuXHJcbiAgICBwcml2YXRlIF9pbWFnZTogc3RyaW5nO1xyXG4gICAgQElucHV0KClcclxuICAgIHB1YmxpYyBnZXQgaW1hZ2UoKTogc3RyaW5nIHtcclxuICAgICAgICByZXR1cm4gdGhpcy5faW1hZ2U7XHJcbiAgICB9XHJcbiAgICBwdWJsaWMgc2V0IGltYWdlKHY6IHN0cmluZykge1xyXG4gICAgICAgIHRoaXMuX2ltYWdlID0gdjtcclxuICAgIH1cclxuXHJcblxyXG4gICAgcHJpdmF0ZSBfdGl0bGU6IHN0cmluZztcclxuICAgIEBJbnB1dCgpXHJcbiAgICBwdWJsaWMgZ2V0IHRpdGxlKCk6IHN0cmluZyB7XHJcbiAgICAgICAgcmV0dXJuIHRoaXMuX3RpdGxlO1xyXG4gICAgfVxyXG4gICAgcHVibGljIHNldCB0aXRsZSh2OiBzdHJpbmcpIHtcclxuICAgICAgICB0aGlzLl90aXRsZSA9IHY7XHJcbiAgICB9XHJcblxyXG5cclxuICAgIHByaXZhdGUgX2ljb246IHN0cmluZztcclxuICAgIEBJbnB1dCgpXHJcbiAgICBwdWJsaWMgZ2V0IGljb24oKTogc3RyaW5nIHtcclxuICAgICAgICByZXR1cm4gdGhpcy5faWNvbjtcclxuICAgIH1cclxuICAgIHB1YmxpYyBzZXQgaWNvbih2OiBzdHJpbmcpIHtcclxuICAgICAgICB0aGlzLl9pY29uID0gdjtcclxuICAgIH1cclxuXHJcblxyXG4gICAgcHJpdmF0ZSBfYWJicjogc3RyaW5nO1xyXG4gICAgQElucHV0KClcclxuICAgIHB1YmxpYyBnZXQgYWJicigpOiBzdHJpbmcge1xyXG4gICAgICAgIHJldHVybiB0aGlzLl9hYmJyO1xyXG4gICAgfVxyXG4gICAgcHVibGljIHNldCBhYmJyKHY6IHN0cmluZykge1xyXG4gICAgICAgIHRoaXMuX2FiYnIgPSB2O1xyXG4gICAgfVxyXG5cclxuXHJcbn1cclxuIiwiXHJcbjxkaXY+SGkgYXgtYXZhdGFyPC9kaXY+XHJcbiJdfQ==
|
|
@@ -6,10 +6,10 @@ const COMPONENT = [AXAvatarComponent];
|
|
|
6
6
|
const MODULES = [CommonModule];
|
|
7
7
|
export class AXAvatarModule {
|
|
8
8
|
}
|
|
9
|
-
AXAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
AXAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
11
|
-
AXAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
AXAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
AXAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAvatarModule, declarations: [AXAvatarComponent], imports: [CommonModule], exports: [AXAvatarComponent] });
|
|
11
|
+
AXAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAvatarModule, providers: [], imports: [[...MODULES]] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXAvatarModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
declarations: [...COMPONENT],
|
|
File without changes
|
|
@@ -12,17 +12,11 @@ export class AXBadgeComponent extends AXBaseComponentMixin {
|
|
|
12
12
|
return [`ax-bg-${this.color}-100`, `ax-text-${this.color}-500`].join(' ');
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
AXBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16
|
-
AXBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
+
AXBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBadgeComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
AXBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.1", type: AXBadgeComponent, selector: "ax-badge", inputs: { text: "text", color: "color" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-badge" }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\r\n<span class=\"ax-font-medium\">{{text}}</span>\r\n<ng-content select=\"ax-suffix\"></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBadgeComponent, decorators: [{
|
|
18
18
|
type: Component,
|
|
19
|
-
args: [{
|
|
20
|
-
selector: 'ax-badge',
|
|
21
|
-
templateUrl: './badge.component.html',
|
|
22
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
23
|
-
encapsulation: ViewEncapsulation.None,
|
|
24
|
-
host: { class: 'ax-badge' }
|
|
25
|
-
}]
|
|
19
|
+
args: [{ selector: 'ax-badge', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { class: 'ax-badge' }, template: "<ng-content select=\"ax-prefix\"></ng-content>\r\n<span class=\"ax-font-medium\">{{text}}</span>\r\n<ng-content select=\"ax-suffix\"></ng-content>" }]
|
|
26
20
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { text: [{
|
|
27
21
|
type: Input
|
|
28
22
|
}], color: [{
|
|
@@ -31,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImpor
|
|
|
31
25
|
type: HostBinding,
|
|
32
26
|
args: ['class']
|
|
33
27
|
}] } });
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvc3JjL2xpYi9iYWRnZS9iYWRnZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9zcmMvbGliL2JhZGdlL2JhZGdlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsaUJBQWlCLEVBQUUsdUJBQXVCLEVBQWlDLEtBQUssRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekksT0FBTyxFQUFFLG9CQUFvQixFQUFvQixNQUFNLFNBQVMsQ0FBQzs7QUFTakUsTUFBTSxPQUFPLGdCQUFpQixTQUFRLG9CQUFvQjtJQU90RCxZQUNJLFVBQXNCLEVBQ3RCLEdBQXNCO1FBRXRCLEtBQUssQ0FBQyxVQUFVLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFUbEIsU0FBSSxHQUFXLEVBQUUsQ0FBQztRQUVsQixVQUFLLEdBQXFCLE9BQU8sQ0FBQztRQVF2QyxnQkFBZ0I7SUFDcEIsQ0FBQztJQUdELElBQ1ksV0FBVztRQUNuQixPQUFPLENBQUMsU0FBUyxJQUFJLENBQUMsS0FBSyxNQUFNLEVBQUUsV0FBVyxJQUFJLENBQUMsS0FBSyxNQUFNLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDOUUsQ0FBQzs7NkdBbkJRLGdCQUFnQjtpR0FBaEIsZ0JBQWdCLG9NQ1Y3QixvSkFFNEM7MkZEUS9CLGdCQUFnQjtrQkFQNUIsU0FBUzsrQkFDSSxVQUFVLG1CQUVILHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUksUUFDL0IsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFO2lJQUlsQixJQUFJO3NCQUFaLEtBQUs7Z0JBRUcsS0FBSztzQkFBYixLQUFLO2dCQWFNLFdBQVc7c0JBRHRCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24sIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBFbGVtZW50UmVmLCBDaGFuZ2VEZXRlY3RvclJlZiwgSW5wdXQsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFYQmFzZUNvbXBvbmVudE1peGluLCBBWFN0eWxlQ29sb3JUeXBlIH0gZnJvbSAnLi4vYmFzZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAnYXgtYmFkZ2UnLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhZGdlLmNvbXBvbmVudC5odG1sJyxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICAgIGhvc3Q6IHsgY2xhc3M6ICdheC1iYWRnZScgfVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhCYWRnZUNvbXBvbmVudCBleHRlbmRzIEFYQmFzZUNvbXBvbmVudE1peGluIHtcclxuXHJcbiAgICBASW5wdXQoKSB0ZXh0OiBzdHJpbmcgPSAnJztcclxuXHJcbiAgICBASW5wdXQoKSBjb2xvcjogQVhTdHlsZUNvbG9yVHlwZSA9ICdsaWdodCc7XHJcblxyXG5cclxuICAgIGNvbnN0cnVjdG9yKFxyXG4gICAgICAgIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXHJcbiAgICAgICAgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZlxyXG4gICAgKSB7XHJcbiAgICAgICAgc3VwZXIoZWxlbWVudFJlZiwgY2RyKTtcclxuICAgICAgICAvL1RPRE86IGF4LWJhZGdlXHJcbiAgICB9XHJcblxyXG5cclxuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxyXG4gICAgcHJpdmF0ZSBnZXQgX19ob3N0Q2xhc3MoKTogc3RyaW5nIHtcclxuICAgICAgICByZXR1cm4gW2BheC1iZy0ke3RoaXMuY29sb3J9LTEwMGAsIGBheC10ZXh0LSR7dGhpcy5jb2xvcn0tNTAwYF0uam9pbignICcpO1xyXG4gICAgfVxyXG5cclxuXHJcbn1cclxuIiwiPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtcHJlZml4XCI+PC9uZy1jb250ZW50PlxyXG48c3BhbiBjbGFzcz1cImF4LWZvbnQtbWVkaXVtXCI+e3t0ZXh0fX08L3NwYW4+XHJcbjxuZy1jb250ZW50IHNlbGVjdD1cImF4LXN1ZmZpeFwiPjwvbmctY29udGVudD4iXX0=
|
|
@@ -6,10 +6,10 @@ const COMPONENT = [AXBadgeComponent];
|
|
|
6
6
|
const MODULES = [CommonModule];
|
|
7
7
|
export class AXBadgeModule {
|
|
8
8
|
}
|
|
9
|
-
AXBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10
|
-
AXBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
11
|
-
AXBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9
|
+
AXBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
AXBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBadgeModule, declarations: [AXBadgeComponent], imports: [CommonModule], exports: [AXBadgeComponent] });
|
|
11
|
+
AXBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBadgeModule, providers: [], imports: [[...MODULES]] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBadgeModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
declarations: [...COMPONENT],
|
|
File without changes
|
|
@@ -3,10 +3,10 @@ import { AXResponsiveDirective } from './responsive.directive';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export class AXCommonModule {
|
|
5
5
|
}
|
|
6
|
-
AXCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7
|
-
AXCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
8
|
-
AXCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6
|
+
AXCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
AXCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective], exports: [AXResponsiveDirective] });
|
|
8
|
+
AXCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXCommonModule, providers: [], imports: [[]] });
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXCommonModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{
|
|
12
12
|
imports: [],
|
|
@@ -10,9 +10,9 @@ export class DynamicOverlayContainer extends OverlayContainer {
|
|
|
10
10
|
this._containerElement = containerElement;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
DynamicOverlayContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14
|
-
DynamicOverlayContainer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
+
DynamicOverlayContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14
|
+
DynamicOverlayContainer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' });
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
|
|
16
16
|
type: Injectable,
|
|
17
17
|
args: [{
|
|
18
18
|
providedIn: 'root'
|
|
@@ -33,9 +33,9 @@ export class DynamicOverlay extends Overlay {
|
|
|
33
33
|
return super.create(config);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
DynamicOverlay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
37
|
-
DynamicOverlay.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
DynamicOverlay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DynamicOverlay, deps: [{ token: i1.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0.ComponentFactoryResolver }, { token: i1.OverlayPositionBuilder }, { token: i1.OverlayKeyboardDispatcher }, { token: i0.Injector }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i2.Directionality }, { token: i0.RendererFactory2 }, { token: i3.Location }, { token: i1.OverlayOutsideClickDispatcher }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
37
|
+
DynamicOverlay.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DynamicOverlay, providedIn: 'root' });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: DynamicOverlay, decorators: [{
|
|
39
39
|
type: Injectable,
|
|
40
40
|
args: [{
|
|
41
41
|
providedIn: 'root'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var
|
|
1
|
+
var _AXBaseComponent_elementRef;
|
|
2
2
|
import { __classPrivateFieldGet, __classPrivateFieldSet } from "tslib";
|
|
3
3
|
import { Inject, Injectable } from "@angular/core";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -8,8 +8,8 @@ export class AXBaseComponent {
|
|
|
8
8
|
*/
|
|
9
9
|
constructor(...args) {
|
|
10
10
|
this.id = `AX${Math.round(Math.random() * Math.pow(10, 10))}`;
|
|
11
|
-
|
|
12
|
-
__classPrivateFieldSet(this,
|
|
11
|
+
_AXBaseComponent_elementRef.set(this, void 0);
|
|
12
|
+
__classPrivateFieldSet(this, _AXBaseComponent_elementRef, args[0], "f");
|
|
13
13
|
this._cdr = args[1];
|
|
14
14
|
}
|
|
15
15
|
ngOnInit() {
|
|
@@ -24,7 +24,7 @@ export class AXBaseComponent {
|
|
|
24
24
|
this._onInternalDestroy();
|
|
25
25
|
}
|
|
26
26
|
_getHostElement() {
|
|
27
|
-
return __classPrivateFieldGet(this,
|
|
27
|
+
return __classPrivateFieldGet(this, _AXBaseComponent_elementRef, "f").nativeElement;
|
|
28
28
|
}
|
|
29
29
|
_getInnerElement() {
|
|
30
30
|
return this._getHostElement().firstElementChild;
|
|
@@ -56,7 +56,7 @@ export class AXBaseComponent {
|
|
|
56
56
|
onDestroy() {
|
|
57
57
|
}
|
|
58
58
|
_onOptionChanging(option) {
|
|
59
|
-
return option
|
|
59
|
+
return option?.value;
|
|
60
60
|
}
|
|
61
61
|
_onOptionChanged(option) {
|
|
62
62
|
}
|
|
@@ -77,10 +77,10 @@ export class AXBaseComponent {
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
AXBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
82
|
-
AXBaseComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
83
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
80
|
+
_AXBaseComponent_elementRef = new WeakMap();
|
|
81
|
+
AXBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBaseComponent, deps: [{ token: Array }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
82
|
+
AXBaseComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBaseComponent });
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: AXBaseComponent, decorators: [{
|
|
84
84
|
type: Injectable
|
|
85
85
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
86
86
|
type: Inject,
|
|
@@ -99,4 +99,4 @@ export const BASE_INPUTS = [
|
|
|
99
99
|
'cssStyle'
|
|
100
100
|
];
|
|
101
101
|
export const BASE_OUTPUT = [];
|
|
102
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
102
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzZS1jb21wb25lbnRzLmNsYXNzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvc3JjL2xpYi9iYXNlL21peGluL2Jhc2UtY29tcG9uZW50cy5jbGFzcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sRUFBbUMsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFnQnBGLE1BQU0sT0FBTyxlQUFlO0lBa0J4Qjs7TUFFRTtJQUNGLFlBQTJCLEdBQUcsSUFBVztRQXBCekMsT0FBRSxHQUFXLEtBQUssSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDO1FBV2pFLDhDQUF3QjtRQVVwQix1QkFBQSxJQUFJLCtCQUFlLElBQUksQ0FBQyxDQUFDLENBQUMsTUFBQSxDQUFDO1FBQzNCLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ3hCLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7UUFDdEIsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQzNCLENBQUM7SUFFRCxlQUFlO1FBQ1gsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7UUFDeEIsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztJQUM5QixDQUFDO0lBRUQsZUFBZTtRQUNYLE9BQU8sdUJBQUEsSUFBSSxtQ0FBWSxDQUFDLGFBQWtCLENBQUM7SUFDL0MsQ0FBQztJQUVELGdCQUFnQjtRQUNaLE9BQU8sSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDLGlCQUFpQyxDQUFDO0lBQ3BFLENBQUM7SUFHRCxlQUFlO1FBQ1YsSUFBSSxDQUFDLGVBQWUsRUFBVSxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7UUFFckQsSUFBSSxJQUFJLENBQUMsR0FBRyxJQUFJLElBQUksRUFBRTtZQUNsQixJQUFJLENBQUMsR0FBRyxHQUFHLE1BQU0sQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsZUFBZSxFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDLEtBQUssS0FBSyxDQUFDO1NBQzVHO1FBQ0QsY0FBYztRQUNkLHdFQUF3RTtRQUN4RSwwRUFBMEU7UUFDMUUsMkRBQTJEO1FBQzNELElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQztRQUNkLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRCxtQkFBbUI7UUFDZixJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELGtCQUFrQjtRQUNkLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsTUFBTTtJQUNOLENBQUM7SUFFRCxnQkFBZ0I7SUFDaEIsQ0FBQztJQUVELFVBQVU7SUFDVixDQUFDO0lBRUQsU0FBUztJQUNULENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxNQUFpQztRQUMvQyxPQUFPLE1BQU0sRUFBRSxLQUFLLENBQUM7SUFDekIsQ0FBQztJQUNELGdCQUFnQixDQUFDLE1BQWdDO0lBRWpELENBQUM7SUFFRCxVQUFVLENBQUMsTUFBNEI7UUFDbkMsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNuQyxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsRUFBRSxJQUFJLEVBQUUsTUFBTSxDQUFDLElBQUksRUFBRSxLQUFLLEVBQUUsTUFBTSxDQUFDLEtBQUssRUFBRSxDQUFDLENBQUM7UUFDcEYsMkJBQTJCO1FBQzNCLElBQUksUUFBUSxJQUFJLFFBQVEsRUFBRTtZQUN0QixJQUFJLE1BQU0sQ0FBQyxjQUFjO2dCQUNyQixNQUFNLENBQUMsY0FBYyxFQUFFLENBQUM7WUFDNUIsSUFBSSxDQUFDLElBQUksTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDLEdBQUcsTUFBTSxDQUFDLEtBQUssQ0FBQztZQUN2QyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsRUFBRSxJQUFJLEVBQUUsTUFBTSxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLENBQUMsQ0FBQztZQUNqRSxNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsR0FBRyxNQUFNLENBQUMsSUFBSSxRQUFRLENBQXNCLENBQUM7WUFDbEUsSUFBSSxPQUFPO2dCQUNQLE9BQU8sQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7WUFDM0IsSUFBSSxNQUFNLENBQUMsYUFBYTtnQkFDcEIsTUFBTSxDQUFDLGFBQWEsRUFBRSxDQUFDO1NBQzlCO0lBQ0wsQ0FBQzs7OzRHQXpHUSxlQUFlLGtCQXFCSixLQUFLO2dIQXJCaEIsZUFBZTsyRkFBZixlQUFlO2tCQUQzQixVQUFVOzswQkFzQk0sTUFBTTsyQkFBQyxLQUFLOztBQXdGN0IsTUFBTSxVQUFVLG9CQUFvQixDQUE2QyxJQUFXO0lBQ3hGLE9BQU8sS0FBTSxTQUFRLElBQUk7UUFDckIsWUFBWSxHQUFHLElBQVc7WUFDdEIsS0FBSyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUM7UUFDbkIsQ0FBQztLQUNKLENBQUE7QUFDTCxDQUFDO0FBR0QsTUFBTSxDQUFDLE1BQU0sV0FBVyxHQUFHO0lBQ3ZCLEtBQUs7SUFDTCxVQUFVO0lBQ1YsVUFBVTtDQUNiLENBQUM7QUFDRixNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0b3JSZWYsIEV2ZW50RW1pdHRlciwgSW5qZWN0LCBJbmplY3RhYmxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgRWxlbWVudFJlZiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7IENvbnN0cnVjdG9yIH0gZnJvbSBcIi4vY29uc3RyYXRjdG9yXCI7XHJcblxyXG5cclxuLyoqXHJcbiogQSB0b2tlbiB0aGF0IHNwZWNpZmllcyB0aGUgc2l6ZSBvZiBjb21wb25lbnQuXHJcbiovXHJcbmV4cG9ydCB0eXBlIEFYRWxlbWVudFNpemUgPSAneHMnIHwgJ3NtJyB8ICdtZCcgfCAnbGcnIHwgJ3hsJztcclxuXHJcblxyXG5leHBvcnQgdHlwZSBBWENvbXBvbmVudE9wdGlvbkNoYW5naW5nID0geyBuYW1lOiBzdHJpbmcsIHZhbHVlPzogYW55IH07XHJcbmV4cG9ydCB0eXBlIEFYQ29tcG9uZW50T3B0aW9uQ2hhbmdlZCA9IHsgbmFtZTogc3RyaW5nLCBuZXdWYWx1ZT86IGFueSwgb2xkVmFsdWU/OiBhbnkgfTtcclxuZXhwb3J0IHR5cGUgQVhDb21wb25lbnRTZXRPcHRpb24gPSB7IG5hbWU6IHN0cmluZywgdmFsdWU/OiBhbnksIGFmdGVyQ2FsbGJhY2s/OiAoKSA9PiB2b2lkLCBiZWZvcmVDYWxsYmFjaz86ICgpID0+IHZvaWQgfTtcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEFYQmFzZUNvbXBvbmVudCB7XHJcbiAgICBpZDogc3RyaW5nID0gYEFYJHtNYXRoLnJvdW5kKE1hdGgucmFuZG9tKCkgKiBNYXRoLnBvdygxMCwgMTApKX1gO1xyXG5cclxuICAgIC8qKlxyXG4gICAgKiBBIHRva2VuIHRoYXQgc3BlY2lmaWVzIHRoZSBsYXlvdXQgZGlyZWN0aW9uIG9mIGNvbXBvbmVudC5cclxuICAgICovXHJcbiAgICBydGw6IGJvb2xlYW47XHJcblxyXG4gICAgY3NzQ2xhc3M6IHN0cmluZztcclxuICAgIGNzc1N0eWxlOiBzdHJpbmc7XHJcblxyXG5cclxuICAgICNlbGVtZW50UmVmOiBFbGVtZW50UmVmO1xyXG4gICAgX2NkcjogQ2hhbmdlRGV0ZWN0b3JSZWY7XHJcblxyXG4gICAgX2lzSW5pdGVkOiBib29sZWFuO1xyXG4gICAgX2lzUmVuZGVyZWQ6IGJvb2xlYW47XHJcblxyXG4gICAgLyoqXHJcbiAgICAqICBAaWdub3JlXHJcbiAgICAqL1xyXG4gICAgY29uc3RydWN0b3IoQEluamVjdChBcnJheSkgLi4uYXJnczogYW55W10pIHtcclxuICAgICAgICB0aGlzLiNlbGVtZW50UmVmID0gYXJnc1swXTtcclxuICAgICAgICB0aGlzLl9jZHIgPSBhcmdzWzFdO1xyXG4gICAgfVxyXG5cclxuICAgIG5nT25Jbml0KCkge1xyXG4gICAgICAgIHRoaXMuX2lzSW5pdGVkID0gdHJ1ZTtcclxuICAgICAgICB0aGlzLl9vbkludGVybmFsSW5pdCgpO1xyXG4gICAgfVxyXG5cclxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcclxuICAgICAgICB0aGlzLl9pc1JlbmRlcmVkID0gdHJ1ZTtcclxuICAgICAgICB0aGlzLl9vbkludGVybmFsVmlld0luaXQoKTtcclxuICAgIH1cclxuXHJcbiAgICBuZ09uRGVzdHJveSgpIHtcclxuICAgICAgICB0aGlzLl9vbkludGVybmFsRGVzdHJveSgpO1xyXG4gICAgfVxyXG5cclxuICAgIF9nZXRIb3N0RWxlbWVudDxUID0gSFRNTEVsZW1lbnQ+KCk6IFQge1xyXG4gICAgICAgIHJldHVybiB0aGlzLiNlbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQgYXMgVDtcclxuICAgIH1cclxuXHJcbiAgICBfZ2V0SW5uZXJFbGVtZW50PFQgPSBIVE1MRWxlbWVudD4oKTogVCB7XHJcbiAgICAgICAgcmV0dXJuIHRoaXMuX2dldEhvc3RFbGVtZW50KCkuZmlyc3RFbGVtZW50Q2hpbGQgYXMgdW5rbm93biBhcyBUO1xyXG4gICAgfVxyXG5cclxuXHJcbiAgICBfb25JbnRlcm5hbEluaXQoKSB7XHJcbiAgICAgICAgKHRoaXMuX2dldEhvc3RFbGVtZW50KCkgYXMgYW55KS5fX2F4Q29udGV4dF9fID0gdGhpcztcclxuXHJcbiAgICAgICAgaWYgKHRoaXMucnRsID09IG51bGwpIHtcclxuICAgICAgICAgICAgdGhpcy5ydGwgPSB3aW5kb3cuZ2V0Q29tcHV0ZWRTdHlsZSh0aGlzLl9nZXRIb3N0RWxlbWVudCgpLCBudWxsKS5nZXRQcm9wZXJ0eVZhbHVlKCdkaXJlY3Rpb24nKSA9PT0gJ3J0bCc7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIC8vVE9ETzogQXBwbHkgXHJcbiAgICAgICAgLy8gdGhpcy5fZ2V0SG9zdEVsZW1lbnQoKS5jbGFzc0xpc3QuYWRkKHRoaXMucnRsID8gJ2F4LXJ0bCcgOiAnYXgtbHRyJyk7XHJcbiAgICAgICAgLy8gdGhpcy5fZ2V0SW5uZXJFbGVtZW50KCk/LmNsYXNzTGlzdC5hZGQodGhpcy5ydGwgPyAnYXgtcnRsJyA6ICdheC1sdHInKTtcclxuICAgICAgICAvLyB0aGlzLl9nZXRIb3N0RWxlbWVudCgpLnNldEF0dHJpYnV0ZSgnZGF0YS1pZCcsIHRoaXMuaWQpO1xyXG4gICAgICAgIHRoaXMub25Jbml0KCk7XHJcbiAgICAgICAgdGhpcy5vblJlbmRlckNzc0NsYXNzKCk7XHJcbiAgICB9XHJcblxyXG4gICAgX29uSW50ZXJuYWxWaWV3SW5pdCgpIHtcclxuICAgICAgICB0aGlzLm9uVmlld0luaXQoKTtcclxuICAgIH1cclxuXHJcbiAgICBfb25JbnRlcm5hbERlc3Ryb3koKSB7XHJcbiAgICAgICAgdGhpcy5vbkRlc3Ryb3koKTtcclxuICAgIH1cclxuXHJcbiAgICBvbkluaXQoKSB7XHJcbiAgICB9XHJcblxyXG4gICAgb25SZW5kZXJDc3NDbGFzcygpIHtcclxuICAgIH1cclxuXHJcbiAgICBvblZpZXdJbml0KCkge1xyXG4gICAgfVxyXG5cclxuICAgIG9uRGVzdHJveSgpIHtcclxuICAgIH1cclxuXHJcbiAgICBfb25PcHRpb25DaGFuZ2luZyhvcHRpb246IEFYQ29tcG9uZW50T3B0aW9uQ2hhbmdpbmcpIHtcclxuICAgICAgICByZXR1cm4gb3B0aW9uPy52YWx1ZTtcclxuICAgIH1cclxuICAgIF9vbk9wdGlvbkNoYW5nZWQob3B0aW9uOiBBWENvbXBvbmVudE9wdGlvbkNoYW5nZWQpOiB2b2lkIHtcclxuXHJcbiAgICB9XHJcblxyXG4gICAgX3NldE9wdGlvbihvcHRpb246IEFYQ29tcG9uZW50U2V0T3B0aW9uKSB7XHJcbiAgICAgICAgY29uc3Qgb2xkVmFsdWUgPSB0aGlzW29wdGlvbi5uYW1lXTtcclxuICAgICAgICBjb25zdCBuZXdWYWx1ZSA9IHRoaXMuX29uT3B0aW9uQ2hhbmdpbmcoeyBuYW1lOiBvcHRpb24ubmFtZSwgdmFsdWU6IG9wdGlvbi52YWx1ZSB9KTtcclxuICAgICAgICAvL1RPRE8gOiBjaGVjayByZWFsIGNoYW5nZXNcclxuICAgICAgICBpZiAob2xkVmFsdWUgIT0gbmV3VmFsdWUpIHtcclxuICAgICAgICAgICAgaWYgKG9wdGlvbi5iZWZvcmVDYWxsYmFjaylcclxuICAgICAgICAgICAgICAgIG9wdGlvbi5iZWZvcmVDYWxsYmFjaygpO1xyXG4gICAgICAgICAgICB0aGlzW2BfJHtvcHRpb24ubmFtZX1gXSA9IG9wdGlvbi52YWx1ZTtcclxuICAgICAgICAgICAgdGhpcy5fb25PcHRpb25DaGFuZ2VkKHsgbmFtZTogb3B0aW9uLm5hbWUsIG5ld1ZhbHVlLCBvbGRWYWx1ZSB9KTtcclxuICAgICAgICAgICAgY29uc3QgZW1pdHRlciA9IHRoaXNbYCR7b3B0aW9uLm5hbWV9Q2hhbmdlYF0gYXMgRXZlbnRFbWl0dGVyPGFueT47XHJcbiAgICAgICAgICAgIGlmIChlbWl0dGVyKVxyXG4gICAgICAgICAgICAgICAgZW1pdHRlci5lbWl0KG5ld1ZhbHVlKTtcclxuICAgICAgICAgICAgaWYgKG9wdGlvbi5hZnRlckNhbGxiYWNrKVxyXG4gICAgICAgICAgICAgICAgb3B0aW9uLmFmdGVyQ2FsbGJhY2soKTtcclxuICAgICAgICB9XHJcbiAgICB9XHJcbn1cclxuXHJcblxyXG5leHBvcnQgZnVuY3Rpb24gX0Jhc2VDb21wb25lbmV0TWl4aW48VEJhc2UgZXh0ZW5kcyBDb25zdHJ1Y3RvcjxBWEJhc2VDb21wb25lbnQ+PihCYXNlOiBUQmFzZSkge1xyXG4gICAgcmV0dXJuIGNsYXNzIGV4dGVuZHMgQmFzZSB7XHJcbiAgICAgICAgY29uc3RydWN0b3IoLi4uYXJnczogYW55W10pIHtcclxuICAgICAgICAgICAgc3VwZXIoLi4uYXJncyk7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG5cclxuZXhwb3J0IGNvbnN0IEJBU0VfSU5QVVRTID0gW1xyXG4gICAgJ3J0bCcsXHJcbiAgICAnY3NzQ2xhc3MnLFxyXG4gICAgJ2Nzc1N0eWxlJ1xyXG5dO1xyXG5leHBvcnQgY29uc3QgQkFTRV9PVVRQVVQgPSBbXTtcclxuIl19
|
|
File without changes
|
|
File without changes
|
|
File without changes
|