myrta-ui 17.0.8 → 17.0.9
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/esm2022/lib/components/alert/alert.component.mjs +3 -3
- package/esm2022/lib/components/alert/alert.module.mjs +4 -4
- package/esm2022/lib/components/badges/badges.module.mjs +4 -4
- package/esm2022/lib/components/badges/components/badge/badge.component.mjs +3 -3
- package/esm2022/lib/components/badges/components/badge-group/badge-group.component.mjs +3 -3
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
- package/esm2022/lib/components/button/button.component.mjs +3 -3
- package/esm2022/lib/components/button/button.module.mjs +4 -4
- package/esm2022/lib/components/cdk-tooltip/cdk-tooltip/tooltip-container.component.mjs +3 -3
- package/esm2022/lib/components/cdk-tooltip/cdk-tooltip.directive.mjs +3 -3
- package/esm2022/lib/components/cdk-tooltip/cdk-tooltip.module.mjs +4 -4
- package/esm2022/lib/components/chars-left/chars-left.component.mjs +3 -3
- package/esm2022/lib/components/chars-left/chars-left.module.mjs +4 -4
- package/esm2022/lib/components/dropdown/directives/hide-after-click.directive.mjs +3 -3
- package/esm2022/lib/components/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/lib/components/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/lib/components/error-message/error-message.component.mjs +3 -3
- package/esm2022/lib/components/error-message/error-message.module.mjs +4 -4
- package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/lib/components/form/checkbox/checkbox.module.mjs +4 -4
- package/esm2022/lib/components/form/checkbox-group/checkbox-group.component.mjs +4 -4
- package/esm2022/lib/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
- package/esm2022/lib/components/form/checkbox-group/components/checkbox-group-header/checkbox-group-header.component.mjs +3 -3
- package/esm2022/lib/components/form/checkbox-group/components/checkbox-group-item/checkbox-group-item.component.mjs +3 -3
- package/esm2022/lib/components/form/editor/editor.component.mjs +9 -4
- package/esm2022/lib/components/form/editor/editor.module.mjs +4 -4
- package/esm2022/lib/components/form/input-date-time/input-date-time.component.mjs +3 -3
- package/esm2022/lib/components/form/input-date-time/input-date-time.module.mjs +4 -4
- package/esm2022/lib/components/form/input-datepicker/input-datepicker.component.mjs +3 -3
- package/esm2022/lib/components/form/input-datepicker/input-datepicker.module.mjs +4 -4
- package/esm2022/lib/components/form/input-file/input-file.component.mjs +3 -3
- package/esm2022/lib/components/form/input-file/input-file.module.mjs +4 -4
- package/esm2022/lib/components/form/input-file-image/components/file-image-edit-modal/file-image-edit-modal.component.mjs +3 -3
- package/esm2022/lib/components/form/input-file-image/input-file-image.component.mjs +3 -3
- package/esm2022/lib/components/form/input-file-image/input-file-image.module.mjs +4 -4
- package/esm2022/lib/components/form/input-number/input-number.component.mjs +3 -3
- package/esm2022/lib/components/form/input-number/input-number.module.mjs +4 -4
- package/esm2022/lib/components/form/input-opt/components/input-opt/input-opt.component.mjs +3 -3
- package/esm2022/lib/components/form/input-opt/directives/opt-pattern.directive.mjs +3 -3
- package/esm2022/lib/components/form/input-opt/input-opt.module.mjs +4 -4
- package/esm2022/lib/components/form/input-opt/services/input-opt.service.mjs +3 -3
- package/esm2022/lib/components/form/input-password/input-password.component.mjs +3 -3
- package/esm2022/lib/components/form/input-password/input-password.module.mjs +4 -4
- package/esm2022/lib/components/form/input-phone/data/country-code.mjs +3 -3
- package/esm2022/lib/components/form/input-phone/directives/native-element-injector.directive.mjs +3 -3
- package/esm2022/lib/components/form/input-phone/input-phone.component.mjs +3 -3
- package/esm2022/lib/components/form/input-phone/input-phone.module.mjs +4 -4
- package/esm2022/lib/components/form/input-search/input-search.component.mjs +3 -3
- package/esm2022/lib/components/form/input-search/input-search.module.mjs +4 -4
- package/esm2022/lib/components/form/input-select/input-select.component.mjs +3 -3
- package/esm2022/lib/components/form/input-select/input-select.module.mjs +4 -4
- package/esm2022/lib/components/form/input-tel/directives/input-tel.directive.mjs +3 -3
- package/esm2022/lib/components/form/input-tel/input-tel.component.mjs +3 -3
- package/esm2022/lib/components/form/input-tel/input-tel.module.mjs +4 -4
- package/esm2022/lib/components/form/input-text/input-text.component.mjs +3 -3
- package/esm2022/lib/components/form/input-text/input-text.module.mjs +4 -4
- package/esm2022/lib/components/form/input-textarea/input-textarea.component.mjs +3 -3
- package/esm2022/lib/components/form/input-textarea/input-textarea.module.mjs +4 -4
- package/esm2022/lib/components/form/input-timepicker/input-timepicker.component.mjs +3 -3
- package/esm2022/lib/components/form/input-timepicker/input-timepicker.module.mjs +4 -4
- package/esm2022/lib/components/form/json-editor/json-editor.component.mjs +5 -5
- package/esm2022/lib/components/form/json-editor/json-editor.module.mjs +4 -4
- package/esm2022/lib/components/form/radio/radio.component.mjs +3 -3
- package/esm2022/lib/components/form/radio/radio.module.mjs +4 -4
- package/esm2022/lib/components/form/radio-group/components/radio-group-header/radio-group-header.component.mjs +3 -3
- package/esm2022/lib/components/form/radio-group/components/radio-group-item/radio-group-item.component.mjs +3 -3
- package/esm2022/lib/components/form/radio-group/radio-group.component.mjs +4 -4
- package/esm2022/lib/components/form/radio-group/radio-group.module.mjs +4 -4
- package/esm2022/lib/components/form/rating/rating.component.mjs +3 -3
- package/esm2022/lib/components/form/rating/rating.module.mjs +4 -4
- package/esm2022/lib/components/form/switch/switch.component.mjs +3 -3
- package/esm2022/lib/components/form/switch/switch.module.mjs +4 -4
- package/esm2022/lib/components/gallery/components/gallery-confirm-modal/gallery-confirm-modal.component.mjs +3 -3
- package/esm2022/lib/components/gallery/components/gallery-item/gallery-item.component.mjs +3 -3
- package/esm2022/lib/components/gallery/gallery.component.mjs +3 -3
- package/esm2022/lib/components/gallery/gallery.module.mjs +4 -4
- package/esm2022/lib/components/gallery/services/gallery.service.mjs +3 -3
- package/esm2022/lib/components/hint-error-message/hint-error-message.component.mjs +3 -3
- package/esm2022/lib/components/hint-error-message/hint-error-message.module.mjs +4 -4
- package/esm2022/lib/components/icon-button/icon-button.component.mjs +3 -3
- package/esm2022/lib/components/icon-button/icon-button.module.mjs +4 -4
- package/esm2022/lib/components/label/label.component.mjs +3 -3
- package/esm2022/lib/components/label/label.module.mjs +4 -4
- package/esm2022/lib/components/link/link.component.mjs +3 -3
- package/esm2022/lib/components/link/link.module.mjs +4 -4
- package/esm2022/lib/components/loader/loader.component.mjs +3 -3
- package/esm2022/lib/components/loader/loader.module.mjs +4 -4
- package/esm2022/lib/components/modal/modal.component.mjs +3 -3
- package/esm2022/lib/components/modal/modal.module.mjs +4 -4
- package/esm2022/lib/components/pages-nav/pages-nav.component.mjs +3 -3
- package/esm2022/lib/components/pages-nav/pages-nav.module.mjs +4 -4
- package/esm2022/lib/components/paginator/paginator.component.mjs +3 -3
- package/esm2022/lib/components/paginator/paginator.module.mjs +4 -4
- package/esm2022/lib/components/pdf-viewer/pdf-viewer.component.mjs +3 -3
- package/esm2022/lib/components/pdf-viewer/pdf-viewer.module.mjs +4 -4
- package/esm2022/lib/components/progress/progress.component.mjs +3 -3
- package/esm2022/lib/components/progress/progress.module.mjs +4 -4
- package/esm2022/lib/components/save-state/components/save-state-checkbox/save-state-checkbox.component.mjs +3 -3
- package/esm2022/lib/components/save-state/components/save-state-checkbox-group/save-state-checkbox-group.component.mjs +3 -3
- package/esm2022/lib/components/save-state/components/save-state-editor/save-state-editor.component.mjs +3 -3
- package/esm2022/lib/components/save-state/components/save-state-input/save-state-input.component.mjs +3 -3
- package/esm2022/lib/components/save-state/components/save-state-switch/save-state-switch.component.mjs +3 -3
- package/esm2022/lib/components/save-state/save-state.component.mjs +3 -3
- package/esm2022/lib/components/save-state/save-state.module.mjs +4 -4
- package/esm2022/lib/components/stepper/stepper.component.mjs +3 -3
- package/esm2022/lib/components/stepper/stepper.module.mjs +4 -4
- package/esm2022/lib/components/table/components/column/column.component.mjs +3 -3
- package/esm2022/lib/components/table/table.component.mjs +3 -3
- package/esm2022/lib/components/table/table.module.mjs +4 -4
- package/esm2022/lib/components/tabs/tab/tab.component.mjs +3 -3
- package/esm2022/lib/components/tabs/tabs-group/tabs-group.component.mjs +3 -3
- package/esm2022/lib/components/tabs/tabs.module.mjs +4 -4
- package/esm2022/lib/components/tooltip/services/tooltip.service.mjs +3 -3
- package/esm2022/lib/components/tooltip/tooltip-trigger/tooltip-trigger.component.mjs +3 -3
- package/esm2022/lib/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/lib/components/tooltip/tooltip.module.mjs +4 -4
- package/esm2022/lib/components/truncate-text/directives/truncate-text.directive.mjs +3 -3
- package/esm2022/lib/components/truncate-text/truncate-text.component.mjs +3 -3
- package/esm2022/lib/components/truncate-text/truncate-text.module.mjs +4 -4
- package/esm2022/lib/components/warning-message/warning-message.component.mjs +3 -3
- package/esm2022/lib/components/warning-message/warning-message.module.mjs +4 -4
- package/esm2022/lib/components/wrappers/content-wrapper/content-wrapper.component.mjs +3 -3
- package/esm2022/lib/components/wrappers/content-wrapper/content-wrapper.module.mjs +4 -4
- package/esm2022/lib/components/wrappers/controls-wrapper/components/controls-item/controls-item.component.mjs +3 -3
- package/esm2022/lib/components/wrappers/controls-wrapper/controls-wrapper.component.mjs +3 -3
- package/esm2022/lib/components/wrappers/controls-wrapper/controls-wrapper.module.mjs +4 -4
- package/esm2022/lib/components/wrappers/widget-wrapper/widget-wrapper.component.mjs +3 -3
- package/esm2022/lib/components/wrappers/widget-wrapper/widget-wrapper.module.mjs +4 -4
- package/esm2022/lib/directives/autosize/autosize.directive.mjs +3 -3
- package/esm2022/lib/directives/autosize/autosize.module.mjs +4 -4
- package/esm2022/lib/directives/truncate/truncate.directive.mjs +3 -3
- package/esm2022/lib/directives/truncate/truncate.module.mjs +4 -4
- package/esm2022/lib/pipes/currency/currency.module.mjs +4 -4
- package/esm2022/lib/pipes/currency/currency.pipe.mjs +3 -3
- package/esm2022/lib/pipes/date/date-format.module.mjs +4 -4
- package/esm2022/lib/pipes/date/date-format.pipe.mjs +3 -3
- package/esm2022/lib/pipes/date/date-time-format.pipe.mjs +3 -3
- package/esm2022/lib/pipes/phone/phone-format.module.mjs +4 -4
- package/esm2022/lib/pipes/phone/phone-format.pipe.mjs +3 -3
- package/esm2022/lib/pipes/safe/safe.module.mjs +4 -4
- package/esm2022/lib/pipes/safe/safe.pipe.mjs +3 -3
- package/esm2022/lib/pipes/truncate/truncate.module.mjs +4 -4
- package/esm2022/lib/pipes/truncate/truncate.pipe.mjs +3 -3
- package/esm2022/lib/services/file-upload/file-upload.service.mjs +3 -3
- package/esm2022/lib/services/modal-service/components/alert-modal/alert-modal.component.mjs +3 -3
- package/esm2022/lib/services/modal-service/components/confirm-modal/confirm-modal.component.mjs +3 -3
- package/esm2022/lib/services/modal-service/modal-service.module.mjs +4 -4
- package/esm2022/lib/services/modal-service/modal-service.service.mjs +3 -3
- package/esm2022/lib/services/mrx-autosave/mrx-autosave.service.mjs +3 -3
- package/esm2022/lib/services/save-store/save-store.module.mjs +4 -4
- package/esm2022/lib/services/save-store/store/effect.mjs +3 -3
- package/esm2022/lib/services/toaster-service/components/toaster/toaster.component.mjs +3 -3
- package/esm2022/lib/services/toaster-service/toaster-service.module.mjs +4 -4
- package/esm2022/lib/services/toaster-service/toaster-service.service.mjs +3 -3
- package/fesm2022/myrta-ui.mjs +538 -533
- package/fesm2022/myrta-ui.mjs.map +1 -1
- package/lib/components/form/editor/editor.component.d.ts +1 -7
- package/package.json +1 -1
|
@@ -56,10 +56,10 @@ export class TooltipService {
|
|
|
56
56
|
this._tooltipVisible = !!localStorage.getItem(this.localStorageKey);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
60
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
59
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
60
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipService });
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipService, decorators: [{
|
|
63
63
|
type: Injectable
|
|
64
64
|
}] });
|
|
65
65
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbHRpcC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbXlydGEtdWkvc3JjL2xpYi9jb21wb25lbnRzL3Rvb2x0aXAvc2VydmljZXMvdG9vbHRpcC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOztBQUdoRSxNQUFNLE9BQU8sY0FBYztJQUVqQixRQUFRLEdBQVcsRUFBRSxDQUFBO0lBQ3JCLGVBQWUsR0FBWSxLQUFLLENBQUE7SUFDaEMsZ0JBQWdCLEdBQVksS0FBSyxDQUFBO0lBRXpDLElBQVksZUFBZTtRQUN6QixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFdBQVcsV0FBVyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUE7SUFDM0UsQ0FBQztJQUVELElBQVcsVUFBVTtRQUNuQixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUE7SUFDdEIsQ0FBQztJQUVELElBQVcsVUFBVSxDQUFDLEtBQWE7UUFDakMsSUFBSSxDQUFDLFFBQVEsR0FBRyxLQUFLLENBQUE7SUFDdkIsQ0FBQztJQUVELElBQVcsZ0JBQWdCO1FBQ3pCLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFBO0lBQzlCLENBQUM7SUFFRCxJQUFXLGdCQUFnQixDQUFDLEtBQWM7UUFDeEMsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEtBQUssQ0FBQTtJQUMvQixDQUFDO0lBRUQsSUFBVyxpQkFBaUI7UUFDMUIsT0FBTyxJQUFJLENBQUMsZUFBZSxDQUFBO0lBQzdCLENBQUM7SUFFRCxJQUFXLGlCQUFpQixDQUFDLEtBQWM7UUFDekMsSUFBSSxDQUFDLGVBQWUsR0FBRyxLQUFLLElBQUksQ0FBQyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQVMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFBO1FBRXBGLElBQUksSUFBSSxDQUFDLGVBQWUsSUFBSSxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztZQUNsRCxZQUFZLENBQUMsT0FBTyxDQUFTLElBQUksQ0FBQyxlQUFlLEVBQUUsU0FBUyxDQUFDLENBQUE7UUFDL0QsQ0FBQztJQUNILENBQUM7SUFFTSw0QkFBNEIsQ0FBQyxLQUFjO1FBQ2hELElBQUksS0FBSyxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1lBQ25DLFlBQVksQ0FBQyxPQUFPLENBQVMsSUFBSSxDQUFDLGVBQWUsRUFBRSxTQUFTLENBQUMsQ0FBQTtRQUMvRCxDQUFDO2FBQU0sQ0FBQztZQUNOLFlBQVksQ0FBQyxVQUFVLENBQVMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFBO1FBQ3ZELENBQUM7UUFFRCxJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQTtJQUM5QixDQUFDO0lBRU0sb0JBQW9CO1FBQ3pCLElBQUksSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7WUFDMUIsSUFBSSxZQUFZLENBQUMsT0FBTyxDQUFTLElBQUksQ0FBQyxlQUFlLENBQUMsRUFBRSxDQUFDO2dCQUN2RCxZQUFZLENBQUMsVUFBVSxDQUFTLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQTtZQUN2RCxDQUFDO2lCQUFNLENBQUM7Z0JBQ04sWUFBWSxDQUFDLE9BQU8sQ0FBUyxJQUFJLENBQUMsZUFBZSxFQUFFLFNBQVMsQ0FBQyxDQUFBO1lBQy9ELENBQUM7UUFDSCxDQUFDO1FBR0QsSUFBSSxDQUFDLGVBQWUsR0FBRyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUE7SUFDOUMsQ0FBQztJQUVNLFdBQVcsQ0FBQyxPQUFlLEVBQUUscUJBQThCO1FBQ2hFLElBQUksQ0FBQyxVQUFVLEdBQUcsT0FBTyxDQUFBO1FBQ3pCLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxxQkFBcUIsQ0FBQTtRQUU5QyxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1lBQzFCLElBQUksQ0FBQyxlQUFlLEdBQUcsQ0FBQyxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQVMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFBO1FBQzdFLENBQUM7SUFDSCxDQUFDO3dHQXBFVSxjQUFjOzRHQUFkLGNBQWM7OzRGQUFkLGNBQWM7a0JBRDFCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IGdldEhhc2hDb2RlIH0gZnJvbSAnLi4vLi4vLi4vaGVscGVycy9zdHJpbmctaGFzaC1jb2RlJztcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIFRvb2x0aXBTZXJ2aWNlIHtcclxuXHJcbiAgcHJpdmF0ZSBfdG9vbHRpcDogc3RyaW5nID0gJydcclxuICBwcml2YXRlIF90b29sdGlwVmlzaWJsZTogYm9vbGVhbiA9IGZhbHNlXHJcbiAgcHJpdmF0ZSBfaXNTYXZlVG9TdG9yYWdlOiBib29sZWFuID0gZmFsc2VcclxuXHJcbiAgcHJpdmF0ZSBnZXQgbG9jYWxTdG9yYWdlS2V5KCkge1xyXG4gICAgcmV0dXJuIHRoaXMuZ2V0VG9vbHRpcCA/IGB0b29sdGlwXyR7Z2V0SGFzaENvZGUodGhpcy5nZXRUb29sdGlwKX1gIDogbnVsbFxyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBnZXRUb29sdGlwKCk6IHN0cmluZyB7XHJcbiAgICByZXR1cm4gdGhpcy5fdG9vbHRpcFxyXG4gIH1cclxuXHJcbiAgcHVibGljIHNldCBzZXRUb29sdGlwKHZhbHVlOiBzdHJpbmcpIHtcclxuICAgIHRoaXMuX3Rvb2x0aXAgPSB2YWx1ZVxyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBnZXRTYXZlVG9TdG9yYWdlKCk6IGJvb2xlYW4ge1xyXG4gICAgcmV0dXJuIHRoaXMuX2lzU2F2ZVRvU3RvcmFnZVxyXG4gIH1cclxuXHJcbiAgcHVibGljIHNldCBzZXRTYXZlVG9TdG9yYWdlKHZhbHVlOiBib29sZWFuKSB7XHJcbiAgICB0aGlzLl9pc1NhdmVUb1N0b3JhZ2UgPSB2YWx1ZVxyXG4gIH1cclxuXHJcbiAgcHVibGljIGdldCBnZXRUb29sdGlwVmlzaWJsZSgpOiBib29sZWFuIHtcclxuICAgIHJldHVybiB0aGlzLl90b29sdGlwVmlzaWJsZVxyXG4gIH1cclxuXHJcbiAgcHVibGljIHNldCBzZXRUb29sdGlwVmlzaWJsZSh2YWx1ZTogYm9vbGVhbikge1xyXG4gICAgdGhpcy5fdG9vbHRpcFZpc2libGUgPSB2YWx1ZSB8fCAhIWxvY2FsU3RvcmFnZS5nZXRJdGVtKDxzdHJpbmc+dGhpcy5sb2NhbFN0b3JhZ2VLZXkpXHJcblxyXG4gICAgaWYgKHRoaXMuX3Rvb2x0aXBWaXNpYmxlICYmIHRoaXMuX2lzU2F2ZVRvU3RvcmFnZSkge1xyXG4gICAgICBsb2NhbFN0b3JhZ2Uuc2V0SXRlbSg8c3RyaW5nPnRoaXMubG9jYWxTdG9yYWdlS2V5LCAndmlzaWJsZScpXHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgdG9nZ2xlVG9vbHRpcFZpc2libGVGcm9tQ29kZSh2YWx1ZTogYm9vbGVhbik6IHZvaWQge1xyXG4gICAgaWYgKHZhbHVlICYmIHRoaXMuX2lzU2F2ZVRvU3RvcmFnZSkge1xyXG4gICAgICBsb2NhbFN0b3JhZ2Uuc2V0SXRlbSg8c3RyaW5nPnRoaXMubG9jYWxTdG9yYWdlS2V5LCAndmlzaWJsZScpXHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICBsb2NhbFN0b3JhZ2UucmVtb3ZlSXRlbSg8c3RyaW5nPnRoaXMubG9jYWxTdG9yYWdlS2V5KVxyXG4gICAgfVxyXG5cclxuICAgIHRoaXMuX3Rvb2x0aXBWaXNpYmxlID0gdmFsdWVcclxuICB9XHJcblxyXG4gIHB1YmxpYyB0b2dnbGVUb29sdGlwVmlzaWJsZSgpOiB2b2lkIHtcclxuICAgIGlmICh0aGlzLl9pc1NhdmVUb1N0b3JhZ2UpIHtcclxuICAgICAgaWYgKGxvY2FsU3RvcmFnZS5nZXRJdGVtKDxzdHJpbmc+dGhpcy5sb2NhbFN0b3JhZ2VLZXkpKSB7XHJcbiAgICAgICAgbG9jYWxTdG9yYWdlLnJlbW92ZUl0ZW0oPHN0cmluZz50aGlzLmxvY2FsU3RvcmFnZUtleSlcclxuICAgICAgfSBlbHNlIHtcclxuICAgICAgICBsb2NhbFN0b3JhZ2Uuc2V0SXRlbSg8c3RyaW5nPnRoaXMubG9jYWxTdG9yYWdlS2V5LCAndmlzaWJsZScpXHJcbiAgICAgIH1cclxuICAgIH1cclxuXHJcblxyXG4gICAgdGhpcy5fdG9vbHRpcFZpc2libGUgPSAhdGhpcy5fdG9vbHRpcFZpc2libGVcclxuICB9XHJcblxyXG4gIHB1YmxpYyBpbml0VG9vbHRpcCh0b29sdGlwOiBzdHJpbmcsIHRvb2x0aXBJbml0aWFsVmlzaWJsZTogYm9vbGVhbik6IHZvaWQge1xyXG4gICAgdGhpcy5zZXRUb29sdGlwID0gdG9vbHRpcFxyXG4gICAgdGhpcy5zZXRUb29sdGlwVmlzaWJsZSA9IHRvb2x0aXBJbml0aWFsVmlzaWJsZVxyXG5cclxuICAgIGlmICh0aGlzLl9pc1NhdmVUb1N0b3JhZ2UpIHtcclxuICAgICAgdGhpcy5fdG9vbHRpcFZpc2libGUgPSAhIWxvY2FsU3RvcmFnZS5nZXRJdGVtKDxzdHJpbmc+dGhpcy5sb2NhbFN0b3JhZ2VLZXkpXHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -16,10 +16,10 @@ export class TooltipTriggerComponent {
|
|
|
16
16
|
onToggle() {
|
|
17
17
|
this.toggleTooltip.emit();
|
|
18
18
|
}
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
20
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipTriggerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TooltipTriggerComponent, selector: "mrx-tooltip-trigger", inputs: { triggerTextPosition: "triggerTextPosition", triggerType: "triggerType", customClasses: "customClasses", isVisibleTooltip: "isVisibleTooltip" }, outputs: { toggleTooltip: "toggleTooltip" }, providers: [], ngImport: i0, template: "<div\r\n class=\"mrx-tooltip-trigger\"\r\n [class.active]=\"isVisibleTooltip\"\r\n [class]=\"getClasses\"\r\n (click)=\"onToggle()\"\r\n>\r\n <span class=\"mrx-icon icon-font-16\" [class]=\"getIconClass\"></span>\r\n <span class=\"tooltip-help\">\r\n {{!isVisibleTooltip ? '\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0443' : '\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0443'}}\r\n </span>\r\n</div>\r\n", styles: [".mrx-tooltip-trigger.mrx-tooltip-trigger{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;border-radius:50%}.mrx-tooltip-trigger.mrx-tooltip-trigger .mrx-icon{background-color:transparent;border-radius:50%}.mrx-tooltip-trigger.mrx-tooltip-trigger:hover{width:max-content;background-color:var(--brand-bg-tertiary-hover, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger:hover .mrx-icon{background-color:var(--brand-bg-tertiary-hover, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger.active,.mrx-tooltip-trigger.mrx-tooltip-trigger.active .mrx-icon{background-color:var(--brand-bg-tertiary-selected, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-top{position:relative;width:calc(var(--sizing-4) + var(--sizing-half))}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-top .tooltip-help{position:absolute;left:50%;top:-28px;z-index:1;transform:translate(-50%);overflow:hidden;font-family:var(--body-sm-font-famil);font-size:var(--body-sm-font-size);font-weight:var(--body-sm-font-weight);line-height:var(--body-sm-line-height);text-align:center;color:var(--neutral-text-primary);box-shadow:var(--box-shadow-secondary-x) var(--box-shadow-secondary-y) var(--box-shadow-secondary-blur) var(--box-shadow-secondary-spread) var(--box-shadow-secondary-color);border-radius:var(--border-radius-1);background-color:var(--brand-bg-tertiary-hover, #EDF5FF);padding:0;opacity:0;visibility:hidden;width:auto;height:0}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-top:hover{background:transparent}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-top:hover .tooltip-help{padding:var(--spacing-1);height:auto;width:max-content;opacity:1;visibility:visible}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right .tooltip-help{font-family:var(--body-sm-font-famil);font-size:var(--body-sm-font-size);font-weight:var(--body-sm-font-weight);line-height:var(--body-sm-line-height);white-space:nowrap;width:0;transition:.2s;overflow:hidden;color:var(--neutral-text-primary);z-index:1}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right:hover{border-radius:var(--border-radius-1)}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right:hover .tooltip-help{width:120px;padding:var(--spacing-0) var(--spacing-1)}@media screen and (max-width: 991px){.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right{border-radius:var(--border-radius-1);background-color:var(--brand-bg-tertiary-hover, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right .mrx-icon{background-color:var(--brand-bg-tertiary-hover, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right .tooltip-help{width:120px;padding:var(--spacing-0) var(--spacing-1)}}\n"] });
|
|
21
21
|
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipTriggerComponent, decorators: [{
|
|
23
23
|
type: Component,
|
|
24
24
|
args: [{ selector: 'mrx-tooltip-trigger', providers: [], template: "<div\r\n class=\"mrx-tooltip-trigger\"\r\n [class.active]=\"isVisibleTooltip\"\r\n [class]=\"getClasses\"\r\n (click)=\"onToggle()\"\r\n>\r\n <span class=\"mrx-icon icon-font-16\" [class]=\"getIconClass\"></span>\r\n <span class=\"tooltip-help\">\r\n {{!isVisibleTooltip ? '\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0443' : '\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0443'}}\r\n </span>\r\n</div>\r\n", styles: [".mrx-tooltip-trigger.mrx-tooltip-trigger{display:flex;align-items:center;justify-content:flex-start;cursor:pointer;border-radius:50%}.mrx-tooltip-trigger.mrx-tooltip-trigger .mrx-icon{background-color:transparent;border-radius:50%}.mrx-tooltip-trigger.mrx-tooltip-trigger:hover{width:max-content;background-color:var(--brand-bg-tertiary-hover, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger:hover .mrx-icon{background-color:var(--brand-bg-tertiary-hover, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger.active,.mrx-tooltip-trigger.mrx-tooltip-trigger.active .mrx-icon{background-color:var(--brand-bg-tertiary-selected, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-top{position:relative;width:calc(var(--sizing-4) + var(--sizing-half))}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-top .tooltip-help{position:absolute;left:50%;top:-28px;z-index:1;transform:translate(-50%);overflow:hidden;font-family:var(--body-sm-font-famil);font-size:var(--body-sm-font-size);font-weight:var(--body-sm-font-weight);line-height:var(--body-sm-line-height);text-align:center;color:var(--neutral-text-primary);box-shadow:var(--box-shadow-secondary-x) var(--box-shadow-secondary-y) var(--box-shadow-secondary-blur) var(--box-shadow-secondary-spread) var(--box-shadow-secondary-color);border-radius:var(--border-radius-1);background-color:var(--brand-bg-tertiary-hover, #EDF5FF);padding:0;opacity:0;visibility:hidden;width:auto;height:0}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-top:hover{background:transparent}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-top:hover .tooltip-help{padding:var(--spacing-1);height:auto;width:max-content;opacity:1;visibility:visible}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right .tooltip-help{font-family:var(--body-sm-font-famil);font-size:var(--body-sm-font-size);font-weight:var(--body-sm-font-weight);line-height:var(--body-sm-line-height);white-space:nowrap;width:0;transition:.2s;overflow:hidden;color:var(--neutral-text-primary);z-index:1}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right:hover{border-radius:var(--border-radius-1)}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right:hover .tooltip-help{width:120px;padding:var(--spacing-0) var(--spacing-1)}@media screen and (max-width: 991px){.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right{border-radius:var(--border-radius-1);background-color:var(--brand-bg-tertiary-hover, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right .mrx-icon{background-color:var(--brand-bg-tertiary-hover, #EDF5FF)}.mrx-tooltip-trigger.mrx-tooltip-trigger.trigger-right .tooltip-help{width:120px;padding:var(--spacing-0) var(--spacing-1)}}\n"] }]
|
|
25
25
|
}], propDecorators: { triggerTextPosition: [{
|
|
@@ -25,8 +25,8 @@ export class TooltipComponent {
|
|
|
25
25
|
return 'type-attention';
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
29
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TooltipComponent, selector: "mrx-tooltip", inputs: { tooltip: "tooltip", tooltipVisible: "tooltipVisible", tooltipInitiallyVisible: "tooltipInitiallyVisible", triggerType: "triggerType" }, outputs: { visibilityChanged: "visibilityChanged" }, ngImport: i0, template: "<div [@openClose]=\"tooltipVisible ? 'open' : 'closed'\"\r\n class=\"mrx-tooltip-content\" [innerHTML]=\"tooltip\" [class]=\"getClasses\">\r\n</div>\r\n\r\n", styles: [".mrx-tooltip-content.mrx-tooltip-content{margin-top:var(--spacing-2);border-radius:var(--border-radius-1);font-family:var(--body-sm-font-famil);font-size:var(--body-sm-font-size);font-weight:var(--body-sm-font-weight);line-height:var(--body-sm-line-height);padding:var(--spacing-3) var(--spacing-4);margin-bottom:var(--spacing-2);overflow:hidden;color:var(--neutral-text-primary)}.mrx-tooltip-content.mrx-tooltip-content.type-attention{background-color:var(--system-bg-attention-secondary)}.mrx-tooltip-content.mrx-tooltip-content.type-info{background-color:var(--brand-bg-tertiary-hover)}\n"], animations: [
|
|
30
30
|
trigger('openClose', [
|
|
31
31
|
state('open', style({ height: '*', padding: '*', 'margin-bottom': '8px' })),
|
|
32
32
|
state('closed', style({ height: 0, padding: 0, 'margin-bottom': 0 })),
|
|
@@ -35,7 +35,7 @@ export class TooltipComponent {
|
|
|
35
35
|
]),
|
|
36
36
|
] });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipComponent, decorators: [{
|
|
39
39
|
type: Component,
|
|
40
40
|
args: [{ selector: 'mrx-tooltip', animations: [
|
|
41
41
|
trigger('openClose', [
|
|
@@ -5,11 +5,11 @@ import { FormsModule } from '@angular/forms';
|
|
|
5
5
|
import { TooltipComponent } from './tooltip.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class TooltipModule {
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: TooltipModule, declarations: [TooltipComponent, TooltipTriggerComponent], imports: [CommonModule, FormsModule], exports: [TooltipComponent, TooltipTriggerComponent] });
|
|
10
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipModule, imports: [CommonModule, FormsModule] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TooltipModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
declarations: [TooltipComponent, TooltipTriggerComponent],
|
|
@@ -122,10 +122,10 @@ export class TruncateTextDirective {
|
|
|
122
122
|
onResize(event) {
|
|
123
123
|
this.checkTruncateButton();
|
|
124
124
|
}
|
|
125
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
126
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
125
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateTextDirective, deps: [{ token: i0.ElementRef }, { token: i1.AnimationBuilder }, { token: i0.Renderer2 }, { token: i2.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Directive });
|
|
126
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: TruncateTextDirective, selector: "[mrxTruncateText]", inputs: { count: "count", responsiveCount: "responsiveCount", lineHeight: "lineHeight", isOpen: "isOpen", truncateButtonRef: "truncateButtonRef" }, outputs: { changeVisibleButton: "changeVisibleButton" }, host: { listeners: { "window:resize": "onResize($event)" } }, usesOnChanges: true, ngImport: i0 });
|
|
127
127
|
}
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateTextDirective, decorators: [{
|
|
129
129
|
type: Directive,
|
|
130
130
|
args: [{
|
|
131
131
|
selector: '[mrxTruncateText]',
|
|
@@ -12,10 +12,10 @@ export class TruncateTextComponent {
|
|
|
12
12
|
changeVisibleButton(event) {
|
|
13
13
|
this.isVisibleButton = event;
|
|
14
14
|
}
|
|
15
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
16
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
15
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TruncateTextComponent, selector: "mrx-truncate-text", inputs: { count: "count", responsiveCount: "responsiveCount", isOpen: "isOpen", lineHeight: "lineHeight" }, ngImport: i0, template: "<div\r\n class=\"mrx-truncate-text\"\r\n mrxTruncateText\r\n [class.mb-2]=\"isVisibleButton\"\r\n [count]=\"count\"\r\n [responsiveCount]=\"responsiveCount\"\r\n [isOpen]=\"isOpen\"\r\n [lineHeight]=\"lineHeight\"\r\n (changeVisibleButton)=\"changeVisibleButton($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n<mrx-link\r\n *ngIf=\"isVisibleButton\"\r\n type=\"pseudo\"\r\n [prevent]=\"true\"\r\n (click)=\"isOpen = !isOpen\"\r\n>\r\n {{ isOpen ? '\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C' : '\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C' }}\r\n</mrx-link>\r\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.LinkComponent, selector: "mrx-link", inputs: ["href", "target", "routerLink", "queryParams", "type", "monochrome", "customClasses", "prevent", "size"], outputs: ["clicked"] }, { kind: "directive", type: i3.TruncateTextDirective, selector: "[mrxTruncateText]", inputs: ["count", "responsiveCount", "lineHeight", "isOpen", "truncateButtonRef"], outputs: ["changeVisibleButton"] }] });
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateTextComponent, decorators: [{
|
|
19
19
|
type: Component,
|
|
20
20
|
args: [{ selector: 'mrx-truncate-text', template: "<div\r\n class=\"mrx-truncate-text\"\r\n mrxTruncateText\r\n [class.mb-2]=\"isVisibleButton\"\r\n [count]=\"count\"\r\n [responsiveCount]=\"responsiveCount\"\r\n [isOpen]=\"isOpen\"\r\n [lineHeight]=\"lineHeight\"\r\n (changeVisibleButton)=\"changeVisibleButton($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n<mrx-link\r\n *ngIf=\"isVisibleButton\"\r\n type=\"pseudo\"\r\n [prevent]=\"true\"\r\n (click)=\"isOpen = !isOpen\"\r\n>\r\n {{ isOpen ? '\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C' : '\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C' }}\r\n</mrx-link>\r\n" }]
|
|
21
21
|
}], propDecorators: { count: [{
|
|
@@ -5,11 +5,11 @@ import { TruncateTextDirective } from './directives/truncate-text.directive';
|
|
|
5
5
|
import { LinkModule } from '../link/link.module';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class TruncateTextModule {
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: TruncateTextModule, declarations: [TruncateTextComponent, TruncateTextDirective], imports: [CommonModule, LinkModule], exports: [TruncateTextComponent] });
|
|
10
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateTextModule, imports: [CommonModule, LinkModule] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateTextModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
declarations: [TruncateTextComponent, TruncateTextDirective],
|
|
@@ -15,10 +15,10 @@ export class WarningMessageComponent {
|
|
|
15
15
|
return this.message;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
19
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
18
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WarningMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: WarningMessageComponent, selector: "mrx-warning-message", inputs: { message: "message", customClasses: "customClasses" }, ngImport: i0, template: "<span\r\n *ngFor=\"let messageArrayText of messageArray\"\r\n class=\"mrx-warning-message d-block mt-1\"\r\n [class]=\"getClasses\"\r\n>\r\n {{messageArrayText}}\r\n <ng-content></ng-content>\r\n</span>\r\n", styles: [".mrx-warning-message{font-family:var(--body-sm-font-family);font-size:var(--body-sm-font-size);font-weight:var(--body-sm-font-weight);line-height:var(--body-sm-line-height);color:var(--system-text-attention)}.mrx-warning-message a{color:var(--system-text-attention);text-decoration:underline}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WarningMessageComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{ selector: 'mrx-warning-message', changeDetection: ChangeDetectionStrategy.OnPush, template: "<span\r\n *ngFor=\"let messageArrayText of messageArray\"\r\n class=\"mrx-warning-message d-block mt-1\"\r\n [class]=\"getClasses\"\r\n>\r\n {{messageArrayText}}\r\n <ng-content></ng-content>\r\n</span>\r\n", styles: [".mrx-warning-message{font-family:var(--body-sm-font-family);font-size:var(--body-sm-font-size);font-weight:var(--body-sm-font-weight);line-height:var(--body-sm-line-height);color:var(--system-text-attention)}.mrx-warning-message a{color:var(--system-text-attention);text-decoration:underline}\n"] }]
|
|
24
24
|
}], propDecorators: { message: [{
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { WarningMessageComponent } from './warning-message.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class WarningMessageModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WarningMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: WarningMessageModule, declarations: [WarningMessageComponent], imports: [CommonModule], exports: [WarningMessageComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WarningMessageModule, imports: [CommonModule] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WarningMessageModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [WarningMessageComponent],
|
|
@@ -9,10 +9,10 @@ export class ContentWrapperComponent {
|
|
|
9
9
|
get getClasses() {
|
|
10
10
|
return `${ContentWrapperTypeEnum[this.type]} ${this.customClasses}`;
|
|
11
11
|
}
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ContentWrapperComponent, selector: "mrx-content-wrapper", inputs: { type: "type", customClasses: "customClasses", maxWidth: "maxWidth" }, ngImport: i0, template: "<div\r\n class=\"mrx-content-wrapper\"\r\n [class]=\"getClasses\"\r\n [ngStyle]=\"{maxWidth: maxWidth}\"\r\n>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n\r\n", styles: [".mrx-content-wrapper.mrx-content-wrapper{position:relative;max-width:100%;margin-left:auto;margin-right:auto}.mrx-content-wrapper.mrx-content-wrapper.type-colored{padding:24px;border-radius:4px;background:#fff;box-shadow:0 1px 4px #3b43571a}\n"], dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentWrapperComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
17
|
args: [{ selector: 'mrx-content-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\r\n class=\"mrx-content-wrapper\"\r\n [class]=\"getClasses\"\r\n [ngStyle]=\"{maxWidth: maxWidth}\"\r\n>\r\n <ng-content></ng-content>\r\n</div>\r\n\r\n\r\n", styles: [".mrx-content-wrapper.mrx-content-wrapper{position:relative;max-width:100%;margin-left:auto;margin-right:auto}.mrx-content-wrapper.mrx-content-wrapper.type-colored{padding:24px;border-radius:4px;background:#fff;box-shadow:0 1px 4px #3b43571a}\n"] }]
|
|
18
18
|
}], propDecorators: { type: [{
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { ContentWrapperComponent } from './content-wrapper.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class ContentWrapperModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ContentWrapperModule, declarations: [ContentWrapperComponent], imports: [CommonModule], exports: [ContentWrapperComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentWrapperModule, imports: [CommonModule] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ContentWrapperModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [ContentWrapperComponent],
|
|
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
4
|
export class ControlsItemComponent {
|
|
5
5
|
separator = false;
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlsItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ControlsItemComponent, selector: "mrx-controls-item", inputs: { separator: "separator" }, ngImport: i0, template: "<div class=\"mrx-controls-wrapper__controls--item\" *ngIf=\"!separator; else separatorTemplate\">\r\n <ng-content></ng-content>\r\n</div>\r\n<ng-template #separatorTemplate>\r\n <div class=\"mrx-controls-wrapper__controls--separator\"></div>\r\n</ng-template>\r\n", styles: [".mrx-controls-wrapper__controls--item{height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff}.mrx-controls-wrapper__controls--item:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.mrx-controls-wrapper__controls--item:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.mrx-controls-wrapper__controls--item:hover{background-color:#eef0f4}.mrx-controls-wrapper__controls--separator{height:24px;display:flex;align-items:center;justify-content:center}.mrx-controls-wrapper__controls--separator:after{content:\"\";display:block;height:16px;width:1px;background-color:#bfc5cc;border-radius:4px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8
8
|
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlsItemComponent, decorators: [{
|
|
10
10
|
type: Component,
|
|
11
11
|
args: [{ selector: 'mrx-controls-item', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"mrx-controls-wrapper__controls--item\" *ngIf=\"!separator; else separatorTemplate\">\r\n <ng-content></ng-content>\r\n</div>\r\n<ng-template #separatorTemplate>\r\n <div class=\"mrx-controls-wrapper__controls--separator\"></div>\r\n</ng-template>\r\n", styles: [".mrx-controls-wrapper__controls--item{height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff}.mrx-controls-wrapper__controls--item:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.mrx-controls-wrapper__controls--item:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.mrx-controls-wrapper__controls--item:hover{background-color:#eef0f4}.mrx-controls-wrapper__controls--separator{height:24px;display:flex;align-items:center;justify-content:center}.mrx-controls-wrapper__controls--separator:after{content:\"\";display:block;height:16px;width:1px;background-color:#bfc5cc;border-radius:4px}\n"] }]
|
|
12
12
|
}], propDecorators: { separator: [{
|
|
@@ -8,10 +8,10 @@ export class ControlsWrapperComponent {
|
|
|
8
8
|
get getClasses() {
|
|
9
9
|
return `${ControlsVisibilityEnum[this.visibility]}`;
|
|
10
10
|
}
|
|
11
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
12
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
11
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlsWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ControlsWrapperComponent, selector: "mrx-controls-wrapper", inputs: { visibility: "visibility" }, queries: [{ propertyName: "controls", first: true, predicate: ["controls"], descendants: true }], ngImport: i0, template: "<div class=\"mrx-controls-wrapper\">\r\n <ng-content></ng-content>\r\n\r\n <div class=\"mrx-controls-wrapper__controls\" [class]=\"getClasses\">\r\n <ng-container *ngTemplateOutlet=\"controls\"></ng-container>\r\n </div>\r\n</div>\r\n", styles: [".mrx-controls-wrapper.mrx-controls-wrapper{position:relative}.mrx-controls-wrapper.mrx-controls-wrapper .mrx-controls-wrapper__controls{position:absolute;top:-12px;right:-12px;box-shadow:0 1px 4px #3a3a3a4d;border-radius:4px;display:flex}.mrx-controls-wrapper.mrx-controls-wrapper .mrx-controls-wrapper__controls.visibility-auto{visibility:hidden;opacity:0;transition:.3s}.mrx-controls-wrapper.mrx-controls-wrapper .mrx-controls-wrapper__controls.visibility-hide{visibility:hidden;opacity:0}.mrx-controls-wrapper.mrx-controls-wrapper:hover .visibility-auto{visibility:visible;opacity:1}\n"], dependencies: [{ kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13
13
|
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlsWrapperComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{ selector: 'mrx-controls-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"mrx-controls-wrapper\">\r\n <ng-content></ng-content>\r\n\r\n <div class=\"mrx-controls-wrapper__controls\" [class]=\"getClasses\">\r\n <ng-container *ngTemplateOutlet=\"controls\"></ng-container>\r\n </div>\r\n</div>\r\n", styles: [".mrx-controls-wrapper.mrx-controls-wrapper{position:relative}.mrx-controls-wrapper.mrx-controls-wrapper .mrx-controls-wrapper__controls{position:absolute;top:-12px;right:-12px;box-shadow:0 1px 4px #3a3a3a4d;border-radius:4px;display:flex}.mrx-controls-wrapper.mrx-controls-wrapper .mrx-controls-wrapper__controls.visibility-auto{visibility:hidden;opacity:0;transition:.3s}.mrx-controls-wrapper.mrx-controls-wrapper .mrx-controls-wrapper__controls.visibility-hide{visibility:hidden;opacity:0}.mrx-controls-wrapper.mrx-controls-wrapper:hover .visibility-auto{visibility:visible;opacity:1}\n"] }]
|
|
17
17
|
}], propDecorators: { visibility: [{
|
|
@@ -4,11 +4,11 @@ import { ControlsWrapperComponent } from './controls-wrapper.component';
|
|
|
4
4
|
import { ControlsItemComponent } from './components/controls-item/controls-item.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class ControlsWrapperModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlsWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ControlsWrapperModule, declarations: [ControlsWrapperComponent, ControlsItemComponent], imports: [CommonModule], exports: [ControlsWrapperComponent, ControlsItemComponent] });
|
|
9
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlsWrapperModule, imports: [CommonModule] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlsWrapperModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [ControlsWrapperComponent, ControlsItemComponent],
|
|
@@ -37,8 +37,8 @@ export class WidgetWrapperComponent {
|
|
|
37
37
|
this._animateState = this._animateState === 'initial' ? 'expanded' : 'initial';
|
|
38
38
|
this.toggleWidgetContent.emit(this.isOpen);
|
|
39
39
|
}
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
41
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WidgetWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: WidgetWrapperComponent, selector: "mrx-widget-wrapper", inputs: { title: "title", titleInfo: "titleInfo", titleStatus: "titleStatus", iconClass: "iconClass", isOpen: "isOpen", customClasses: "customClasses" }, outputs: { toggleWidgetContent: "toggleWidgetContent" }, queries: [{ propertyName: "templateHeadTitle", first: true, predicate: ["templateHeadTitle"], descendants: true }, { propertyName: "templateHeadLeft", first: true, predicate: ["templateHeadLeft"], descendants: true }, { propertyName: "templateHeadRight", first: true, predicate: ["templateHeadRight"], descendants: true }, { propertyName: "templateContent", first: true, predicate: ["templateContent"], descendants: true }], ngImport: i0, template: "<div class=\"mrx-widget\" [class]=\"getClasses\">\r\n <div class=\"mrx-widget__header\" (click)=\"changeVisibleContent()\">\r\n <div class=\"mrx-widget__header-content mr-4 flex-column flex-sm-row align-items-start align-items-sm-center\">\r\n <div class=\"mrx-widget__header-content--left justify-content-start\">\r\n <div class=\"mrx-widget__header-title\" *ngIf=\"!templateHeadTitle; else titleTemplate\">\r\n <h6 class=\"mrx-widget__header-title--wrapper\">\r\n <span\r\n *ngIf=\"iconClass\"\r\n [class]=\"getTitleIconClasses\"\r\n class=\"mrx-icon icon-font-24 icon-filled-color-negative\"\r\n ></span>\r\n <span\r\n *ngIf=\"title\"\r\n [class]=\"getTitleTextClasses\"\r\n class=\"mrx-widget__header-title--text color-negative\"\r\n >{{ title }}</span>\r\n </h6>\r\n <span class=\"mrx-widget__header-title--info\" *ngIf=\"titleInfo\">{{ titleInfo }}</span>\r\n </div>\r\n <ng-template #titleTemplate>\r\n <ng-container *ngTemplateOutlet=\"templateHeadTitle\"></ng-container>\r\n </ng-template>\r\n <ng-container *ngTemplateOutlet=\"templateHeadLeft\"></ng-container>\r\n </div>\r\n <div class=\"mrx-widget__header-content--right justify-content-start\" *ngIf=\"templateHeadRight\">\r\n <ng-container *ngTemplateOutlet=\"templateHeadRight\"></ng-container>\r\n </div>\r\n </div>\r\n <div class=\"mrx-widget__header-arrow\">\r\n <span class=\"mrx-widget__header-arrow--text mr-2 d-none d-md-flex justify-content-end\">{{ isOpen ? '\u0421\u0432\u0435\u0440\u043D\u0443\u0442\u044C' : '\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044C' }}</span>\r\n <span\r\n [ngStyle]=\"{transform: isOpen ? 'rotate(0deg)' : 'rotate(180deg)'}\"\r\n class=\"mrx-icon icon-chevron-up icon-font-24\"\r\n ></span>\r\n </div>\r\n </div>\r\n\r\n <div class=\"mrx-widget__content\" [@expandedPanel]=\"isOpenState\">\r\n <div class=\"mrx-widget__content-box px-4 py-3\">\r\n <ng-container *ngIf=\"templateContent; else contentTemplate\">\r\n <ng-container *ngTemplateOutlet=\"templateContent\"></ng-container>\r\n </ng-container>\r\n <ng-template #contentTemplate>\r\n <ng-content></ng-content>\r\n </ng-template>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n\r\n", styles: [".mrx-widget{box-shadow:0 2px 10px #3a3a3a1a;border-radius:var(--border-radius-1);background:#fff}.mrx-widget__header{padding:var(--spacing-2) var(--spacing-6);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.mrx-widget__header-content{display:flex;align-items:center;justify-content:space-between;flex-grow:1;flex-wrap:wrap;gap:var(--spacing-2)}.mrx-widget__header-content--left{display:flex;align-items:center;justify-content:flex-start;flex-grow:1;flex-wrap:wrap;gap:var(--spacing-2)}.mrx-widget__header-content--right{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;flex-shrink:0}.mrx-widget__header-title{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.mrx-widget__header-title--wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.mrx-widget__header-title--text{font-family:var(--headlines-lvl-6-font-family);font-size:var(--headlines-lvl-6-font-size);font-weight:var(--headlines-lvl-6-font-weight);line-height:var(--headlines-lvl-6-line-height);color:var(--neutral-text-primary, #282828)}.mrx-widget__header-title--info{font-family:var(--body-md-font-family);font-size:var(--body-md-font-size);font-weight:var(--body-md-font-weight);line-height:var(--body-md-line-height);color:var(--neutral-text-secondary, #4D5157)}.mrx-widget__header-arrow{display:flex;align-items:center;flex-shrink:0}.mrx-widget__header-arrow--text{font-family:var(--body-md-bold-font-family);font-size:var(--body-md-bold-font-size);font-weight:var(--body-md-bold-font-weight);line-height:var(--body-md-bold-line-height);min-width:70px}.mrx-widget__content{border-top:1px solid var(--neutral-bg-stroke-default)}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], animations: [
|
|
42
42
|
trigger('expandedPanel', [
|
|
43
43
|
state('initial', style({ height: 0, opacity: 0 })),
|
|
44
44
|
state('expanded', style({ height: '*', opacity: 1 })),
|
|
@@ -53,7 +53,7 @@ export class WidgetWrapperComponent {
|
|
|
53
53
|
]),
|
|
54
54
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
55
55
|
}
|
|
56
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WidgetWrapperComponent, decorators: [{
|
|
57
57
|
type: Component,
|
|
58
58
|
args: [{ selector: 'mrx-widget-wrapper', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
59
59
|
trigger('expandedPanel', [
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { WidgetWrapperComponent } from './widget-wrapper.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class WidgetWrapperModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WidgetWrapperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: WidgetWrapperModule, declarations: [WidgetWrapperComponent], imports: [CommonModule], exports: [WidgetWrapperComponent] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WidgetWrapperModule, imports: [CommonModule] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WidgetWrapperModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -32,10 +32,10 @@ export class AutosizeDirective {
|
|
|
32
32
|
setHeight(value) {
|
|
33
33
|
this.renderer.setStyle(this.elem.nativeElement, 'height', value);
|
|
34
34
|
}
|
|
35
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
36
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutosizeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
36
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: AutosizeDirective, selector: "[mrxAutosize]", inputs: { rows: "rows", autosize: "autosize" }, host: { listeners: { "input": "resize()" }, properties: { "style.overflow": "this.overflow", "rows": "this.rows" } }, ngImport: i0 });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutosizeDirective, decorators: [{
|
|
39
39
|
type: Directive,
|
|
40
40
|
args: [{
|
|
41
41
|
selector: '[mrxAutosize]'
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { AutosizeDirective } from './autosize.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class AutosizeModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutosizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AutosizeModule, declarations: [AutosizeDirective], imports: [CommonModule], exports: [AutosizeDirective] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutosizeModule, imports: [CommonModule] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AutosizeModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [
|
|
@@ -16,10 +16,10 @@ export class TruncateDirective {
|
|
|
16
16
|
this.renderer.setStyle(this.elementRef.nativeElement, '-webkit-box-orient', 'vertical');
|
|
17
17
|
this.renderer.setStyle(this.elementRef.nativeElement, 'max-height', this.height);
|
|
18
18
|
}
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
20
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: TruncateDirective, selector: "[mrxTruncate]", inputs: { rows: ["mrxTruncateRows", "rows"], height: ["mrxTruncateHeight", "height"] }, ngImport: i0 });
|
|
21
21
|
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
25
|
selector: '[mrxTruncate]',
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { TruncateDirective } from './truncate.directive';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class TruncateDirectiveModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: TruncateDirectiveModule, declarations: [TruncateDirective], imports: [CommonModule], exports: [TruncateDirective] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateDirectiveModule, imports: [CommonModule] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TruncateDirectiveModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [TruncateDirective],
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { CurrencyPipe } from './currency.pipe';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class CurrencyModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrencyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CurrencyModule, declarations: [CurrencyPipe], imports: [CommonModule], exports: [CurrencyPipe] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrencyModule, imports: [CommonModule] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrencyModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [CurrencyPipe],
|
|
@@ -10,10 +10,10 @@ export class CurrencyPipe {
|
|
|
10
10
|
currency: 'RUB',
|
|
11
11
|
}).format(value);
|
|
12
12
|
}
|
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
14
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
13
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrencyPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
14
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CurrencyPipe, name: "currencyFormat" });
|
|
15
15
|
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrencyPipe, decorators: [{
|
|
17
17
|
type: Pipe,
|
|
18
18
|
args: [{
|
|
19
19
|
name: 'currencyFormat'
|
|
@@ -4,11 +4,11 @@ import { DateFormatPipe } from './date-format.pipe';
|
|
|
4
4
|
import { DateTimeFormatPipe } from './date-time-format.pipe';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export class DateFormatModule {
|
|
7
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
9
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateFormatModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: DateFormatModule, declarations: [DateFormatPipe, DateTimeFormatPipe], imports: [CommonModule], exports: [DateFormatPipe, DateTimeFormatPipe] });
|
|
9
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateFormatModule, imports: [CommonModule] });
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateFormatModule, decorators: [{
|
|
12
12
|
type: NgModule,
|
|
13
13
|
args: [{
|
|
14
14
|
declarations: [DateFormatPipe, DateTimeFormatPipe],
|
|
@@ -9,10 +9,10 @@ export class DateFormatPipe extends DatePipe {
|
|
|
9
9
|
}
|
|
10
10
|
return super.transform(value, format);
|
|
11
11
|
}
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateFormatPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe });
|
|
13
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: DateFormatPipe, name: "dateFormat" });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateFormatPipe, decorators: [{
|
|
16
16
|
type: Pipe,
|
|
17
17
|
args: [{
|
|
18
18
|
name: 'dateFormat'
|
|
@@ -9,10 +9,10 @@ export class DateTimeFormatPipe extends DatePipe {
|
|
|
9
9
|
}
|
|
10
10
|
return super.transform(value, format);
|
|
11
11
|
}
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
13
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateTimeFormatPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe });
|
|
13
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: DateTimeFormatPipe, name: "dateTimeFormat" });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateTimeFormatPipe, decorators: [{
|
|
16
16
|
type: Pipe,
|
|
17
17
|
args: [{
|
|
18
18
|
name: 'dateTimeFormat'
|
|
@@ -3,11 +3,11 @@ import { CommonModule } from '@angular/common';
|
|
|
3
3
|
import { PhoneFormatPipe } from './phone-format.pipe';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class PhoneFormatModule {
|
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneFormatModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: PhoneFormatModule, declarations: [PhoneFormatPipe], imports: [CommonModule], exports: [PhoneFormatPipe] });
|
|
8
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneFormatModule, imports: [CommonModule] });
|
|
9
9
|
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneFormatModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
declarations: [PhoneFormatPipe],
|
|
@@ -11,10 +11,10 @@ export class PhoneFormatPipe {
|
|
|
11
11
|
return '';
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
15
|
-
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
14
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
15
|
+
static ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: PhoneFormatPipe, name: "phoneFormat" });
|
|
16
16
|
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneFormatPipe, decorators: [{
|
|
18
18
|
type: Pipe,
|
|
19
19
|
args: [{
|
|
20
20
|
name: 'phoneFormat'
|