@lucca-front/ng 16.1.1-rc.1 → 16.2.0-rc.2
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/a11y/lib/skip-links/skip-links.component.mjs +3 -3
- package/esm2022/api/lib/api.module.mjs +4 -4
- package/esm2022/api/lib/select/api-select.module.mjs +4 -4
- package/esm2022/api/lib/select/feeder/api-feeder.component.mjs +3 -3
- package/esm2022/api/lib/select/feeder/api-feeder.module.mjs +4 -4
- package/esm2022/api/lib/select/input/api-select-input.component.mjs +6 -6
- package/esm2022/api/lib/select/input/api-select-input.module.mjs +4 -4
- package/esm2022/api/lib/select/pager/api-pager.component.mjs +3 -3
- package/esm2022/api/lib/select/pager/api-pager.module.mjs +4 -4
- package/esm2022/api/lib/select/searcher/api-searcher.component.mjs +11 -11
- package/esm2022/api/lib/select/searcher/api-searcher.module.mjs +4 -4
- package/esm2022/api/lib/service/api-hybrid.service.mjs +3 -3
- package/esm2022/api/lib/service/api-v3.service.mjs +3 -3
- package/esm2022/api/lib/service/api-v4.service.mjs +3 -3
- package/esm2022/core/lib/date/native/native-date.adapter.mjs +3 -3
- package/esm2022/core/lib/date/string/string-date.adapter.mjs +3 -3
- package/esm2022/date/lib/adapter/date-adapter.module.mjs +4 -4
- package/esm2022/date/lib/adapter/date-adapter.pipe.mjs +3 -3
- package/esm2022/date/lib/calendar/calendar-input.component.mjs +7 -7
- package/esm2022/date/lib/calendar/calendar-input.module.mjs +4 -4
- package/esm2022/date/lib/calendar/calendar-item.factory.mjs +3 -3
- package/esm2022/date/lib/date.module.mjs +4 -4
- package/esm2022/date/lib/input/date-input.directive.mjs +3 -3
- package/esm2022/date/lib/input/date-input.module.mjs +4 -4
- package/esm2022/date/lib/picker/date-picker.component.mjs +3 -3
- package/esm2022/date/lib/picker/date-picker.module.mjs +4 -4
- package/esm2022/date/lib/select/date-select-input.component.mjs +6 -6
- package/esm2022/date/lib/select/date-select-input.module.mjs +4 -4
- package/esm2022/department/lib/department.module.mjs +4 -4
- package/esm2022/department/lib/select/department-select.module.mjs +4 -4
- package/esm2022/department/lib/select/feeder/department-feeder.component.mjs +3 -3
- package/esm2022/department/lib/select/feeder/department-feeder.module.mjs +4 -4
- package/esm2022/department/lib/select/input/department-select-input.component.mjs +6 -6
- package/esm2022/department/lib/select/input/department-select-input.module.mjs +4 -4
- package/esm2022/department/lib/service/department-v3.service.mjs +3 -3
- package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
- package/esm2022/dropdown/lib/item/dropdown-item.directive.mjs +3 -3
- package/esm2022/dropdown/lib/item/dropdown-item.module.mjs +4 -4
- package/esm2022/dropdown/lib/panel/dropdown-panel.component.mjs +3 -3
- package/esm2022/dropdown/lib/panel/dropdown-panel.module.mjs +4 -4
- package/esm2022/dropdown/lib/trigger/dropdown-trigger.directive.mjs +3 -3
- package/esm2022/dropdown/lib/trigger/dropdown-trigger.module.mjs +4 -4
- package/esm2022/establishment/lib/establishment.module.mjs +4 -4
- package/esm2022/establishment/lib/select/establishment-select.module.mjs +4 -4
- package/esm2022/establishment/lib/select/for-legal-units/for-legal-units.directive.mjs +3 -3
- package/esm2022/establishment/lib/select/for-legal-units/for-legal-units.module.mjs +4 -4
- package/esm2022/establishment/lib/select/input/establishment-select-input.component.mjs +6 -6
- package/esm2022/establishment/lib/select/input/establishment-select-input.module.mjs +4 -4
- package/esm2022/establishment/lib/select/legal-unit-selector/legal-unit-selector.directive.mjs +3 -3
- package/esm2022/establishment/lib/select/legal-unit-selector/legal-unit-selector.module.mjs +4 -4
- package/esm2022/establishment/lib/select/searcher/establishment-searcher.component.mjs +6 -6
- package/esm2022/establishment/lib/select/searcher/establishment-searcher.module.mjs +4 -4
- package/esm2022/establishment/lib/select/select-all/establishment-select-all.component.mjs +5 -5
- package/esm2022/establishment/lib/select/select-all/establishment-select-all.module.mjs +4 -4
- package/esm2022/establishment/lib/service/establishment.service.mjs +3 -3
- package/esm2022/establishment/lib/service/legal-unit.service.mjs +3 -3
- package/esm2022/formly/lib/formly.module.mjs +4 -4
- package/esm2022/formly/lib/types/api.mjs +3 -3
- package/esm2022/formly/lib/types/checkbox.mjs +3 -3
- package/esm2022/formly/lib/types/date.mjs +3 -3
- package/esm2022/formly/lib/types/department.mjs +3 -3
- package/esm2022/formly/lib/types/establishment.mjs +3 -3
- package/esm2022/formly/lib/types/input.mjs +3 -3
- package/esm2022/formly/lib/types/qualification.mjs +3 -3
- package/esm2022/formly/lib/types/radios.mjs +3 -3
- package/esm2022/formly/lib/types/select.mjs +3 -3
- package/esm2022/formly/lib/types/textarea.mjs +3 -3
- package/esm2022/formly/lib/types/user.mjs +3 -3
- package/esm2022/formly/lib/wrappers/checkbox-layout.mjs +3 -3
- package/esm2022/formly/lib/wrappers/error.mjs +6 -6
- package/esm2022/formly/lib/wrappers/helper.mjs +3 -3
- package/esm2022/formly/lib/wrappers/icon.mjs +3 -3
- package/esm2022/formly/lib/wrappers/radiosfield-layout.mjs +3 -3
- package/esm2022/formly/lib/wrappers/suffix.mjs +3 -3
- package/esm2022/formly/lib/wrappers/textfield-layout.mjs +3 -3
- package/esm2022/input/lib/clearer/clearer.component.mjs +6 -6
- package/esm2022/input/lib/clearer/clearer.module.mjs +4 -4
- package/esm2022/input/lib/displayer/input-displayer.directive.mjs +3 -3
- package/esm2022/input/lib/displayer/input-displayer.module.mjs +4 -4
- package/esm2022/input/lib/input.directive.mjs +3 -3
- package/esm2022/input/lib/input.module.mjs +4 -4
- package/esm2022/material/lib/module.mjs +4 -4
- package/esm2022/modal/lib/modal-panel.component.mjs +9 -9
- package/esm2022/modal/lib/modal-ref.factory.mjs +3 -3
- package/esm2022/modal/lib/modal.module.mjs +4 -4
- package/esm2022/modal/lib/modal.service.mjs +3 -3
- package/esm2022/number/lib/number.module.mjs +4 -4
- package/esm2022/number/lib/number.pipe.mjs +3 -3
- package/esm2022/option/lib/item/option-item.component.mjs +6 -6
- package/esm2022/option/lib/item/option-item.module.mjs +4 -4
- package/esm2022/option/lib/item/tree-option-item.component.mjs +6 -6
- package/esm2022/option/lib/item/tree-option-item.module.mjs +4 -4
- package/esm2022/option/lib/operator/feeder/option-feeder.component.mjs +3 -3
- package/esm2022/option/lib/operator/feeder/option-feeder.module.mjs +4 -4
- package/esm2022/option/lib/operator/feeder/tree-option-feeder.component.mjs +3 -3
- package/esm2022/option/lib/operator/feeder/tree-option-feeder.module.mjs +4 -4
- package/esm2022/option/lib/operator/for-groups/for-groups.directive.mjs +3 -3
- package/esm2022/option/lib/operator/for-groups/for-groups.module.mjs +4 -4
- package/esm2022/option/lib/operator/for-options/for-options.directive.mjs +3 -3
- package/esm2022/option/lib/operator/for-options/for-options.module.mjs +4 -4
- package/esm2022/option/lib/operator/for-options/for-tree-options.directive.mjs +3 -3
- package/esm2022/option/lib/operator/for-options/for-tree-options.module.mjs +4 -4
- package/esm2022/option/lib/operator/option-operator.module.mjs +4 -4
- package/esm2022/option/lib/operator/pager/option-pager.component.mjs +3 -3
- package/esm2022/option/lib/operator/pager/option-pager.module.mjs +4 -4
- package/esm2022/option/lib/operator/pager/tree-option-pager.component.mjs +3 -3
- package/esm2022/option/lib/operator/pager/tree-option-pager.module.mjs +4 -4
- package/esm2022/option/lib/operator/searcher/option-searcher.component.mjs +6 -6
- package/esm2022/option/lib/operator/searcher/option-searcher.module.mjs +4 -4
- package/esm2022/option/lib/operator/searcher/tree-option-searcher.component.mjs +6 -6
- package/esm2022/option/lib/operator/searcher/tree-option-searcher.module.mjs +4 -4
- package/esm2022/option/lib/operator/tree-option-operator.module.mjs +4 -4
- package/esm2022/option/lib/option.module.mjs +4 -4
- package/esm2022/option/lib/picker/option-picker-advanced.component.mjs +6 -6
- package/esm2022/option/lib/picker/option-picker.component.mjs +9 -9
- package/esm2022/option/lib/picker/option-picker.module.mjs +4 -4
- package/esm2022/option/lib/picker/tree-option-picker-advanced.component.mjs +9 -9
- package/esm2022/option/lib/picker/tree-option-picker.component.mjs +9 -9
- package/esm2022/option/lib/picker/tree-option-picker.module.mjs +4 -4
- package/esm2022/option/lib/placeholder/option-placeholder.component.mjs +4 -4
- package/esm2022/option/lib/placeholder/option-placeholder.module.mjs +4 -4
- package/esm2022/option/lib/selector/all/select-all.component.mjs +5 -5
- package/esm2022/option/lib/selector/all/select-all.module.mjs +4 -4
- package/esm2022/option/lib/selector/all/tree-select-all.component.mjs +5 -5
- package/esm2022/option/lib/selector/all/tree-select-all.module.mjs +4 -4
- package/esm2022/option/lib/selector/option-selector.module.mjs +4 -4
- package/esm2022/option/lib/selector/tree-option-selector.module.mjs +4 -4
- package/esm2022/option/lib/tree-option.module.mjs +4 -4
- package/esm2022/popover/lib/panel/popover-panel.component.mjs +3 -3
- package/esm2022/popover/lib/panel/popover-panel.module.mjs +4 -4
- package/esm2022/popover/lib/popover.module.mjs +4 -4
- package/esm2022/popover/lib/target/popover-target.directive.mjs +3 -3
- package/esm2022/popover/lib/target/popover-target.module.mjs +4 -4
- package/esm2022/popover/lib/trigger/popover-trigger.directive.mjs +3 -3
- package/esm2022/popover/lib/trigger/popover-trigger.module.mjs +4 -4
- package/esm2022/popup/lib/popup-ref.factory.mjs +3 -3
- package/esm2022/popup/lib/popup.module.mjs +4 -4
- package/esm2022/popup/lib/popup.service.mjs +3 -3
- package/esm2022/qualification/lib/qualification.module.mjs +4 -4
- package/esm2022/qualification/lib/select/input/qualification-select-input.component.mjs +6 -6
- package/esm2022/qualification/lib/select/input/qualification-select-input.module.mjs +4 -4
- package/esm2022/qualification/lib/select/qualification-select.module.mjs +4 -4
- package/esm2022/safe-content/lib/safe-content.module.mjs +4 -4
- package/esm2022/safe-content/lib/safe-html.pipe.mjs +3 -3
- package/esm2022/scroll/lib/scroll.directive.mjs +3 -3
- package/esm2022/scroll/lib/scroll.module.mjs +4 -4
- package/esm2022/select/lib/input/select-input.component.mjs +8 -8
- package/esm2022/select/lib/input/select-input.module.mjs +4 -4
- package/esm2022/select/lib/select.module.mjs +4 -4
- package/esm2022/sidepanel/lib/sidepanel.module.mjs +4 -4
- package/esm2022/sidepanel/lib/sidepanel.service.mjs +3 -3
- package/esm2022/simple-select/api/lib/api-v3.directive.mjs +3 -3
- package/esm2022/simple-select/api/lib/api-v4.directive.mjs +3 -3
- package/esm2022/simple-select/api/lib/api.directive.mjs +3 -3
- package/esm2022/simple-select/lib/input/panel-ref.factory.mjs +3 -3
- package/esm2022/simple-select/lib/input/select-input.component.mjs +6 -6
- package/esm2022/simple-select/lib/input/select-input.models.mjs +3 -3
- package/esm2022/simple-select/lib/option/default-option.component.mjs +3 -3
- package/esm2022/simple-select/lib/option/disabled.directive.mjs +3 -3
- package/esm2022/simple-select/lib/option/displayer.directive.mjs +3 -3
- package/esm2022/simple-select/lib/option/option-outlet.directive.mjs +3 -3
- package/esm2022/simple-select/lib/option/option.component.mjs +5 -5
- package/esm2022/simple-select/lib/option/option.directive.mjs +3 -3
- package/esm2022/simple-select/lib/panel/panel.component.mjs +5 -5
- package/esm2022/title/lib/title.module.mjs +4 -4
- package/esm2022/title/lib/title.service.mjs +3 -3
- package/esm2022/title/lib/title.strategy.mjs +3 -3
- package/esm2022/toast/toasts.component.mjs +3 -3
- package/esm2022/toast/toasts.module.mjs +4 -4
- package/esm2022/toast/toasts.service.mjs +3 -3
- package/esm2022/tooltip/lib/panel/tooltip-panel.component.mjs +5 -5
- package/esm2022/tooltip/lib/panel/tooltip-panel.module.mjs +4 -4
- package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
- package/esm2022/tooltip/lib/trigger/tooltip-trigger.directive.mjs +3 -3
- package/esm2022/tooltip/lib/trigger/tooltip-trigger.module.mjs +4 -4
- package/esm2022/user/lib/display/user-display.module.mjs +4 -4
- package/esm2022/user/lib/display/user-display.pipe.mjs +3 -3
- package/esm2022/user/lib/picture/user-picture.component.mjs +4 -4
- package/esm2022/user/lib/picture/user-picture.module.mjs +4 -4
- package/esm2022/user/lib/select/homonyms/user-homonyms.component.mjs +3 -3
- package/esm2022/user/lib/select/homonyms/user-homonyms.module.mjs +4 -4
- package/esm2022/user/lib/select/homonyms/user-homonyms.service.mjs +3 -3
- package/esm2022/user/lib/select/input/user-select-input.component.mjs +6 -6
- package/esm2022/user/lib/select/input/user-select-input.module.mjs +4 -4
- package/esm2022/user/lib/select/me/me-option.directive.mjs +3 -3
- package/esm2022/user/lib/select/me/me-option.module.mjs +4 -4
- package/esm2022/user/lib/select/searcher/user-searcher.component.mjs +6 -6
- package/esm2022/user/lib/select/searcher/user-searcher.module.mjs +4 -4
- package/esm2022/user/lib/select/user-select.module.mjs +4 -4
- package/esm2022/user/lib/service/user-v3.service.mjs +3 -3
- package/esm2022/user/lib/tile/user-tile.component.mjs +4 -4
- package/esm2022/user/lib/tile/user-tile.module.mjs +4 -4
- package/esm2022/user/lib/user.module.mjs +4 -4
- package/fesm2022/lucca-front-ng-a11y.mjs +3 -3
- package/fesm2022/lucca-front-ng-api.mjs +54 -54
- package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core.mjs +6 -6
- package/fesm2022/lucca-front-ng-date.mjs +47 -47
- package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-department.mjs +27 -27
- package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-dropdown.mjs +25 -25
- package/fesm2022/lucca-front-ng-establishment.mjs +55 -55
- package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-formly.mjs +61 -61
- package/fesm2022/lucca-front-ng-input.mjs +23 -23
- package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-material.mjs +4 -4
- package/fesm2022/lucca-front-ng-modal.mjs +19 -19
- package/fesm2022/lucca-front-ng-number.mjs +7 -7
- package/fesm2022/lucca-front-ng-option.mjs +173 -173
- package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popover.mjs +25 -25
- package/fesm2022/lucca-front-ng-popup.mjs +10 -10
- package/fesm2022/lucca-front-ng-qualification.mjs +17 -17
- package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-safe-content.mjs +7 -7
- package/fesm2022/lucca-front-ng-scroll.mjs +7 -7
- package/fesm2022/lucca-front-ng-select.mjs +16 -16
- package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-sidepanel.mjs +7 -7
- package/fesm2022/lucca-front-ng-simple-select-api.mjs +9 -9
- package/fesm2022/lucca-front-ng-simple-select.mjs +34 -34
- package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-title.mjs +10 -10
- package/fesm2022/lucca-front-ng-toast.mjs +10 -10
- package/fesm2022/lucca-front-ng-tooltip.mjs +19 -19
- package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-user.mjs +69 -69
- package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
- package/material/style/components/_mixins.scss +2 -2
- package/package.json +19 -19
- package/src/components/_calendar.scss +2 -1
- package/src/components/_dropdown.scss +16 -12
- package/src/components/_picker.scss +9 -2
- package/src/components/_popover.scss +3 -4
- package/src/definitions/option/_option-item.scss +40 -13
- package/src/definitions/option/_option-searcher.scss +0 -13
- package/src/definitions/select/_select-clearer.scss +0 -34
- package/src/definitions/select/_select-input.scss +0 -16
- package/src/definitions/tooltip/_tooltip.scss +2 -5
|
@@ -16,11 +16,11 @@ class LuFormlyWrapperRadiosfieldLayout extends FieldWrapper {
|
|
|
16
16
|
get isError() {
|
|
17
17
|
return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
|
|
18
18
|
}
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperRadiosfieldLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
20
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperRadiosfieldLayout, selector: "lu-formly-wrapper-radiosfield-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
21
21
|
}
|
|
22
22
|
export { LuFormlyWrapperRadiosfieldLayout };
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperRadiosfieldLayout, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{ selector: 'lu-formly-wrapper-radiosfield-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\r\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\r\n\t\t<ng-container #fieldComponent></ng-container>\r\n\t</fieldset>\r\n</div>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
26
26
|
}], propDecorators: { fieldComponent: [{
|
|
@@ -4,11 +4,11 @@ import { buildAddWrapperExtension } from '../formly.utils';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
// wrapper component
|
|
6
6
|
class LuFormlyWrapperSuffix extends FieldWrapper {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
8
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperSuffix, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
8
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperSuffix, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\r\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
9
9
|
}
|
|
10
10
|
export { LuFormlyWrapperSuffix };
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperSuffix, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
13
|
args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\r\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
|
|
14
14
|
}], propDecorators: { fieldComponent: [{
|
|
@@ -25,11 +25,11 @@ class LuFormlyWrapperTextfieldLayout extends FieldWrapper {
|
|
|
25
25
|
get isError() {
|
|
26
26
|
return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
|
|
27
27
|
}
|
|
28
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
29
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
28
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperTextfieldLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
29
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperTextfieldLayout, selector: "lu-formly-wrapper-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\r\n\t<ng-container #fieldComponent></ng-container>\r\n</label>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
30
30
|
}
|
|
31
31
|
export { LuFormlyWrapperTextfieldLayout };
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperTextfieldLayout, decorators: [{
|
|
33
33
|
type: Component,
|
|
34
34
|
args: [{ selector: 'lu-formly-wrapper-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\r\n\t<ng-container #fieldComponent></ng-container>\r\n</label>\r\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
35
35
|
}], propDecorators: { fieldComponent: [{
|
|
@@ -13,24 +13,24 @@ class LuInputClearerComponent extends ALuClearer {
|
|
|
13
13
|
$event.preventDefault();
|
|
14
14
|
$event.stopPropagation();
|
|
15
15
|
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputClearerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuInputClearerComponent, isStandalone: true, selector: "lu-input-clearer", outputs: { onClear: "onClear" }, providers: [
|
|
18
18
|
{
|
|
19
19
|
provide: ALuClearer,
|
|
20
20
|
useExisting: forwardRef(() => LuInputClearerComponent),
|
|
21
21
|
},
|
|
22
|
-
], exportAs: ["luClearer"], usesInheritance: true, ngImport: i0, template: "<a href=\"#\" role=\"button\" class=\"
|
|
22
|
+
], exportAs: ["luClearer"], usesInheritance: true, ngImport: i0, template: "<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon icon-thinCross\"></span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: 2rem}:host{display:none}:host-context(.textfield-input.is-filled){display:block}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]){display:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
23
23
|
}
|
|
24
24
|
export { LuInputClearerComponent };
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputClearerComponent, decorators: [{
|
|
26
26
|
type: Component,
|
|
27
27
|
args: [{ selector: 'lu-input-clearer', changeDetection: ChangeDetectionStrategy.OnPush, exportAs: 'luClearer', standalone: true, imports: [CommonModule], providers: [
|
|
28
28
|
{
|
|
29
29
|
provide: ALuClearer,
|
|
30
30
|
useExisting: forwardRef(() => LuInputClearerComponent),
|
|
31
31
|
},
|
|
32
|
-
], template: "<a href=\"#\" role=\"button\" class=\"
|
|
32
|
+
], template: "<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon icon-thinCross\"></span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: 2rem}:host{display:none}:host-context(.textfield-input.is-filled){display:block}:host-context(.textfield-input.is-disabled,.textfield-input[disabled]){display:none}\n"] }]
|
|
33
33
|
}], propDecorators: { onClear: [{
|
|
34
34
|
type: Output
|
|
35
35
|
}] } });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xlYXJlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9pbnB1dC9zcmMvbGliL2NsZWFyZXIvY2xlYXJlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9pbnB1dC9zcmMvbGliL2NsZWFyZXIvY2xlYXJlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNyRyxPQUFPLEVBQUUsVUFBVSxFQUFjLE1BQU0saUJBQWlCLENBQUM7O0FBRXpELE1BZWEsdUJBQTJCLFNBQVEsVUFBYTtJQWY3RDs7UUFnQkMsK0RBQStEO1FBQzVDLFlBQU8sR0FBRyxJQUFJLFlBQVksRUFBSyxDQUFDO0tBTW5EO0lBTEEsT0FBTyxDQUFDLE1BQWE7UUFDcEIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLEVBQUUsQ0FBQztRQUNwQixNQUFNLENBQUMsY0FBYyxFQUFFLENBQUM7UUFDeEIsTUFBTSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQzFCLENBQUM7OEdBUFcsdUJBQXVCO2tHQUF2Qix1QkFBdUIsZ0dBUHhCO1lBQ1Y7Z0JBQ0MsT0FBTyxFQUFFLFVBQVU7Z0JBQ25CLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsdUJBQXVCLENBQUM7YUFDdEQ7U0FDRCwwRUNqQkYsNk1BSUEsMHhCRE9XLFlBQVk7O1NBUVYsdUJBQXVCOzJGQUF2Qix1QkFBdUI7a0JBZm5DLFNBQVM7K0JBQ0Msa0JBQWtCLG1CQUdYLHVCQUF1QixDQUFDLE1BQU0sWUFDckMsV0FBVyxjQUNULElBQUksV0FDUCxDQUFDLFlBQVksQ0FBQyxhQUNaO3dCQUNWOzRCQUNDLE9BQU8sRUFBRSxVQUFVOzRCQUNuQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSx3QkFBd0IsQ0FBQzt5QkFDdEQ7cUJBQ0Q7OEJBSWtCLE9BQU87c0JBQXpCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIGZvcndhcmRSZWYsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBTHVDbGVhcmVyLCBJTHVDbGVhcmVyIH0gZnJvbSAnLi9jbGVhcmVyLm1vZGVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtaW5wdXQtY2xlYXJlcicsXHJcblx0dGVtcGxhdGVVcmw6ICcuL2NsZWFyZXIuY29tcG9uZW50Lmh0bWwnLFxyXG5cdHN0eWxlVXJsczogWycuL2NsZWFyZXIuY29tcG9uZW50LnNjc3MnXSxcclxuXHRjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuXHRleHBvcnRBczogJ2x1Q2xlYXJlcicsXHJcblx0c3RhbmRhbG9uZTogdHJ1ZSxcclxuXHRpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcclxuXHRwcm92aWRlcnM6IFtcclxuXHRcdHtcclxuXHRcdFx0cHJvdmlkZTogQUx1Q2xlYXJlcixcclxuXHRcdFx0dXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gTHVJbnB1dENsZWFyZXJDb21wb25lbnQpLFxyXG5cdFx0fSxcclxuXHRdLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTHVJbnB1dENsZWFyZXJDb21wb25lbnQ8VD4gZXh0ZW5kcyBBTHVDbGVhcmVyPFQ+IGltcGxlbWVudHMgSUx1Q2xlYXJlcjxUPiB7XHJcblx0Ly8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1vdXRwdXQtb24tcHJlZml4XHJcblx0QE91dHB1dCgpIG92ZXJyaWRlIG9uQ2xlYXIgPSBuZXcgRXZlbnRFbWl0dGVyPFQ+KCk7XHJcblx0b25DbGljaygkZXZlbnQ6IEV2ZW50KSB7XHJcblx0XHR0aGlzLm9uQ2xlYXIuZW1pdCgpO1xyXG5cdFx0JGV2ZW50LnByZXZlbnREZWZhdWx0KCk7XHJcblx0XHQkZXZlbnQuc3RvcFByb3BhZ2F0aW9uKCk7XHJcblx0fVxyXG59XHJcbiIsIjxhIGhyZWY9XCIjXCIgcm9sZT1cImJ1dHRvblwiIGNsYXNzPVwiY2xlYXJcIiAoY2xpY2spPVwib25DbGljaygkZXZlbnQpXCI+XHJcblx0PHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3M9XCJsdWNjYS1pY29uIGljb24tdGhpbkNyb3NzXCI+PC9zcGFuPlxyXG5cdDxzcGFuIGNsYXNzPVwidS1tYXNrXCI+Q2xlYXI8L3NwYW4+XHJcbjwvYT5cclxuIl19
|
|
@@ -2,12 +2,12 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { LuInputClearerComponent } from './clearer.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
class LuInputClearerModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputClearerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuInputClearerModule, imports: [LuInputClearerComponent], exports: [LuInputClearerComponent] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputClearerModule, imports: [LuInputClearerComponent] }); }
|
|
8
8
|
}
|
|
9
9
|
export { LuInputClearerModule };
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputClearerModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [LuInputClearerComponent],
|
|
@@ -22,8 +22,8 @@ class LuInputDisplayerDirective extends ALuInputDisplayer {
|
|
|
22
22
|
getViewRef(value) {
|
|
23
23
|
return this.template.createEmbeddedView({ $implicit: value });
|
|
24
24
|
}
|
|
25
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
26
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
25
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputDisplayerDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
26
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.3", type: LuInputDisplayerDirective, isStandalone: true, selector: "[luDisplayer]", inputs: { argMultiple: ["luDisplayerMultiple", "argMultiple"], inputMultiple: ["multiple", "inputMultiple"] }, providers: [
|
|
27
27
|
{
|
|
28
28
|
provide: ALuInputDisplayer,
|
|
29
29
|
useExisting: forwardRef(() => LuInputDisplayerDirective),
|
|
@@ -32,7 +32,7 @@ class LuInputDisplayerDirective extends ALuInputDisplayer {
|
|
|
32
32
|
], usesInheritance: true, ngImport: i0 }); }
|
|
33
33
|
}
|
|
34
34
|
export { LuInputDisplayerDirective };
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputDisplayerDirective, decorators: [{
|
|
36
36
|
type: Directive,
|
|
37
37
|
args: [{
|
|
38
38
|
selector: '[luDisplayer]',
|
|
@@ -2,12 +2,12 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { LuInputDisplayerDirective } from './input-displayer.directive';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
class LuInputDisplayerModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputDisplayerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuInputDisplayerModule, imports: [LuInputDisplayerDirective], exports: [LuInputDisplayerDirective] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputDisplayerModule }); }
|
|
8
8
|
}
|
|
9
9
|
export { LuInputDisplayerModule };
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputDisplayerModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [LuInputDisplayerDirective],
|
|
@@ -29,11 +29,11 @@ class LuInputDirective {
|
|
|
29
29
|
const val = this._ngControl.value;
|
|
30
30
|
this.applyClasses(val);
|
|
31
31
|
}
|
|
32
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
33
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
32
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.NgControl }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
33
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.3", type: LuInputDirective, isStandalone: true, selector: "[luInput]", ngImport: i0 }); }
|
|
34
34
|
}
|
|
35
35
|
export { LuInputDirective };
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: '[luInput]',
|
|
@@ -4,12 +4,12 @@ import { LuInputDisplayerDirective } from './displayer/index';
|
|
|
4
4
|
import { LuInputDirective } from './input.directive';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
class LuInputModule {
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
8
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.
|
|
9
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.
|
|
7
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuInputModule, imports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent], exports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent] }); }
|
|
9
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputModule, imports: [LuInputClearerComponent] }); }
|
|
10
10
|
}
|
|
11
11
|
export { LuInputModule };
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
imports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
class LuMaterialModule {
|
|
4
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
5
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.
|
|
6
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuMaterialModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuMaterialModule }); }
|
|
6
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuMaterialModule }); }
|
|
7
7
|
}
|
|
8
8
|
export { LuMaterialModule };
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuMaterialModule, decorators: [{
|
|
10
10
|
type: NgModule,
|
|
11
11
|
args: [{}]
|
|
12
12
|
}] });
|
|
@@ -79,11 +79,11 @@ class ALuModalPanelComponent {
|
|
|
79
79
|
listenComponentValue(selector) {
|
|
80
80
|
return this.doCheck$.pipe(map(selector), distinctUntilChanged(), switchMap((value) => (isObservable(value) ? value : of(value))));
|
|
81
81
|
}
|
|
82
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
83
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
82
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: ALuModalPanelComponent, deps: [{ token: i1.ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
83
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.3", type: ALuModalPanelComponent, viewQueries: [{ propertyName: "_containerRef", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0 }); }
|
|
84
84
|
}
|
|
85
85
|
export { ALuModalPanelComponent };
|
|
86
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
86
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: ALuModalPanelComponent, decorators: [{
|
|
87
87
|
type: Directive
|
|
88
88
|
}], ctorParameters: function () { return [{ type: i1.ALuModalRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { _containerRef: [{
|
|
89
89
|
type: ViewChild,
|
|
@@ -95,11 +95,11 @@ class LuModalPanelComponent extends ALuModalPanelComponent {
|
|
|
95
95
|
super(_ref, _elementRef, _renderer);
|
|
96
96
|
this.class = true;
|
|
97
97
|
}
|
|
98
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
99
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
98
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalPanelComponent, deps: [{ token: i1.ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
99
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuModalPanelComponent, isStandalone: true, selector: "lu-modal-panel", host: { properties: { "class.lu-modal-panel": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: LuTooltipModule }, { kind: "directive", type: i3.LuTooltipTriggerDirective, selector: "[luTooltip]", inputs: ["luTooltip", "luTooltipEnterDelay", "luTooltipLeaveDelay", "luTooltipDisabled", "luTooltipPosition", "luTooltipWhenEllipsis"], outputs: ["luTooltipOnOpen", "luTooltipOnClose"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
100
100
|
}
|
|
101
101
|
export { LuModalPanelComponent };
|
|
102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalPanelComponent, decorators: [{
|
|
103
103
|
type: Component,
|
|
104
104
|
args: [{ selector: 'lu-modal-panel', standalone: true, imports: panelImports, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n" }]
|
|
105
105
|
}], ctorParameters: function () { return [{ type: i1.ALuModalRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -111,11 +111,11 @@ class LuModalPanelComponentDefaultCD extends ALuModalPanelComponent {
|
|
|
111
111
|
super(_ref, _elementRef, _renderer);
|
|
112
112
|
this.class = true;
|
|
113
113
|
}
|
|
114
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
115
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
114
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalPanelComponentDefaultCD, deps: [{ token: i1.ALuModalRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
115
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuModalPanelComponentDefaultCD, isStandalone: true, selector: "lu-modal-panel-default", host: { properties: { "class.lu-modal-panel": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: A11yModule }, { kind: "directive", type: i2.CdkTrapFocus, selector: "[cdkTrapFocus]", inputs: ["cdkTrapFocus", "cdkTrapFocusAutoCapture"], exportAs: ["cdkTrapFocus"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: LuTooltipModule }, { kind: "directive", type: i3.LuTooltipTriggerDirective, selector: "[luTooltip]", inputs: ["luTooltip", "luTooltipEnterDelay", "luTooltipLeaveDelay", "luTooltipDisabled", "luTooltipPosition", "luTooltipWhenEllipsis"], outputs: ["luTooltipOnOpen", "luTooltipOnClose"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.Default }); }
|
|
116
116
|
}
|
|
117
117
|
export { LuModalPanelComponentDefaultCD };
|
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalPanelComponentDefaultCD, decorators: [{
|
|
119
119
|
type: Component,
|
|
120
120
|
args: [{ selector: 'lu-modal-panel-default', standalone: true, imports: panelImports, changeDetection: ChangeDetectionStrategy.Default, template: "<div\r\n\tcdkTrapFocus=\"true\"\r\n\tcdkTrapFocusAutoCapture=\"true\"\r\n\trole=\"dialog\"\r\n\taria-modal=\"true\"\r\n\t[attr.aria-labelledby]=\"'luModalTitle' + modalId\"\r\n\t[ngClass]=\"modalClasses.panelInner\"\r\n>\r\n\t<div [ngClass]=\"modalClasses.panelContainer\" role=\"document\">\r\n\t\t<div class=\"lu-modal-header\" tabindex=\"-1\" cdkFocusInitial>\r\n\t\t\t<button type=\"button\" class=\"actionIcon mod-S lu-modal-header-close\" (click)=\"dismiss()\" [luTooltip]=\"closeLabel\">\r\n\t\t\t\t<span aria-hidden=\"true\" class=\"lucca-icon icon-cross\"></span>\r\n\t\t\t\t<span class=\"u-mask\">{{ closeLabel }}</span>\r\n\t\t\t</button>\r\n\t\t\t<h1 [attr.id]=\"'luModalTitle' + modalId\" class=\"lu-modal-header-title\">{{ title$ | async }}</h1>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-content\">\r\n\t\t\t<ng-container #container></ng-container>\r\n\t\t</div>\r\n\t\t<div class=\"lu-modal-footer\">\r\n\t\t\t<button\r\n\t\t\t\ttype=\"button\"\r\n\t\t\t\t*ngIf=\"!isSubmitHidden\"\r\n\t\t\t\tclass=\"button palette-{{ submitPalette }}\"\r\n\t\t\t\t[disabled]=\"submitDisabled$ | async\"\r\n\t\t\t\t[class.mod-counter]=\"hasSubmitCounter$ | async\"\r\n\t\t\t\t[ngClass]=\"submitClass$ | async\"\r\n\t\t\t\t(click)=\"submit()\"\r\n\t\t\t>\r\n\t\t\t\t{{ submitLabel$ | async }}\r\n\t\t\t\t<label class=\"button-counter\" *ngIf=\"hasSubmitCounter$ | async\">{{ submitCounter$ | async }}</label>\r\n\t\t\t</button>\r\n\t\t\t<button type=\"button\" class=\"button mod-text\" (click)=\"dismiss()\">{{ cancelLabel$ | async }}</button>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n" }]
|
|
121
121
|
}], ctorParameters: function () { return [{ type: i1.ALuModalRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { class: [{
|
|
@@ -51,11 +51,11 @@ class LuModalRefFactory {
|
|
|
51
51
|
forge(component, config) {
|
|
52
52
|
return new LuModalRef(this._overlay, this._injector, component, config, this._applicationRef);
|
|
53
53
|
}
|
|
54
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
55
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.
|
|
54
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalRefFactory, deps: [{ token: i1.Overlay }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
55
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalRefFactory }); }
|
|
56
56
|
}
|
|
57
57
|
export { LuModalRefFactory };
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalRefFactory, decorators: [{
|
|
59
59
|
type: Injectable
|
|
60
60
|
}], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i0.Injector }]; } });
|
|
61
61
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtcmVmLmZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9tb2RhbC9zcmMvbGliL21vZGFsLXJlZi5mYWN0b3J5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsY0FBYyxFQUFFLHVCQUF1QixFQUFnQixNQUFNLEVBQUUsVUFBVSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUdwSCxPQUFPLEVBQTBCLHFCQUFxQixFQUFFLDhCQUE4QixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDeEgsT0FBTyxFQUFFLFdBQVcsRUFBZSxNQUFNLG1CQUFtQixDQUFDO0FBRTdELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUMsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFFL0QsTUFBTSxVQUEySCxTQUFRLFdBQXVCO0lBRS9KLFlBQ29CLFFBQWlCLEVBQ2pCLFNBQW1CLEVBQ25CLFVBQTRCLEVBQzVCLE9BQVUsRUFDbkIsZUFBK0I7UUFFekMsS0FBSyxDQUFDLFFBQVEsRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBTjdCLGFBQVEsR0FBUixRQUFRLENBQVM7UUFDakIsY0FBUyxHQUFULFNBQVMsQ0FBVTtRQUNuQixlQUFVLEdBQVYsVUFBVSxDQUFrQjtRQUM1QixZQUFPLEdBQVAsT0FBTyxDQUFHO1FBQ25CLG9CQUFlLEdBQWYsZUFBZSxDQUFnQjtJQUcxQyxDQUFDO0lBQ2tCLFVBQVUsQ0FBQyxJQUFRO1FBQ3JDLE1BQU0sUUFBUSxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQUM7WUFDaEMsU0FBUyxFQUFFO2dCQUNWLEVBQUUsT0FBTyxFQUFFLFdBQVcsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO2dCQUN4QyxFQUFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRTthQUMxQztZQUNELE1BQU0sRUFBRSxJQUFJLENBQUMsU0FBUztTQUN0QixDQUFDLENBQUM7UUFFSCxNQUFNLGVBQWUsR0FBRyxJQUFJLGVBQWUsQ0FDMUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxlQUFlLEtBQUssdUJBQXVCLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLENBQUMsOEJBQThCLEVBQ3hILFNBQVMsRUFDVCxRQUFRLENBQ1IsQ0FBQztRQUNGLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQTRCLGVBQWUsQ0FBQyxDQUFDO1FBQ3pGLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDO1FBQzFDLElBQUksQ0FBQyxhQUFhLEdBQUcsS0FBSyxDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFDM0UsOEJBQThCLENBQUMsSUFBSSxDQUFDLGVBQWUsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUM1RCxDQUFDO0lBQ2tCLFdBQVc7UUFDN0IsSUFBSSxDQUFDLGFBQWEsQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUM3QixJQUFJLENBQUMsYUFBYSxDQUFDLE9BQU8sRUFBRSxDQUFDO1FBQzdCLDhCQUE4QixDQUFDLElBQUksQ0FBQyxlQUFlLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDN0QsQ0FBQztJQUVrQix1QkFBdUI7UUFDekMsTUFBTSxPQUFPLEdBQUcsS0FBSyxDQUFDLHVCQUF1QixFQUFFLENBQUM7UUFFaEQsSUFBSSxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsRUFBRTtZQUNsQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDLENBQUM7U0FDNUM7UUFFRCxPQUFPLE9BQU8sQ0FBQztJQUNoQixDQUFDO0NBQ0Q7QUFFRCxNQUNhLGlCQUFpQjtJQUc3QixZQUFzQixRQUFpQixFQUFZLFNBQW1CO1FBQWhELGFBQVEsR0FBUixRQUFRLENBQVM7UUFBWSxjQUFTLEdBQVQsU0FBUyxDQUFVO1FBRjVELG9CQUFlLEdBQUcsTUFBTSxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBRXNCLENBQUM7SUFDMUUsS0FBSyxDQUEyRCxTQUEyQixFQUFFLE1BQVM7UUFDckcsT0FBTyxJQUFJLFVBQVUsQ0FBVSxJQUFJLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUM7SUFDeEcsQ0FBQzs4R0FOVyxpQkFBaUI7a0hBQWpCLGlCQUFpQjs7U0FBakIsaUJBQWlCOzJGQUFqQixpQkFBaUI7a0JBRDdCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRUeXBlLCBPdmVybGF5IH0gZnJvbSAnQGFuZ3VsYXIvY2RrL292ZXJsYXknO1xyXG5pbXBvcnQgeyBDb21wb25lbnRQb3J0YWwgfSBmcm9tICdAYW5ndWxhci9jZGsvcG9ydGFsJztcclxuaW1wb3J0IHsgQXBwbGljYXRpb25SZWYsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnRSZWYsIGluamVjdCwgSW5qZWN0YWJsZSwgSW5qZWN0b3IgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgSUx1UG9wdXBSZWZGYWN0b3J5IH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL3BvcHVwJztcclxuaW1wb3J0IHsgTHVNb2RhbENvbmZpZyB9IGZyb20gJy4vbW9kYWwtY29uZmlnLm1vZGVsJztcclxuaW1wb3J0IHsgQUx1TW9kYWxQYW5lbENvbXBvbmVudCwgTHVNb2RhbFBhbmVsQ29tcG9uZW50LCBMdU1vZGFsUGFuZWxDb21wb25lbnREZWZhdWx0Q0QgfSBmcm9tICcuL21vZGFsLXBhbmVsLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFMdU1vZGFsUmVmLCBJTHVNb2RhbFJlZiB9IGZyb20gJy4vbW9kYWwtcmVmLm1vZGVsJztcclxuaW1wb3J0IHsgSUx1TW9kYWxDb250ZW50IH0gZnJvbSAnLi9tb2RhbC5tb2RlbCc7XHJcbmltcG9ydCB7IExVX01PREFMX0RBVEEgfSBmcm9tICcuL21vZGFsLnRva2VuJztcclxuaW1wb3J0IHsgc2V0QXJpYUhpZGRlbk9uQXBwbGljYXRpb25Sb290IH0gZnJvbSAnLi9tb2RhbC51dGlscyc7XHJcblxyXG5jbGFzcyBMdU1vZGFsUmVmPFQgZXh0ZW5kcyBJTHVNb2RhbENvbnRlbnQgPSBJTHVNb2RhbENvbnRlbnQsIEQgPSB1bmtub3duLCBSID0gdW5rbm93biwgQyBleHRlbmRzIEx1TW9kYWxDb25maWcgPSBMdU1vZGFsQ29uZmlnPiBleHRlbmRzIEFMdU1vZGFsUmVmPFQsIEQsIFIsIEM+IGltcGxlbWVudHMgSUx1TW9kYWxSZWY8RCwgUj4ge1xyXG5cdHByb3RlY3RlZCBfY29udGFpbmVyUmVmOiBDb21wb25lbnRSZWY8QUx1TW9kYWxQYW5lbENvbXBvbmVudDxUPj47XHJcblx0Y29uc3RydWN0b3IoXHJcblx0XHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX292ZXJsYXk6IE92ZXJsYXksXHJcblx0XHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX2luamVjdG9yOiBJbmplY3RvcixcclxuXHRcdHByb3RlY3RlZCBvdmVycmlkZSBfY29tcG9uZW50OiBDb21wb25lbnRUeXBlPFQ+LFxyXG5cdFx0cHJvdGVjdGVkIG92ZXJyaWRlIF9jb25maWc6IEMsXHJcblx0XHRwcm90ZWN0ZWQgX2FwcGxpY2F0aW9uUmVmOiBBcHBsaWNhdGlvblJlZixcclxuXHQpIHtcclxuXHRcdHN1cGVyKF9vdmVybGF5LCBfaW5qZWN0b3IsIF9jb21wb25lbnQsIF9jb25maWcpO1xyXG5cdH1cclxuXHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX29wZW5Qb3B1cChkYXRhPzogRCkge1xyXG5cdFx0Y29uc3QgaW5qZWN0b3IgPSBJbmplY3Rvci5jcmVhdGUoe1xyXG5cdFx0XHRwcm92aWRlcnM6IFtcclxuXHRcdFx0XHR7IHByb3ZpZGU6IEFMdU1vZGFsUmVmLCB1c2VWYWx1ZTogdGhpcyB9LFxyXG5cdFx0XHRcdHsgcHJvdmlkZTogTFVfTU9EQUxfREFUQSwgdXNlVmFsdWU6IGRhdGEgfSxcclxuXHRcdFx0XSxcclxuXHRcdFx0cGFyZW50OiB0aGlzLl9pbmplY3RvcixcclxuXHRcdH0pO1xyXG5cclxuXHRcdGNvbnN0IGNvbnRhaW5lclBvcnRhbCA9IG5ldyBDb21wb25lbnRQb3J0YWw8QUx1TW9kYWxQYW5lbENvbXBvbmVudDxUPj4oXHJcblx0XHRcdHRoaXMuX2NvbmZpZy5jaGFuZ2VEZXRlY3Rpb24gPT09IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCA/IEx1TW9kYWxQYW5lbENvbXBvbmVudCA6IEx1TW9kYWxQYW5lbENvbXBvbmVudERlZmF1bHRDRCxcclxuXHRcdFx0dW5kZWZpbmVkLFxyXG5cdFx0XHRpbmplY3RvcixcclxuXHRcdCk7XHJcblx0XHR0aGlzLl9jb250YWluZXJSZWYgPSB0aGlzLl9vdmVybGF5UmVmLmF0dGFjaDxBTHVNb2RhbFBhbmVsQ29tcG9uZW50PFQ+Pihjb250YWluZXJQb3J0YWwpO1xyXG5cdFx0Y29uc3QgcGFuZWwgPSB0aGlzLl9jb250YWluZXJSZWYuaW5zdGFuY2U7XHJcblx0XHR0aGlzLl9jb21wb25lbnRSZWYgPSBwYW5lbC5hdHRhY2hJbm5lckNvbXBvbmVudCh0aGlzLl9jb21wb25lbnQsIGluamVjdG9yKTtcclxuXHRcdHNldEFyaWFIaWRkZW5PbkFwcGxpY2F0aW9uUm9vdCh0aGlzLl9hcHBsaWNhdGlvblJlZiwgdHJ1ZSk7XHJcblx0fVxyXG5cdHByb3RlY3RlZCBvdmVycmlkZSBfY2xvc2VQb3B1cCgpIHtcclxuXHRcdHRoaXMuX2NvbXBvbmVudFJlZi5kZXN0cm95KCk7XHJcblx0XHR0aGlzLl9jb250YWluZXJSZWYuZGVzdHJveSgpO1xyXG5cdFx0c2V0QXJpYUhpZGRlbk9uQXBwbGljYXRpb25Sb290KHRoaXMuX2FwcGxpY2F0aW9uUmVmLCBmYWxzZSk7XHJcblx0fVxyXG5cclxuXHRwcm90ZWN0ZWQgb3ZlcnJpZGUgX2dldE92ZXJsYXlQYW5lbENsYXNzZXMoKTogc3RyaW5nW10ge1xyXG5cdFx0Y29uc3QgY2xhc3NlcyA9IHN1cGVyLl9nZXRPdmVybGF5UGFuZWxDbGFzc2VzKCk7XHJcblxyXG5cdFx0aWYgKHRoaXMubW9kYWxDbGFzc2VzLm92ZXJsYXlQYW5lKSB7XHJcblx0XHRcdGNsYXNzZXMucHVzaCh0aGlzLm1vZGFsQ2xhc3Nlcy5vdmVybGF5UGFuZSk7XHJcblx0XHR9XHJcblxyXG5cdFx0cmV0dXJuIGNsYXNzZXM7XHJcblx0fVxyXG59XHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBjbGFzcyBMdU1vZGFsUmVmRmFjdG9yeSBpbXBsZW1lbnRzIElMdVBvcHVwUmVmRmFjdG9yeTxJTHVNb2RhbENvbnRlbnQsIEx1TW9kYWxDb25maWc+IHtcclxuXHRwcm90ZWN0ZWQgX2FwcGxpY2F0aW9uUmVmID0gaW5qZWN0KEFwcGxpY2F0aW9uUmVmKTtcclxuXHJcblx0Y29uc3RydWN0b3IocHJvdGVjdGVkIF9vdmVybGF5OiBPdmVybGF5LCBwcm90ZWN0ZWQgX2luamVjdG9yOiBJbmplY3Rvcikge31cclxuXHRmb3JnZTxUIGV4dGVuZHMgSUx1TW9kYWxDb250ZW50LCBDIGV4dGVuZHMgTHVNb2RhbENvbmZpZywgRCwgUj4oY29tcG9uZW50OiBDb21wb25lbnRUeXBlPFQ+LCBjb25maWc6IEMpIHtcclxuXHRcdHJldHVybiBuZXcgTHVNb2RhbFJlZjxULCBELCBSPih0aGlzLl9vdmVybGF5LCB0aGlzLl9pbmplY3RvciwgY29tcG9uZW50LCBjb25maWcsIHRoaXMuX2FwcGxpY2F0aW9uUmVmKTtcclxuXHR9XHJcbn1cclxuIl19
|
|
@@ -12,12 +12,12 @@ export function provideLuModal() {
|
|
|
12
12
|
return [LuModal, { provide: LU_MODAL_REF_FACTORY, useClass: LuModalRefFactory }];
|
|
13
13
|
}
|
|
14
14
|
class LuModalModule {
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
16
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.
|
|
17
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
16
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuModalModule, imports: [OverlayModule] }); }
|
|
17
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalModule, providers: [provideLuModal()], imports: [OverlayModule] }); }
|
|
18
18
|
}
|
|
19
19
|
export { LuModalModule };
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModalModule, decorators: [{
|
|
21
21
|
type: NgModule,
|
|
22
22
|
args: [{
|
|
23
23
|
imports: [OverlayModule],
|
|
@@ -12,11 +12,11 @@ class LuModal {
|
|
|
12
12
|
ref.open(data);
|
|
13
13
|
return ref;
|
|
14
14
|
}
|
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
16
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.
|
|
15
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModal, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
16
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModal }); }
|
|
17
17
|
}
|
|
18
18
|
export { LuModal };
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuModal, decorators: [{
|
|
20
20
|
type: Injectable
|
|
21
21
|
}] });
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL25nL21vZGFsL3NyYy9saWIvbW9kYWwuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUluRCxPQUFPLEVBQUUsZUFBZSxFQUFFLG9CQUFvQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUV0RSxNQUNhLE9BQU87SUFEcEI7UUFFVyxhQUFRLEdBQUcsTUFBTSxDQUFDLG9CQUFvQixDQUFDLENBQUM7UUFDeEMsWUFBTyxHQUFHLE1BQU0sQ0FBQyxlQUFlLENBQUMsQ0FBQztLQVE1QztJQU5BLElBQUksQ0FBK0IsU0FBMkIsRUFBRSxPQUFVLFNBQVMsRUFBRSxTQUFpQyxFQUFFO1FBQ3ZILE1BQU0sY0FBYyxHQUFHLEVBQUUsR0FBRyxJQUFJLENBQUMsT0FBTyxFQUFFLEdBQUcsTUFBTSxFQUFtQixDQUFDO1FBQ3ZFLE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFzQixTQUFTLEVBQUUsY0FBYyxDQUFDLENBQUM7UUFDaEYsR0FBRyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNmLE9BQU8sR0FBRyxDQUFDO0lBQ1osQ0FBQzs4R0FUVyxPQUFPO2tIQUFQLE9BQU87O1NBQVAsT0FBTzsyRkFBUCxPQUFPO2tCQURuQixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50VHlwZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xyXG5pbXBvcnQgeyBpbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTHVNb2RhbENvbmZpZyB9IGZyb20gJy4vbW9kYWwtY29uZmlnLm1vZGVsJztcclxuaW1wb3J0IHsgSUx1TW9kYWxSZWYgfSBmcm9tICcuL21vZGFsLXJlZi5tb2RlbCc7XHJcbmltcG9ydCB7IElMdU1vZGFsQ29udGVudCwgTHVNb2RhbENvbnRlbnRSZXN1bHQgfSBmcm9tICcuL21vZGFsLm1vZGVsJztcclxuaW1wb3J0IHsgTFVfTU9EQUxfQ09ORklHLCBMVV9NT0RBTF9SRUZfRkFDVE9SWSB9IGZyb20gJy4vbW9kYWwudG9rZW4nO1xyXG5cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgY2xhc3MgTHVNb2RhbCB7XHJcblx0cHJvdGVjdGVkIF9mYWN0b3J5ID0gaW5qZWN0KExVX01PREFMX1JFRl9GQUNUT1JZKTtcclxuXHRwcm90ZWN0ZWQgX2NvbmZpZyA9IGluamVjdChMVV9NT0RBTF9DT05GSUcpO1xyXG5cclxuXHRvcGVuPFQgZXh0ZW5kcyBJTHVNb2RhbENvbnRlbnQsIEQ+KGNvbXBvbmVudDogQ29tcG9uZW50VHlwZTxUPiwgZGF0YTogRCA9IHVuZGVmaW5lZCwgY29uZmlnOiBQYXJ0aWFsPEx1TW9kYWxDb25maWc+ID0ge30pOiBJTHVNb2RhbFJlZjxELCBMdU1vZGFsQ29udGVudFJlc3VsdDxUPj4ge1xyXG5cdFx0Y29uc3QgZXh0ZW5kZWRDb25maWcgPSB7IC4uLnRoaXMuX2NvbmZpZywgLi4uY29uZmlnIH0gYXMgTHVNb2RhbENvbmZpZztcclxuXHRcdGNvbnN0IHJlZiA9IHRoaXMuX2ZhY3RvcnkuZm9yZ2U8VCwgTHVNb2RhbENvbmZpZywgRD4oY29tcG9uZW50LCBleHRlbmRlZENvbmZpZyk7XHJcblx0XHRyZWYub3BlbihkYXRhKTtcclxuXHRcdHJldHVybiByZWY7XHJcblx0fVxyXG59XHJcbiJdfQ==
|
|
@@ -2,12 +2,12 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { LuNumberPipe } from './number.pipe';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
class LuNumberModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuNumberModule, imports: [LuNumberPipe], exports: [LuNumberPipe] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberModule }); }
|
|
8
8
|
}
|
|
9
9
|
export { LuNumberModule };
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [LuNumberPipe],
|
|
@@ -19,11 +19,11 @@ class LuNumberPipe {
|
|
|
19
19
|
return integral;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
23
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.
|
|
22
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberPipe, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
23
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuNumberPipe, isStandalone: true, name: "luNumber" }); }
|
|
24
24
|
}
|
|
25
25
|
export { LuNumberPipe };
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuNumberPipe, decorators: [{
|
|
27
27
|
type: Pipe,
|
|
28
28
|
args: [{
|
|
29
29
|
name: 'luNumber',
|
|
@@ -41,17 +41,17 @@ class LuOptionItemComponent extends ALuOptionItem {
|
|
|
41
41
|
this.onSelect = new EventEmitter();
|
|
42
42
|
this._disabled = false;
|
|
43
43
|
}
|
|
44
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
45
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
44
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuOptionItemComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
45
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuOptionItemComponent, isStandalone: true, selector: "lu-option", inputs: { selected: "selected", highlighted: "highlighted", value: "value", disabled: "disabled" }, outputs: { onSelect: "onSelect" }, providers: [
|
|
46
46
|
{
|
|
47
47
|
provide: ALuOptionItem,
|
|
48
48
|
useExisting: forwardRef(() => LuOptionItemComponent),
|
|
49
49
|
multi: true,
|
|
50
50
|
},
|
|
51
|
-
], viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"optionItem\" #element>\r\n\t<div\r\n\t\tclass=\"optionItem-value\"\r\n\t\t(click)=\"select()\"\r\n\t\t[class.is-selected]=\"selected\"\r\n\t\t[class.is-highlighted]=\"highlighted\"\r\n\t\t[class.is-disabled]=\"disabled\"\r\n\t>\r\n\t\t<ng-content></ng-content>\r\n\t</div>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding:
|
|
51
|
+
], viewQueries: [{ propertyName: "element", first: true, predicate: ["element"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"optionItem\" #element>\r\n\t<div\r\n\t\tclass=\"optionItem-value\"\r\n\t\t(click)=\"select()\"\r\n\t\t[class.is-selected]=\"selected\"\r\n\t\t[class.is-highlighted]=\"highlighted\"\r\n\t\t[class.is-disabled]=\"disabled\"\r\n\t>\r\n\t\t<ng-content></ng-content>\r\n\t</div>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: 2rem}:host{display:block}.optionItem{position:relative}.optionItem-value{border-radius:var(--commons-borderRadius-M);display:block;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);transition:background-color 50ms;cursor:pointer}.optionItem-value.is-selected{background-color:var(--palettes-primary-50)}.optionItem-value.is-selected:hover{background-color:var(--palettes-primary-100)}.optionItem-value.is-selected:active{background-color:var(--palettes-primary-200)}.optionItem-value.is-selected.is-highlighted{background-color:var(--palettes-primary-100)}.optionItem-value:hover,.optionItem-value.is-highlighted,.optionItem-value.is-focus,.optionItem-value.is-highlighted:hover,.optionItem-value.is-focus:hover{background-color:var(--palettes-grey-50)}.optionItem-value.is-highlighted:active,.optionItem-value.is-focus:active,.optionItem-value:active{background-color:var(--palettes-grey-100)}:host-context(.lu-select-value) .optionItem-value{padding:0;overflow:hidden;text-overflow:ellipsis}:host-context(.lu-select-value) .optionItem-value:hover,:host-context(.lu-select-value) .optionItem-value.is-focus,:host-context(.lu-select-value) .optionItem-value.is-highlighted{background-color:inherit}:host-context(.mod-multiple) .optionItem-value{position:relative;padding-left:var(--components-options-item-multiple-padding)}:host-context(.mod-multiple) .optionItem-value:after,:host-context(.mod-multiple) .optionItem-value:before{display:block;position:absolute;left:var(--components-options-checkbox-left);top:50%;transform:translateY(-50%)}:host-context(.mod-multiple) .optionItem-value:before{content:\"\";border-radius:var(--components-options-checkbox-border-radius);box-shadow:inset 0 0 0 2px var(--components-options-checkbox-border-color);display:block;height:var(--components-options-checkbox-size);transition-property:background-color,box-shadow;transition-duration:var(--commons-animations-durations-fast);width:var(--components-options-checkbox-size)}:host-context(.mod-multiple) .optionItem-value:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:transparent;font-size:var(--sizes-S-lineHeight);line-height:var(--components-options-checkbox-size);position:absolute;text-align:center;transform:translateY(-50%) scale(0);transition:all .1s;width:var(--components-options-checkbox-size)}@supports (content: \"*\"/\"\"){:host-context(.mod-multiple) .optionItem-value:after{content:\"\\e97d\"/\"\"}}@supports not (content: \"*\"/\"\"){:host-context(.mod-multiple) .optionItem-value:after{content:\"\\e97d\"}}:host-context(.mod-multiple) .optionItem-value.is-selected:before{background-color:var(--components-options-checkbox-color);box-shadow:inset 0 0 0 2px var(--components-options-checkbox-color)}:host-context(.mod-multiple) .optionItem-value.is-selected:after{color:var(--colors-white-color);transform:translateY(-50%) scale(1)}:host-context(.mod-multiple) .optionItem-value:hover:before{box-shadow:inset 0 0 0 2px var(--components-options-checkbox-color)}:host-context(.mod-multiple).establishmentOption .optionItem-value{position:relative;padding-left:calc(var(--components-options-checkbox-size) + var(--spacings-XS) * 2)}:host-context(.mod-multiple).establishmentOption .optionItem-value:before,:host-context(.mod-multiple).establishmentOption .optionItem-value:after{left:var(--spacings-XS)}.is-disabled{color:var(--palettes-grey-500);-webkit-user-select:none;user-select:none;cursor:default}.is-disabled.is-selected{background-color:var(--palettes-grey-100)}.is-disabled:hover{background-color:inherit}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
52
52
|
}
|
|
53
53
|
export { LuOptionItemComponent };
|
|
54
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuOptionItemComponent, decorators: [{
|
|
55
55
|
type: Component,
|
|
56
56
|
args: [{ selector: 'lu-option', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule], standalone: true, providers: [
|
|
57
57
|
{
|
|
@@ -59,7 +59,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
|
|
|
59
59
|
useExisting: forwardRef(() => LuOptionItemComponent),
|
|
60
60
|
multi: true,
|
|
61
61
|
},
|
|
62
|
-
], template: "<div class=\"optionItem\" #element>\r\n\t<div\r\n\t\tclass=\"optionItem-value\"\r\n\t\t(click)=\"select()\"\r\n\t\t[class.is-selected]=\"selected\"\r\n\t\t[class.is-highlighted]=\"highlighted\"\r\n\t\t[class.is-disabled]=\"disabled\"\r\n\t>\r\n\t\t<ng-content></ng-content>\r\n\t</div>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding:
|
|
62
|
+
], template: "<div class=\"optionItem\" #element>\r\n\t<div\r\n\t\tclass=\"optionItem-value\"\r\n\t\t(click)=\"select()\"\r\n\t\t[class.is-selected]=\"selected\"\r\n\t\t[class.is-highlighted]=\"highlighted\"\r\n\t\t[class.is-disabled]=\"disabled\"\r\n\t>\r\n\t\t<ng-content></ng-content>\r\n\t</div>\r\n</div>\r\n", styles: [":root{--components-options-item-padding-vertical: var(--spacings-XS);--components-options-item-padding-horizontal: var(--spacings-XS);--components-options-item-multiple-padding: 2.25rem;--components-options-item-icon-color: var(--palettes-grey-800);--components-options-checkbox-left: .5rem;--components-options-checkbox-size: 1.25rem;--components-options-checkbox-color: var(--palettes-primary-700);--components-options-checkbox-border-radius: 6px;--components-options-checkbox-border-color: var(--palettes-grey-700);--components-options-establishment-multiple-padding: 2rem}:host{display:block}.optionItem{position:relative}.optionItem-value{border-radius:var(--commons-borderRadius-M);display:block;padding:var(--components-options-item-padding-vertical) var(--components-options-item-padding-horizontal);transition:background-color 50ms;cursor:pointer}.optionItem-value.is-selected{background-color:var(--palettes-primary-50)}.optionItem-value.is-selected:hover{background-color:var(--palettes-primary-100)}.optionItem-value.is-selected:active{background-color:var(--palettes-primary-200)}.optionItem-value.is-selected.is-highlighted{background-color:var(--palettes-primary-100)}.optionItem-value:hover,.optionItem-value.is-highlighted,.optionItem-value.is-focus,.optionItem-value.is-highlighted:hover,.optionItem-value.is-focus:hover{background-color:var(--palettes-grey-50)}.optionItem-value.is-highlighted:active,.optionItem-value.is-focus:active,.optionItem-value:active{background-color:var(--palettes-grey-100)}:host-context(.lu-select-value) .optionItem-value{padding:0;overflow:hidden;text-overflow:ellipsis}:host-context(.lu-select-value) .optionItem-value:hover,:host-context(.lu-select-value) .optionItem-value.is-focus,:host-context(.lu-select-value) .optionItem-value.is-highlighted{background-color:inherit}:host-context(.mod-multiple) .optionItem-value{position:relative;padding-left:var(--components-options-item-multiple-padding)}:host-context(.mod-multiple) .optionItem-value:after,:host-context(.mod-multiple) .optionItem-value:before{display:block;position:absolute;left:var(--components-options-checkbox-left);top:50%;transform:translateY(-50%)}:host-context(.mod-multiple) .optionItem-value:before{content:\"\";border-radius:var(--components-options-checkbox-border-radius);box-shadow:inset 0 0 0 2px var(--components-options-checkbox-border-color);display:block;height:var(--components-options-checkbox-size);transition-property:background-color,box-shadow;transition-duration:var(--commons-animations-durations-fast);width:var(--components-options-checkbox-size)}:host-context(.mod-multiple) .optionItem-value:after{display:inline-block;vertical-align:text-bottom;font-style:normal;font-family:Lucca icons;color:transparent;font-size:var(--sizes-S-lineHeight);line-height:var(--components-options-checkbox-size);position:absolute;text-align:center;transform:translateY(-50%) scale(0);transition:all .1s;width:var(--components-options-checkbox-size)}@supports (content: \"*\"/\"\"){:host-context(.mod-multiple) .optionItem-value:after{content:\"\\e97d\"/\"\"}}@supports not (content: \"*\"/\"\"){:host-context(.mod-multiple) .optionItem-value:after{content:\"\\e97d\"}}:host-context(.mod-multiple) .optionItem-value.is-selected:before{background-color:var(--components-options-checkbox-color);box-shadow:inset 0 0 0 2px var(--components-options-checkbox-color)}:host-context(.mod-multiple) .optionItem-value.is-selected:after{color:var(--colors-white-color);transform:translateY(-50%) scale(1)}:host-context(.mod-multiple) .optionItem-value:hover:before{box-shadow:inset 0 0 0 2px var(--components-options-checkbox-color)}:host-context(.mod-multiple).establishmentOption .optionItem-value{position:relative;padding-left:calc(var(--components-options-checkbox-size) + var(--spacings-XS) * 2)}:host-context(.mod-multiple).establishmentOption .optionItem-value:before,:host-context(.mod-multiple).establishmentOption .optionItem-value:after{left:var(--spacings-XS)}.is-disabled{color:var(--palettes-grey-500);-webkit-user-select:none;user-select:none;cursor:default}.is-disabled.is-selected{background-color:var(--palettes-grey-100)}.is-disabled:hover{background-color:inherit}\n"] }]
|
|
63
63
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { selected: [{
|
|
64
64
|
type: Input
|
|
65
65
|
}], highlighted: [{
|
|
@@ -74,4 +74,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
|
|
|
74
74
|
type: ViewChild,
|
|
75
75
|
args: ['element', { read: ElementRef, static: true }]
|
|
76
76
|
}] } });
|
|
77
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3B0aW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvb3B0aW9uL3NyYy9saWIvaXRlbS9vcHRpb24taXRlbS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9vcHRpb24vc3JjL2xpYi9pdGVtL29wdGlvbi1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHdEQUF3RDtBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFxQixTQUFTLEVBQUUsVUFBVSxFQUFFLFlBQVksRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdEosT0FBTyxFQUFFLGFBQWEsRUFBaUIsTUFBTSxxQkFBcUIsQ0FBQzs7QUFFbkUsTUFlYSxxQkFBeUIsU0FBUSxhQUFnQjtJQUU3RCxJQUFJLFFBQVE7UUFDWCxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUM7SUFDdkIsQ0FBQztJQUNELElBQWEsUUFBUSxDQUFDLENBQVU7UUFDL0IsSUFBSSxDQUFDLEtBQUssSUFBSSxDQUFDLFNBQVMsRUFBRTtZQUN6QixJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsQ0FBQztZQUNuQixJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1NBQ3pCO0lBQ0YsQ0FBQztJQUVELElBQUksV0FBVztRQUNkLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQztJQUMxQixDQUFDO0lBQ0QsSUFBYSxXQUFXLENBQUMsQ0FBVTtRQUNsQyxJQUFJLENBQUMsS0FBSyxJQUFJLENBQUMsWUFBWSxFQUFFO1lBQzVCLElBQUksQ0FBQyxZQUFZLEdBQUcsQ0FBQyxDQUFDO1lBQ3RCLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7U0FDekI7SUFDRixDQUFDO0lBR0QsTUFBTTtRQUNMLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFO1lBQ25CLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO1NBQ3pCO0lBQ0YsQ0FBQztJQUdELElBQUksUUFBUTtRQUNYLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUN2QixDQUFDO0lBQ0QsSUFBYSxRQUFRLENBQUMsQ0FBVTtRQUMvQixJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsQ0FBQztJQUNwQixDQUFDO0lBR0QsWUFBb0IsSUFBdUI7UUFDMUMsS0FBSyxFQUFFLENBQUM7UUFEVyxTQUFJLEdBQUosSUFBSSxDQUFtQjtRQXJDakMsY0FBUyxHQUFHLEtBQUssQ0FBQztRQVVsQixpQkFBWSxHQUFHLEtBQUssQ0FBQztRQVdyQixhQUFRLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQU9wQyxjQUFTLEdBQUcsS0FBSyxDQUFDO0lBVzVCLENBQUM7OEdBeENXLHFCQUFxQjtrR0FBckIscUJBQXFCLCtMQVJ0QjtZQUNWO2dCQUNDLE9BQU8sRUFBRSxhQUFhO2dCQUN0QixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLHFCQUFxQixDQUFDO2dCQUNwRCxLQUFLLEVBQUUsSUFBSTthQUNYO1NBQ0QseUdBdUM2QixVQUFVLGtFQ3pEekMsNlNBV0Esb3FJRERXLFlBQVk7O1NBVVYscUJBQXFCOzJGQUFyQixxQkFBcUI7a0JBZmpDLFNBQVM7K0JBQ0MsV0FBVyxtQkFHSix1QkFBdUIsQ0FBQyxNQUFNLFdBQ3RDLENBQUMsWUFBWSxDQUFDLGNBQ1gsSUFBSSxhQUNMO3dCQUNWOzRCQUNDLE9BQU8sRUFBRSxhQUFhOzRCQUN0QixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxzQkFBc0IsQ0FBQzs0QkFDcEQsS0FBSyxFQUFFLElBQUk7eUJBQ1g7cUJBQ0Q7d0dBT1ksUUFBUTtzQkFBcEIsS0FBSztnQkFVTyxXQUFXO3NCQUF2QixLQUFLO2dCQU1HLEtBQUs7c0JBQWIsS0FBSztnQkFDSSxRQUFRO3NCQUFqQixNQUFNO2dCQVdNLFFBQVE7c0JBQXBCLEtBQUs7Z0JBSW9ELE9BQU87c0JBQWhFLFNBQVM7dUJBQUMsU0FBUyxFQUFFLEVBQUUsSUFBSSxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiLyogZXNsaW50LWRpc2FibGUgQGFuZ3VsYXItZXNsaW50L25vLW91dHB1dC1vbi1wcmVmaXggKi9cclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEV2ZW50RW1pdHRlciwgZm9yd2FyZFJlZiwgSW5wdXQsIE91dHB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFMdU9wdGlvbkl0ZW0sIElMdU9wdGlvbkl0ZW0gfSBmcm9tICcuL29wdGlvbi1pdGVtLm1vZGVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiAnbHUtb3B0aW9uJyxcclxuXHR0ZW1wbGF0ZVVybDogJy4vb3B0aW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxyXG5cdHN0eWxlVXJsczogWycuL29wdGlvbi1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcblx0aW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcblx0c3RhbmRhbG9uZTogdHJ1ZSxcclxuXHRwcm92aWRlcnM6IFtcclxuXHRcdHtcclxuXHRcdFx0cHJvdmlkZTogQUx1T3B0aW9uSXRlbSxcclxuXHRcdFx0dXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gTHVPcHRpb25JdGVtQ29tcG9uZW50KSxcclxuXHRcdFx0bXVsdGk6IHRydWUsXHJcblx0XHR9LFxyXG5cdF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBMdU9wdGlvbkl0ZW1Db21wb25lbnQ8VD4gZXh0ZW5kcyBBTHVPcHRpb25JdGVtPFQ+IGltcGxlbWVudHMgSUx1T3B0aW9uSXRlbTxUPiB7XHJcblx0cHJvdGVjdGVkIF9zZWxlY3RlZCA9IGZhbHNlO1xyXG5cdGdldCBzZWxlY3RlZCgpIHtcclxuXHRcdHJldHVybiB0aGlzLl9zZWxlY3RlZDtcclxuXHR9XHJcblx0QElucHV0KCkgc2V0IHNlbGVjdGVkKHM6IGJvb2xlYW4pIHtcclxuXHRcdGlmIChzICE9PSB0aGlzLl9zZWxlY3RlZCkge1xyXG5cdFx0XHR0aGlzLl9zZWxlY3RlZCA9IHM7XHJcblx0XHRcdHRoaXMuX2Nkci5tYXJrRm9yQ2hlY2soKTtcclxuXHRcdH1cclxuXHR9XHJcblx0cHJvdGVjdGVkIF9oaWdobGlnaHRlZCA9IGZhbHNlO1xyXG5cdGdldCBoaWdobGlnaHRlZCgpIHtcclxuXHRcdHJldHVybiB0aGlzLl9oaWdobGlnaHRlZDtcclxuXHR9XHJcblx0QElucHV0KCkgc2V0IGhpZ2hsaWdodGVkKGg6IGJvb2xlYW4pIHtcclxuXHRcdGlmIChoICE9PSB0aGlzLl9oaWdobGlnaHRlZCkge1xyXG5cdFx0XHR0aGlzLl9oaWdobGlnaHRlZCA9IGg7XHJcblx0XHRcdHRoaXMuX2Nkci5tYXJrRm9yQ2hlY2soKTtcclxuXHRcdH1cclxuXHR9XHJcblx0QElucHV0KCkgdmFsdWU6IFQ7XHJcblx0QE91dHB1dCgpIG9uU2VsZWN0ID0gbmV3IEV2ZW50RW1pdHRlcjx0aGlzPigpO1xyXG5cdHNlbGVjdCgpIHtcclxuXHRcdGlmICghdGhpcy5kaXNhYmxlZCkge1xyXG5cdFx0XHR0aGlzLm9uU2VsZWN0LmVtaXQodGhpcyk7XHJcblx0XHR9XHJcblx0fVxyXG5cclxuXHRwcm90ZWN0ZWQgX2Rpc2FibGVkID0gZmFsc2U7XHJcblx0Z2V0IGRpc2FibGVkKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMuX2Rpc2FibGVkO1xyXG5cdH1cclxuXHRASW5wdXQoKSBzZXQgZGlzYWJsZWQoZDogYm9vbGVhbikge1xyXG5cdFx0dGhpcy5fZGlzYWJsZWQgPSBkO1xyXG5cdH1cclxuXHJcblx0QFZpZXdDaGlsZCgnZWxlbWVudCcsIHsgcmVhZDogRWxlbWVudFJlZiwgc3RhdGljOiB0cnVlIH0pIGVsZW1lbnQ6IEVsZW1lbnRSZWY7XHJcblx0Y29uc3RydWN0b3IocHJpdmF0ZSBfY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge1xyXG5cdFx0c3VwZXIoKTtcclxuXHR9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cIm9wdGlvbkl0ZW1cIiAjZWxlbWVudD5cclxuXHQ8ZGl2XHJcblx0XHRjbGFzcz1cIm9wdGlvbkl0ZW0tdmFsdWVcIlxyXG5cdFx0KGNsaWNrKT1cInNlbGVjdCgpXCJcclxuXHRcdFtjbGFzcy5pcy1zZWxlY3RlZF09XCJzZWxlY3RlZFwiXHJcblx0XHRbY2xhc3MuaXMtaGlnaGxpZ2h0ZWRdPVwiaGlnaGxpZ2h0ZWRcIlxyXG5cdFx0W2NsYXNzLmlzLWRpc2FibGVkXT1cImRpc2FibGVkXCJcclxuXHQ+XHJcblx0XHQ8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcblx0PC9kaXY+XHJcbjwvZGl2PlxyXG4iXX0=
|
|
@@ -2,12 +2,12 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { LuOptionItemComponent } from './option-item.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
class LuOptionItemModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuOptionItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.3", ngImport: i0, type: LuOptionItemModule, imports: [LuOptionItemComponent], exports: [LuOptionItemComponent] }); }
|
|
7
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuOptionItemModule, imports: [LuOptionItemComponent] }); }
|
|
8
8
|
}
|
|
9
9
|
export { LuOptionItemModule };
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuOptionItemModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
12
12
|
args: [{
|
|
13
13
|
imports: [LuOptionItemComponent],
|