@lucca-front/ng 16.4.2 → 16.4.3
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/public-api.mjs +1 -1
- package/esm2022/a11y/skip-links/skip-links.component.mjs +3 -3
- package/esm2022/a11y/skip-links/skip-links.translate.mjs +1 -1
- package/esm2022/animations/animation.factory.mjs +1 -1
- package/esm2022/animations/fade.animation.mjs +1 -1
- package/esm2022/animations/public-api.mjs +1 -1
- package/esm2022/animations/scale.animation.mjs +1 -1
- package/esm2022/animations/slide.animation.mjs +1 -1
- package/esm2022/api/api.model.mjs +1 -1
- package/esm2022/api/api.module.mjs +1 -1
- package/esm2022/api/public-api.mjs +1 -1
- package/esm2022/api/select/api-select.module.mjs +1 -1
- package/esm2022/api/select/feeder/api-feeder.component.mjs +1 -1
- package/esm2022/api/select/feeder/api-feeder.model.mjs +1 -1
- package/esm2022/api/select/feeder/api-feeder.module.mjs +1 -1
- package/esm2022/api/select/feeder/index.mjs +1 -1
- package/esm2022/api/select/index.mjs +1 -1
- package/esm2022/api/select/input/api-select-input.component.mjs +3 -3
- package/esm2022/api/select/input/api-select-input.module.mjs +1 -1
- package/esm2022/api/select/input/index.mjs +1 -1
- package/esm2022/api/select/pager/api-pager.component.mjs +1 -1
- package/esm2022/api/select/pager/api-pager.model.mjs +1 -1
- package/esm2022/api/select/pager/api-pager.module.mjs +1 -1
- package/esm2022/api/select/pager/index.mjs +1 -1
- package/esm2022/api/select/searcher/api-searcher.component.mjs +5 -5
- package/esm2022/api/select/searcher/api-searcher.model.mjs +1 -1
- package/esm2022/api/select/searcher/api-searcher.module.mjs +1 -1
- package/esm2022/api/select/searcher/index.mjs +1 -1
- package/esm2022/api/service/api-hybrid.service.mjs +1 -1
- package/esm2022/api/service/api-service.model.mjs +1 -1
- package/esm2022/api/service/api-v3.service.mjs +1 -1
- package/esm2022/api/service/api-v4.service.mjs +1 -1
- package/esm2022/api/service/index.mjs +1 -1
- package/esm2022/callout/callout.component.mjs +3 -3
- package/esm2022/callout/callout.translate.mjs +1 -1
- package/esm2022/callout/public-api.mjs +1 -1
- package/esm2022/core/date/date-adapter.class.mjs +1 -1
- package/esm2022/core/date/date-adapter.interface.mjs +1 -1
- package/esm2022/core/date/date-granularity.enum.mjs +1 -1
- package/esm2022/core/date/index.mjs +1 -1
- package/esm2022/core/date/native/index.mjs +1 -1
- package/esm2022/core/date/native/native-date.adapter.mjs +1 -1
- package/esm2022/core/date/native/native-date.option.mjs +1 -1
- package/esm2022/core/date/string/index.mjs +1 -1
- package/esm2022/core/date/string/string-date.adapter.mjs +1 -1
- package/esm2022/core/event/index.mjs +1 -1
- package/esm2022/core/event/on-close.subscriber.mjs +1 -1
- package/esm2022/core/event/on-open.subscriber.mjs +1 -1
- package/esm2022/core/event/on-scroll-bottom.subscriber.mjs +1 -1
- package/esm2022/core/group/group.interface.mjs +1 -1
- package/esm2022/core/group/index.mjs +1 -1
- package/esm2022/core/id/id.generator.mjs +1 -1
- package/esm2022/core/id/index.mjs +1 -1
- package/esm2022/core/public-api.mjs +1 -1
- package/esm2022/core/tools/ng-clazz.directive.mjs +1 -1
- package/esm2022/core/translate/index.mjs +1 -1
- package/esm2022/core/translate/intl.model.mjs +1 -1
- package/esm2022/core/translate/translation.model.mjs +1 -1
- package/esm2022/core/tree/index.mjs +1 -1
- package/esm2022/core/tree/tree.model.mjs +1 -1
- package/esm2022/core/type/index.mjs +1 -1
- package/esm2022/core/type/style.mjs +1 -1
- package/esm2022/core-select/displayer/displayer.directive.mjs +1 -1
- package/esm2022/core-select/displayer/index.mjs +1 -1
- package/esm2022/core-select/input/index.mjs +1 -1
- package/esm2022/core-select/input/select-input.component.mjs +1 -1
- package/esm2022/core-select/input/select-input.models.mjs +1 -1
- package/esm2022/core-select/option/default-option.component.mjs +1 -1
- package/esm2022/core-select/option/disabled.directive.mjs +1 -1
- package/esm2022/core-select/option/index.mjs +1 -1
- package/esm2022/core-select/option/option-outlet.directive.mjs +1 -1
- package/esm2022/core-select/option/option.component.mjs +3 -3
- package/esm2022/core-select/option/option.directive.mjs +1 -1
- package/esm2022/core-select/option/option.token.mjs +1 -1
- package/esm2022/core-select/panel/index.mjs +1 -1
- package/esm2022/core-select/panel/panel.models.mjs +1 -1
- package/esm2022/core-select/public-api.mjs +1 -1
- package/esm2022/core-select/select.model.mjs +1 -1
- package/esm2022/date/adapter/date-adapter.module.mjs +1 -1
- package/esm2022/date/adapter/date-adapter.pipe.mjs +1 -1
- package/esm2022/date/adapter/index.mjs +1 -1
- package/esm2022/date/calendar/calendar-input.component.mjs +3 -3
- package/esm2022/date/calendar/calendar-input.module.mjs +1 -1
- package/esm2022/date/calendar/calendar-item.class.mjs +1 -1
- package/esm2022/date/calendar/calendar-item.factory.mjs +1 -1
- package/esm2022/date/calendar/calendar-item.interface.mjs +1 -1
- package/esm2022/date/calendar/index.mjs +1 -1
- package/esm2022/date/date.module.mjs +1 -1
- package/esm2022/date/input/date-input.directive.mjs +1 -1
- package/esm2022/date/input/date-input.module.mjs +1 -1
- package/esm2022/date/input/date-input.translate.mjs +1 -1
- package/esm2022/date/input/index.mjs +1 -1
- package/esm2022/date/picker/date-picker.component.mjs +3 -3
- package/esm2022/date/picker/date-picker.module.mjs +1 -1
- package/esm2022/date/picker/index.mjs +1 -1
- package/esm2022/date/public-api.mjs +1 -1
- package/esm2022/date/select/date-select-input.component.mjs +3 -3
- package/esm2022/date/select/date-select-input.module.mjs +1 -1
- package/esm2022/date/select/date-select-input.translate.mjs +1 -1
- package/esm2022/date/select/index.mjs +1 -1
- package/esm2022/department/department.model.mjs +1 -1
- package/esm2022/department/department.module.mjs +1 -1
- package/esm2022/department/public-api.mjs +1 -1
- package/esm2022/department/select/department-select.module.mjs +1 -1
- package/esm2022/department/select/feeder/department-feeder.component.mjs +1 -1
- package/esm2022/department/select/feeder/department-feeder.module.mjs +1 -1
- package/esm2022/department/select/feeder/index.mjs +1 -1
- package/esm2022/department/select/index.mjs +1 -1
- package/esm2022/department/select/input/department-select-input.component.mjs +3 -3
- package/esm2022/department/select/input/department-select-input.module.mjs +1 -1
- package/esm2022/department/select/input/department-select-input.translate.mjs +1 -1
- package/esm2022/department/select/input/index.mjs +1 -1
- package/esm2022/department/service/department-service.model.mjs +1 -1
- package/esm2022/department/service/department-v3.service.mjs +1 -1
- package/esm2022/department/service/index.mjs +1 -1
- package/esm2022/dropdown/dropdown.module.mjs +1 -1
- package/esm2022/dropdown/item/dropdown-item.directive.mjs +1 -1
- package/esm2022/dropdown/item/dropdown-item.model.mjs +1 -1
- package/esm2022/dropdown/item/dropdown-item.module.mjs +1 -1
- package/esm2022/dropdown/item/index.mjs +1 -1
- package/esm2022/dropdown/panel/dropdown-panel.component.mjs +3 -3
- package/esm2022/dropdown/panel/dropdown-panel.model.mjs +1 -1
- package/esm2022/dropdown/panel/dropdown-panel.module.mjs +1 -1
- package/esm2022/dropdown/panel/index.mjs +1 -1
- package/esm2022/dropdown/public-api.mjs +1 -1
- package/esm2022/dropdown/trigger/dropdown-trigger.directive.mjs +1 -1
- package/esm2022/dropdown/trigger/dropdown-trigger.module.mjs +1 -1
- package/esm2022/dropdown/trigger/index.mjs +1 -1
- package/esm2022/establishment/establishment.model.mjs +1 -1
- package/esm2022/establishment/establishment.module.mjs +1 -1
- package/esm2022/establishment/public-api.mjs +1 -1
- package/esm2022/establishment/select/establishment-select.module.mjs +1 -1
- package/esm2022/establishment/select/for-legal-units/for-legal-units.directive.mjs +1 -1
- package/esm2022/establishment/select/for-legal-units/for-legal-units.module.mjs +1 -1
- package/esm2022/establishment/select/for-legal-units/index.mjs +1 -1
- package/esm2022/establishment/select/index.mjs +1 -1
- package/esm2022/establishment/select/input/establishment-select-input.component.mjs +3 -3
- package/esm2022/establishment/select/input/establishment-select-input.module.mjs +1 -1
- package/esm2022/establishment/select/input/establishment-select-input.translate.mjs +1 -1
- package/esm2022/establishment/select/input/index.mjs +1 -1
- package/esm2022/establishment/select/legal-unit-selector/index.mjs +1 -1
- package/esm2022/establishment/select/legal-unit-selector/legal-unit-selector.directive.mjs +1 -1
- package/esm2022/establishment/select/legal-unit-selector/legal-unit-selector.module.mjs +1 -1
- package/esm2022/establishment/select/searcher/establishment-searcher.component.mjs +3 -3
- package/esm2022/establishment/select/searcher/establishment-searcher.module.mjs +1 -1
- package/esm2022/establishment/select/searcher/index.mjs +1 -1
- package/esm2022/establishment/select/select-all/establishment-select-all.component.mjs +3 -3
- package/esm2022/establishment/select/select-all/establishment-select-all.module.mjs +1 -1
- package/esm2022/establishment/select/select-all/establishment-select-all.translate.mjs +1 -1
- package/esm2022/establishment/select/select-all/index.mjs +1 -1
- package/esm2022/establishment/service/establishment-service.model.mjs +1 -1
- package/esm2022/establishment/service/establishment.service.mjs +1 -1
- package/esm2022/establishment/service/index.mjs +1 -1
- package/esm2022/establishment/service/legal-unit-service.model.mjs +1 -1
- package/esm2022/establishment/service/legal-unit.service.mjs +1 -1
- package/esm2022/form-field/form-field-size.mjs +1 -1
- package/esm2022/form-field/form-field.component.mjs +3 -3
- package/esm2022/form-field/input.directive.mjs +1 -1
- package/esm2022/form-field/public-api.mjs +1 -1
- package/esm2022/formly/formly.config.mjs +1 -1
- package/esm2022/formly/formly.module.mjs +1 -1
- package/esm2022/formly/formly.utils.mjs +1 -1
- package/esm2022/formly/public-api.mjs +1 -1
- package/esm2022/formly/types/api.mjs +3 -3
- package/esm2022/formly/types/checkbox.mjs +3 -3
- package/esm2022/formly/types/date.mjs +3 -3
- package/esm2022/formly/types/department.mjs +3 -3
- package/esm2022/formly/types/establishment.mjs +3 -3
- package/esm2022/formly/types/index.mjs +1 -1
- package/esm2022/formly/types/input.mjs +3 -3
- package/esm2022/formly/types/qualification.mjs +3 -3
- package/esm2022/formly/types/radios.mjs +3 -3
- package/esm2022/formly/types/select.mjs +3 -3
- package/esm2022/formly/types/textarea.mjs +3 -3
- package/esm2022/formly/types/user.mjs +3 -3
- package/esm2022/formly/wrappers/checkbox-layout.mjs +3 -3
- package/esm2022/formly/wrappers/error.mjs +7 -7
- package/esm2022/formly/wrappers/helper.mjs +3 -3
- package/esm2022/formly/wrappers/icon.mjs +3 -3
- package/esm2022/formly/wrappers/index.mjs +1 -1
- package/esm2022/formly/wrappers/radiosfield-layout.mjs +3 -3
- package/esm2022/formly/wrappers/suffix.mjs +3 -3
- package/esm2022/formly/wrappers/textfield-layout.mjs +3 -3
- package/esm2022/forms/abstract-field-component.mjs +1 -1
- package/esm2022/forms/checkboxfield/checkboxfield.component.mjs +3 -3
- package/esm2022/forms/form-field-id.directive.mjs +1 -1
- package/esm2022/forms/inject-ng-control.mjs +1 -1
- package/esm2022/forms/noop-value-accessor.directive.mjs +1 -1
- package/esm2022/forms/public-api.mjs +1 -1
- package/esm2022/forms/switchfield/switchfield.component.mjs +3 -3
- package/esm2022/forms/textfield/textfield-addon.mjs +1 -1
- package/esm2022/forms/textfield/textfield.component.mjs +3 -3
- package/esm2022/forms/textfield/textfield.translate.mjs +1 -1
- package/esm2022/icon/icon.component.mjs +3 -3
- package/esm2022/icon/public-api.mjs +1 -1
- package/esm2022/inline-message/inline-message-state.mjs +1 -1
- package/esm2022/inline-message/inline-message.component.mjs +3 -3
- package/esm2022/inline-message/public-api.mjs +1 -1
- package/esm2022/input/clearer/clearer.component.mjs +3 -3
- package/esm2022/input/clearer/clearer.model.mjs +1 -1
- package/esm2022/input/clearer/clearer.module.mjs +1 -1
- package/esm2022/input/clearer/index.mjs +1 -1
- package/esm2022/input/displayer/index.mjs +1 -1
- package/esm2022/input/displayer/input-displayer.directive.mjs +1 -1
- package/esm2022/input/displayer/input-displayer.model.mjs +1 -1
- package/esm2022/input/displayer/input-displayer.module.mjs +1 -1
- package/esm2022/input/input.directive.mjs +1 -1
- package/esm2022/input/input.model.mjs +1 -1
- package/esm2022/input/input.module.mjs +1 -1
- package/esm2022/input/public-api.mjs +1 -1
- package/esm2022/modal/modal-config.default.mjs +1 -1
- package/esm2022/modal/modal-config.model.mjs +1 -1
- package/esm2022/modal/modal-panel.component.mjs +5 -5
- package/esm2022/modal/modal-ref.factory.mjs +1 -1
- package/esm2022/modal/modal-ref.model.mjs +1 -1
- package/esm2022/modal/modal.model.mjs +1 -1
- package/esm2022/modal/modal.module.mjs +1 -1
- package/esm2022/modal/modal.service.mjs +1 -1
- package/esm2022/modal/modal.token.mjs +1 -1
- package/esm2022/modal/modal.translate.mjs +1 -1
- package/esm2022/modal/modal.utils.mjs +1 -1
- package/esm2022/modal/public-api.mjs +1 -1
- package/esm2022/multi-select/displayer/default-displayer.component.mjs +45 -45
- package/esm2022/multi-select/displayer/default-displayer.translate.mjs +1 -1
- package/esm2022/multi-select/displayer/displayer.directive.mjs +1 -1
- package/esm2022/multi-select/displayer/index.mjs +1 -1
- package/esm2022/multi-select/input/index.mjs +1 -1
- package/esm2022/multi-select/input/panel-ref.factory.mjs +1 -1
- package/esm2022/multi-select/input/panel.model.mjs +1 -1
- package/esm2022/multi-select/input/select-input.component.mjs +3 -3
- package/esm2022/multi-select/panel/index.mjs +1 -1
- package/esm2022/multi-select/panel/option-selected.pipe.mjs +1 -1
- package/esm2022/multi-select/panel/panel.component.mjs +3 -3
- package/esm2022/multi-select/panel/selected-chip.directive.mjs +1 -1
- package/esm2022/multi-select/public-api.mjs +1 -1
- package/esm2022/multi-select/select.model.mjs +1 -1
- package/esm2022/multi-select/select.translate.mjs +1 -1
- package/esm2022/new-badge/new-badge.component.mjs +3 -3
- package/esm2022/new-badge/public-api.mjs +1 -1
- package/esm2022/number/number.module.mjs +1 -1
- package/esm2022/number/number.pipe.mjs +1 -1
- package/esm2022/number/public-api.mjs +1 -1
- package/esm2022/numeric-badge/numeric-badge/numeric-badge.component.mjs +3 -3
- package/esm2022/numeric-badge/public-api.mjs +1 -1
- package/esm2022/option/item/index.mjs +1 -1
- package/esm2022/option/item/option-item.component.mjs +3 -3
- package/esm2022/option/item/option-item.model.mjs +1 -1
- package/esm2022/option/item/option-item.module.mjs +1 -1
- package/esm2022/option/item/tree-option-item.component.mjs +3 -3
- package/esm2022/option/item/tree-option-item.model.mjs +1 -1
- package/esm2022/option/item/tree-option-item.module.mjs +1 -1
- package/esm2022/option/item/tree-option-item.translate.mjs +1 -1
- package/esm2022/option/operator/feeder/index.mjs +1 -1
- package/esm2022/option/operator/feeder/option-feeder.component.mjs +1 -1
- package/esm2022/option/operator/feeder/option-feeder.module.mjs +1 -1
- package/esm2022/option/operator/feeder/tree-option-feeder.component.mjs +1 -1
- package/esm2022/option/operator/feeder/tree-option-feeder.module.mjs +1 -1
- package/esm2022/option/operator/for-groups/for-groups.directive.mjs +1 -1
- package/esm2022/option/operator/for-groups/for-groups.module.mjs +1 -1
- package/esm2022/option/operator/for-groups/index.mjs +1 -1
- package/esm2022/option/operator/for-options/for-options.directive.mjs +1 -1
- package/esm2022/option/operator/for-options/for-options.module.mjs +1 -1
- package/esm2022/option/operator/for-options/for-tree-options.directive.mjs +1 -1
- package/esm2022/option/operator/for-options/for-tree-options.module.mjs +1 -1
- package/esm2022/option/operator/for-options/index.mjs +1 -1
- package/esm2022/option/operator/index.mjs +1 -1
- package/esm2022/option/operator/option-operator.model.mjs +1 -1
- package/esm2022/option/operator/option-operator.module.mjs +1 -1
- package/esm2022/option/operator/pager/index.mjs +1 -1
- package/esm2022/option/operator/pager/option-pager.component.mjs +1 -1
- package/esm2022/option/operator/pager/option-pager.module.mjs +1 -1
- package/esm2022/option/operator/pager/tree-option-pager.component.mjs +1 -1
- package/esm2022/option/operator/pager/tree-option-pager.module.mjs +1 -1
- package/esm2022/option/operator/searcher/index.mjs +1 -1
- package/esm2022/option/operator/searcher/option-searcher.component.mjs +3 -3
- package/esm2022/option/operator/searcher/option-searcher.module.mjs +1 -1
- package/esm2022/option/operator/searcher/tree-option-searcher.component.mjs +3 -3
- package/esm2022/option/operator/searcher/tree-option-searcher.module.mjs +1 -1
- package/esm2022/option/operator/tree-option-operator.model.mjs +1 -1
- package/esm2022/option/operator/tree-option-operator.module.mjs +1 -1
- package/esm2022/option/option.module.mjs +1 -1
- package/esm2022/option/picker/index.mjs +1 -1
- package/esm2022/option/picker/option-picker-advanced.component.mjs +3 -3
- package/esm2022/option/picker/option-picker.component.mjs +3 -3
- package/esm2022/option/picker/option-picker.model.mjs +1 -1
- package/esm2022/option/picker/option-picker.module.mjs +1 -1
- package/esm2022/option/picker/tree-option-picker-advanced.component.mjs +3 -3
- package/esm2022/option/picker/tree-option-picker.component.mjs +3 -3
- package/esm2022/option/picker/tree-option-picker.model.mjs +1 -1
- package/esm2022/option/picker/tree-option-picker.module.mjs +1 -1
- package/esm2022/option/placeholder/index.mjs +1 -1
- package/esm2022/option/placeholder/option-placeholder.component.mjs +3 -3
- package/esm2022/option/placeholder/option-placeholder.module.mjs +1 -1
- package/esm2022/option/placeholder/option-placeholder.translate.mjs +1 -1
- package/esm2022/option/public-api.mjs +1 -1
- package/esm2022/option/selector/all/index.mjs +1 -1
- package/esm2022/option/selector/all/select-all.component.mjs +3 -3
- package/esm2022/option/selector/all/select-all.module.mjs +1 -1
- package/esm2022/option/selector/all/select-all.translate.mjs +1 -1
- package/esm2022/option/selector/all/tree-select-all.component.mjs +3 -3
- package/esm2022/option/selector/all/tree-select-all.module.mjs +1 -1
- package/esm2022/option/selector/index.mjs +1 -1
- package/esm2022/option/selector/option-selector.model.mjs +1 -1
- package/esm2022/option/selector/option-selector.module.mjs +1 -1
- package/esm2022/option/selector/tree-option-selector.model.mjs +1 -1
- package/esm2022/option/selector/tree-option-selector.module.mjs +1 -1
- package/esm2022/option/tree-option.module.mjs +1 -1
- package/esm2022/picker/input-picker.model.mjs +1 -1
- package/esm2022/picker/public-api.mjs +1 -1
- package/esm2022/popover/animation/index.mjs +1 -1
- package/esm2022/popover/animation/popover.animation.mjs +1 -1
- package/esm2022/popover/panel/index.mjs +1 -1
- package/esm2022/popover/panel/popover-panel.component.mjs +3 -3
- package/esm2022/popover/panel/popover-panel.model.mjs +1 -1
- package/esm2022/popover/panel/popover-panel.module.mjs +1 -1
- package/esm2022/popover/popover.module.mjs +1 -1
- package/esm2022/popover/public-api.mjs +1 -1
- package/esm2022/popover/target/index.mjs +1 -1
- package/esm2022/popover/target/popover-target.directive.mjs +1 -1
- package/esm2022/popover/target/popover-target.model.mjs +3 -3
- package/esm2022/popover/target/popover-target.module.mjs +1 -1
- package/esm2022/popover/trigger/index.mjs +1 -1
- package/esm2022/popover/trigger/popover-trigger.directive.mjs +1 -1
- package/esm2022/popover/trigger/popover-trigger.model.mjs +4 -4
- package/esm2022/popover/trigger/popover-trigger.module.mjs +1 -1
- package/esm2022/popup/popup-config.default.mjs +1 -1
- package/esm2022/popup/popup-config.model.mjs +1 -1
- package/esm2022/popup/popup-ref.factory.mjs +1 -1
- package/esm2022/popup/popup-ref.model.mjs +1 -1
- package/esm2022/popup/popup.module.mjs +1 -1
- package/esm2022/popup/popup.service.mjs +1 -1
- package/esm2022/popup/popup.token.mjs +1 -1
- package/esm2022/popup/public-api.mjs +1 -1
- package/esm2022/public_api.mjs +1 -1
- package/esm2022/qualification/public-api.mjs +1 -1
- package/esm2022/qualification/qualification.model.mjs +1 -1
- package/esm2022/qualification/qualification.module.mjs +1 -1
- package/esm2022/qualification/select/index.mjs +1 -1
- package/esm2022/qualification/select/input/index.mjs +1 -1
- package/esm2022/qualification/select/input/qualification-select-input.component.mjs +3 -3
- package/esm2022/qualification/select/input/qualification-select-input.module.mjs +1 -1
- package/esm2022/qualification/select/input/qualification-select-input.translate.mjs +1 -1
- package/esm2022/qualification/select/qualification-select.module.mjs +1 -1
- package/esm2022/safe-content/public-api.mjs +1 -1
- package/esm2022/safe-content/safe-content.module.mjs +1 -1
- package/esm2022/safe-content/safe-html.pipe.mjs +1 -1
- package/esm2022/scroll/public-api.mjs +1 -1
- package/esm2022/scroll/scroll.directive.mjs +1 -1
- package/esm2022/scroll/scroll.model.mjs +1 -1
- package/esm2022/scroll/scroll.module.mjs +1 -1
- package/esm2022/select/input/index.mjs +1 -1
- package/esm2022/select/input/select-input.component.mjs +3 -3
- package/esm2022/select/input/select-input.model.mjs +1 -1
- package/esm2022/select/input/select-input.module.mjs +1 -1
- package/esm2022/select/public-api.mjs +1 -1
- package/esm2022/select/select.module.mjs +1 -1
- package/esm2022/sidepanel/public-api.mjs +1 -1
- package/esm2022/sidepanel/sidepanel.model.mjs +1 -1
- package/esm2022/sidepanel/sidepanel.module.mjs +1 -1
- package/esm2022/sidepanel/sidepanel.service.mjs +1 -1
- package/esm2022/simple-select/api/api-v3.directive.mjs +1 -1
- package/esm2022/simple-select/api/api-v4.directive.mjs +1 -1
- package/esm2022/simple-select/api/api.directive.mjs +1 -1
- package/esm2022/simple-select/api/public-api.mjs +1 -1
- package/esm2022/simple-select/input/index.mjs +1 -1
- package/esm2022/simple-select/input/panel-ref.factory.mjs +1 -1
- package/esm2022/simple-select/input/select-input.component.mjs +3 -3
- package/esm2022/simple-select/panel/index.mjs +1 -1
- package/esm2022/simple-select/panel/panel.component.mjs +3 -3
- package/esm2022/simple-select/public-api.mjs +1 -1
- package/esm2022/simple-select/select.model.mjs +1 -1
- package/esm2022/simple-select/select.translate.mjs +1 -1
- package/esm2022/title/public-api.mjs +1 -1
- package/esm2022/title/title-translate.service.mjs +1 -1
- package/esm2022/title/title.model.mjs +1 -1
- package/esm2022/title/title.module.mjs +1 -1
- package/esm2022/title/title.service.mjs +1 -1
- package/esm2022/title/title.strategy.mjs +1 -1
- package/esm2022/toast/public-api.mjs +1 -1
- package/esm2022/toast/toasts.component.mjs +3 -3
- package/esm2022/toast/toasts.model.mjs +1 -1
- package/esm2022/toast/toasts.module.mjs +1 -1
- package/esm2022/toast/toasts.service.mjs +1 -1
- package/esm2022/toast/toasts.translate.mjs +1 -1
- package/esm2022/tooltip/animation/index.mjs +1 -1
- package/esm2022/tooltip/animation/tooltip.animation.mjs +1 -1
- package/esm2022/tooltip/panel/index.mjs +1 -1
- package/esm2022/tooltip/panel/tooltip-panel.component.mjs +3 -3
- package/esm2022/tooltip/panel/tooltip-panel.module.mjs +1 -1
- package/esm2022/tooltip/public-api.mjs +1 -1
- package/esm2022/tooltip/tooltip.module.mjs +1 -1
- package/esm2022/tooltip/trigger/index.mjs +1 -1
- package/esm2022/tooltip/trigger/tooltip-trigger.directive.mjs +1 -1
- package/esm2022/tooltip/trigger/tooltip-trigger.module.mjs +1 -1
- package/esm2022/user/display/display-format.model.mjs +1 -1
- package/esm2022/user/display/index.mjs +1 -1
- package/esm2022/user/display/user-display.module.mjs +1 -1
- package/esm2022/user/display/user-display.pipe.mjs +1 -1
- package/esm2022/user/picture/index.mjs +1 -1
- package/esm2022/user/picture/user-picture.component.mjs +3 -3
- package/esm2022/user/picture/user-picture.module.mjs +1 -1
- package/esm2022/user/public-api.mjs +1 -1
- package/esm2022/user/select/homonyms/index.mjs +1 -1
- package/esm2022/user/select/homonyms/user-homonyms.component.mjs +1 -1
- package/esm2022/user/select/homonyms/user-homonyms.module.mjs +1 -1
- package/esm2022/user/select/homonyms/user-homonyms.service.mjs +1 -1
- package/esm2022/user/select/index.mjs +1 -1
- package/esm2022/user/select/input/index.mjs +1 -1
- package/esm2022/user/select/input/user-select-input.component.mjs +3 -3
- package/esm2022/user/select/input/user-select-input.module.mjs +1 -1
- package/esm2022/user/select/input/user-select-input.translate.mjs +1 -1
- package/esm2022/user/select/me/index.mjs +1 -1
- package/esm2022/user/select/me/me-option.directive.mjs +1 -1
- package/esm2022/user/select/me/me-option.module.mjs +1 -1
- package/esm2022/user/select/searcher/index.mjs +1 -1
- package/esm2022/user/select/searcher/user-searcher.component.mjs +3 -3
- package/esm2022/user/select/searcher/user-searcher.module.mjs +1 -1
- package/esm2022/user/select/searcher/user-searcher.translate.mjs +1 -1
- package/esm2022/user/select/user-select.module.mjs +1 -1
- package/esm2022/user/service/index.mjs +1 -1
- package/esm2022/user/service/user-service.model.mjs +1 -1
- package/esm2022/user/service/user-v3.service.mjs +1 -1
- package/esm2022/user/tile/index.mjs +1 -1
- package/esm2022/user/tile/user-tile.component.mjs +3 -3
- package/esm2022/user/tile/user-tile.module.mjs +1 -1
- package/esm2022/user/user.model.mjs +1 -1
- package/esm2022/user/user.module.mjs +1 -1
- package/fesm2022/lucca-front-ng-a11y.mjs +2 -2
- package/fesm2022/lucca-front-ng-a11y.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-animations.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-api.mjs +6 -6
- package/fesm2022/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-callout.mjs +2 -2
- package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select.mjs +2 -2
- package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-date.mjs +6 -6
- package/fesm2022/lucca-front-ng-date.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-department.mjs +2 -2
- package/fesm2022/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-dropdown.mjs +2 -2
- package/fesm2022/lucca-front-ng-dropdown.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-establishment.mjs +6 -6
- package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +2 -2
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-formly.mjs +40 -40
- package/fesm2022/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-forms.mjs +6 -6
- package/fesm2022/lucca-front-ng-forms.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-icon.mjs +2 -2
- package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-inline-message.mjs +2 -2
- package/fesm2022/lucca-front-ng-inline-message.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-input.mjs +2 -2
- package/fesm2022/lucca-front-ng-input.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-modal.mjs +4 -4
- package/fesm2022/lucca-front-ng-modal.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-multi-select.mjs +48 -48
- package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-new-badge.mjs +2 -2
- package/fesm2022/lucca-front-ng-new-badge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-number.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-numeric-badge.mjs +2 -2
- package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-option.mjs +22 -22
- package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-picker.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popover.mjs +7 -7
- package/fesm2022/lucca-front-ng-popover.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-popup.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-qualification.mjs +2 -2
- package/fesm2022/lucca-front-ng-qualification.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-safe-content.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-scroll.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-select.mjs +2 -2
- package/fesm2022/lucca-front-ng-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-sidepanel.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-simple-select-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-simple-select.mjs +4 -4
- package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-title.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-toast.mjs +2 -2
- package/fesm2022/lucca-front-ng-toast.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-tooltip.mjs +2 -2
- package/fesm2022/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-user.mjs +8 -8
- package/fesm2022/lucca-front-ng-user.mjs.map +1 -1
- package/fesm2022/lucca-front-ng.mjs.map +1 -1
- package/formly/style/_components.scss +13 -13
- package/formly/style/main.scss +2 -2
- package/material/style/_components.scss +13 -13
- package/material/style/components/_autocomplete.scss +15 -15
- package/material/style/components/_buttons.scss +5 -5
- package/material/style/components/_datepicker.scss +124 -124
- package/material/style/components/_dialog.scss +34 -34
- package/material/style/components/_input.scss +5 -5
- package/material/style/components/_menu.scss +23 -23
- package/material/style/components/_mixins.scss +10 -10
- package/material/style/components/_options.scss +26 -26
- package/material/style/components/_select.scss +46 -46
- package/material/style/components/_tooltip.scss +11 -11
- package/material/style/main.scss +12 -12
- package/package.json +33 -33
- package/schematics/collection.json +9 -9
- package/schematics/lib/local-deps/package-lock.json +189 -189
- package/schematics/lib/local-deps/package.json +23 -23
- package/schematics/migrations.json +10 -10
- package/schematics/ng-add/file-content.js +12 -12
- package/simple-select/README.md +9 -9
- package/src/_components.scss +12 -12
- package/src/_definitions.scss +9 -9
- package/src/components/_calendar.scss +4 -4
- package/src/components/_dropdown.scss +77 -77
- package/src/components/_input.scss +57 -57
- package/src/components/_picker.scss +70 -70
- package/src/components/_popover.scss +58 -58
- package/src/components/_popup.scss +164 -164
- package/src/components/_sidepanel.scss +60 -60
- package/src/components/cdk/_dragDrop.scss +60 -60
- package/src/components/cdk/_global.scss +20 -20
- package/src/components/cdk/_misc.scss +12 -12
- package/src/components/cdk/_overlay.scss +72 -72
- package/src/components/cdk/_textarea.scss +17 -17
- package/src/definitions/option/_option-item.scss +165 -165
- package/src/definitions/option/_option-placeholder.scss +8 -8
- package/src/definitions/option/_option-searcher.scss +16 -16
- package/src/definitions/option/_option-selector.scss +11 -11
- package/src/definitions/select/_select-clearer.scss +14 -14
- package/src/definitions/select/_select-input.scss +322 -322
- package/src/definitions/tooltip/_tooltip.scss +36 -36
- package/src/definitions/user/user-picture.scss +100 -100
- package/src/definitions/user/user-tile.scss +82 -82
- package/src/main.scss +2 -2
- package/title/README.md +114 -114
|
@@ -8,11 +8,11 @@ class IconComponent {
|
|
|
8
8
|
this.color = 'inherit';
|
|
9
9
|
}
|
|
10
10
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: IconComponent, isStandalone: true, selector: "lu-icon", inputs: { icon: "icon", alt: "alt", size: "size", color: "color" }, ngImport: i0, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\r\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\r\n", styles: ["@charset \"UTF-8\";body{-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lucca icons;font-style:normal;font-weight:400;src:url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.svg) format(\"svg\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff) format(\"woff\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.ttf) format(\"truetype\");letter-spacing:normal;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures}.lucca-icon{font-weight:400;font-size:var(--icon-size, 1.25rem);direction:ltr;display:inline-block;font-family:Lucca icons;font-feature-settings:\"liga\";-webkit-font-smoothing:antialiased;font-style:normal;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:text-bottom;white-space:nowrap;word-wrap:normal}.lucca-icon.icon-bookmark:before{content:\"\\e9c0\"}.lucca-icon.icon-bookmarkFilled:before{content:\"\\e9da\"}.lucca-icon.icon-app:before{content:\"\\e959\"}.lucca-icon.icon-apps:before{content:\"\\e959\"}.lucca-icon.icon-nineTiles:before{content:\"\\e959\"}.lucca-icon.icon-mosaic:before{content:\"\\e959\"}.lucca-icon.icon-tiles:before{content:\"\\e959\"}.lucca-icon.icon-arrowBackward:before{content:\"\\e9ef\"}.lucca-icon.icon-backward:before{content:\"\\e9ef\"}.lucca-icon.icon-arrowBottom:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowFullSouth:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowBottomLeft:before{content:\"\\e9ddd\"}.lucca-icon.icon-arrowBottomRight:before{content:\"\\e9ccc\"}.lucca-icon.icon-arrowChevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowSouth:before{content:\"\\e97c\"}.lucca-icon.icon-southArrow:before{content:\"\\e97c\"}.lucca-icon.icon-southThinArrow:before{content:\"\\e97c\"}.lucca-icon.icon-chevronSouth:before{content:\"\\e97c\"}.lucca-icon.icon-chevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowChevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowWest:before{content:\"\\e994\"}.lucca-icon.icon-westArrow:before{content:\"\\e994\"}.lucca-icon.icon-westThinArrow:before{content:\"\\e994\"}.lucca-icon.icon-chevronWest:before{content:\"\\e994\"}.lucca-icon.icon-chevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowChevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowEast:before{content:\"\\e926\"}.lucca-icon.icon-eastArrow:before{content:\"\\e926\"}.lucca-icon.icon-eastThinArrow:before{content:\"\\e926\"}.lucca-icon.icon-chevronEast:before{content:\"\\e926\"}.lucca-icon.icon-chevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowChevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowNorth:before{content:\"\\e95a\"}.lucca-icon.icon-northArrow:before{content:\"\\e95a\"}.lucca-icon.icon-northThinArrow:before{content:\"\\e95a\"}.lucca-icon.icon-chevronNorth:before{content:\"\\e95a\"}.lucca-icon.icon-chevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowCorner:before{content:\"\\e9b9\"}.lucca-icon.icon-distribute:before{content:\"\\e9b9\"}.lucca-icon.icon-arrowDownload:before{content:\"\\e924\"}.lucca-icon.icon-download:before{content:\"\\e924\"}.lucca-icon.icon-arrowExternal:before{content:\"\\e95d\"}.lucca-icon.icon-outside:before{content:\"\\e95d\"}.lucca-icon.icon-arrowForward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowDouble:before{content:\"\\e9c5\"}.lucca-icon.icon-forward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowLeft:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowFullWest:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowLogin:before{content:\"\\e93f\"}.lucca-icon.icon-login:before{content:\"\\e93f\"}.lucca-icon.icon-arrowLogout:before{content:\"\\e940\"}.lucca-icon.icon-logout:before{content:\"\\e940\"}.lucca-icon.icon-arrowOppositeHorizontal:before{content:\"\\e9ad\"}.lucca-icon.icon-swap:before{content:\"\\e9ad\"}.lucca-icon.icon-arrowOppositeVertical:before{content:\"\\e912\"}.lucca-icon.icon-creditDebit:before{content:\"\\e912\"}.lucca-icon.icon-arrowReply:before{content:\"\\e9ba\"}.lucca-icon.icon-reply:before{content:\"\\e9ba\"}.lucca-icon.icon-arrowReset:before{content:\"\\e970\"}.lucca-icon.icon-refresh:before{content:\"\\e970\"}.lucca-icon.icon-update:before{content:\"\\e970\"}.lucca-icon.icon-arrowRight:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowFullEast:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowSync:before{content:\"\\e9c3\"}.lucca-icon.icon-sync:before{content:\"\\e9c3\"}.lucca-icon.icon-arrowSyncStrikethrough:before{content:\"\\e9c2\"}.lucca-icon.icon-syncDisabled:before{content:\"\\e9c2\"}.lucca-icon.icon-arrowTop:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowFullNorth:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowTopLeft:before{content:\"\\e9dd\"}.lucca-icon.icon-arrowTopRight:before{content:\"\\e9df\"}.lucca-icon.icon-arrowUnfoldLess:before{content:\"\\e9c8\"}.lucca-icon.icon-collapse:before{content:\"\\e9c8\"}.lucca-icon.icon-arrowUnfoldMore:before{content:\"\\e9c9\"}.lucca-icon.icon-expand:before{content:\"\\e9c9\"}.lucca-icon.icon-arrowUpload:before{content:\"\\e98f\"}.lucca-icon.icon-upload:before{content:\"\\e98f\"}.lucca-icon.icon-cloudUpload:before{content:\"\\e98f\"}.lucca-icon.icon-bell:before{content:\"\\e904\"}.lucca-icon.icon-notification:before{content:\"\\e904\"}.lucca-icon.icon-bellStrikethrough:before{content:\"\\e91a\"}.lucca-icon.icon-book:before{content:\"\\e9af\"}.lucca-icon.icon-boxArchive:before{content:\"\\e99c\"}.lucca-icon.icon-archive:before{content:\"\\e99c\"}.lucca-icon.icon-boxUnarchive:before{content:\"\\e95e\"}.lucca-icon.icon-unarchive:before{content:\"\\e95e\"}.lucca-icon.icon-branch:before{content:\"\\e90d\"}.lucca-icon.icon-bubbleSpeech:before{content:\"\\e982\"}.lucca-icon.icon-chat:before{content:\"\\e982\"}.lucca-icon.icon-talk:before{content:\"\\e982\"}.lucca-icon.icon-dialog:before{content:\"\\e982\"}.lucca-icon.icon-bubblesAnswer:before{content:\"\\e953\"}.lucca-icon.icon-answer:before{content:\"\\e953\"}.lucca-icon.icon-bubblesConversation:before{content:\"\\e935\"}.lucca-icon.icon-messenger:before{content:\"\\e935\"}.lucca-icon.icon-buildingCompany:before{content:\"\\e903\"}.lucca-icon.icon-building:before{content:\"\\e903\"}.lucca-icon.icon-establishment:before{content:\"\\e903\"}.lucca-icon.icon-buildingHouse:before{content:\"\\e913\"}.lucca-icon.icon-house:before{content:\"\\e913\"}.lucca-icon.icon-home:before{content:\"\\e913\"}.lucca-icon.icon-buildingHouseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-houseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-homeFill:before{content:\"\\e99d\"}.lucca-icon.icon-buildingHouseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-houseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-homeStarred:before{content:\"\\e99e\"}.lucca-icon.icon-buildingStore:before{content:\"\\e8ff\"}.lucca-icon.icon-store:before{content:\"\\e8ff\"}.lucca-icon.icon-bulb:before{content:\"\\e9b1\"}.lucca-icon.icon-lightBulb:before{content:\"\\e9b1\"}.lucca-icon.icon-calendarChecked:before{content:\"\\e9c7\"}.lucca-icon.icon-calendarDate:before{content:\"\\e920\"}.lucca-icon.icon-calendar:before{content:\"\\e920\"}.lucca-icon.icon-planning:before{content:\"\\e920\"}.lucca-icon.icon-calendarEdit:before{content:\"\\e91e\"}.lucca-icon.icon-planningEdit:before{content:\"\\e91e\"}.lucca-icon.icon-calendarPlanning:before{content:\"\\e90c\"}.lucca-icon.icon-payPeriod:before{content:\"\\e90c\"}.lucca-icon.icon-calendarSettings:before{content:\"\\e92a\"}.lucca-icon.icon-planningManage:before{content:\"\\e92a\"}.lucca-icon.icon-calendarStrikethrough:before{content:\"\\e957\"}.lucca-icon.icon-calendarOff:before{content:\"\\e957\"}.lucca-icon.icon-capCrown:before{content:\"\\e95b\"}.lucca-icon.icon-crown:before{content:\"\\e95b\"}.lucca-icon.icon-capGraduate:before{content:\"\\e9d3\"}.lucca-icon.icon-graduate:before{content:\"\\e9d3\"}.lucca-icon.icon-school:before{content:\"\\e9d3\"}.lucca-icon.icon-certificationFailed:before{content:\"\\e9a8\"}.lucca-icon.icon-certifKo:before{content:\"\\e9a8\"}.lucca-icon.icon-certificationSuccess:before{content:\"\\e9a6\"}.lucca-icon.icon-certifOk:before{content:\"\\e9a6\"}.lucca-icon.icon-certificationWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-certifWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-chartDonut:before{content:\"\\e9aa\"}.lucca-icon.icon-donut:before{content:\"\\e9aa\"}.lucca-icon.icon-donutChart:before{content:\"\\e9aa\"}.lucca-icon.icon-chartFlow:before{content:\"\\e930\"}.lucca-icon.icon-familyTree:before{content:\"\\e930\"}.lucca-icon.icon-orgTree:before{content:\"\\e930\"}.lucca-icon.icon-chartHorizontalBar:before{content:\"\\e9ab\"}.lucca-icon.icon-horizontalBarChart:before{content:\"\\e9ab\"}.lucca-icon.icon-chartLevels:before{content:\"\\e9ae\"}.lucca-icon.icon-level:before{content:\"\\e9ae\"}.lucca-icon.icon-chartPie:before{content:\"\\e9ac\"}.lucca-icon.icon-dashboard:before{content:\"\\e9ac\"}.lucca-icon.icon-chartVerticalBar:before{content:\"\\e971\"}.lucca-icon.icon-analytics:before{content:\"\\e971\"}.lucca-icon.icon-charts:before{content:\"\\e971\"}.lucca-icon.icon-clipboard:before{content:\"\\e962\"}.lucca-icon.icon-paste:before{content:\"\\e962\"}.lucca-icon.icon-completion:before{content:\"\\e905\"}.lucca-icon.icon-cornersFullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-fullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-cornersFullscreenOpen:before{content:\"\\e937\"}.lucca-icon.icon-fullscreen:before{content:\"\\e937\"}.lucca-icon.icon-dataTable:before{content:\"\\e9d5\"}.lucca-icon.icon-table:before{content:\"\\e9d5\"}.lucca-icon.icon-database:before{content:\"\\e91f\"}.lucca-icon.icon-databaseArrow:before{content:\"\\e907\"}.lucca-icon.icon-apiSync:before{content:\"\\e907\"}.lucca-icon.icon-deviceCamera:before{content:\"\\e965\"}.lucca-icon.icon-camera:before{content:\"\\e965\"}.lucca-icon.icon-deviceComputer:before{content:\"\\e91c\"}.lucca-icon.icon-computer:before{content:\"\\e91c\"}.lucca-icon.icon-deviceLaptop:before{content:\"\\e9d0\"}.lucca-icon.icon-laptop:before{content:\"\\e9d0\"}.lucca-icon.icon-deviceMobile:before{content:\"\\e9999\"}.lucca-icon.icon-deviceMouse:before{content:\"\\e91d\"}.lucca-icon.icon-computerMouse:before{content:\"\\e91d\"}.lucca-icon.icon-devicePrinter:before{content:\"\\e96b\"}.lucca-icon.icon-print:before{content:\"\\e96b\"}.lucca-icon.icon-dotsDrag:before{content:\"\\e9a4\"}.lucca-icon.icon-drag:before{content:\"\\e9a4\"}.lucca-icon.icon-eye:before{content:\"\\e993\"}.lucca-icon.icon-watch:before{content:\"\\e993\"}.lucca-icon.icon-eyeStrikethrough:before{content:\"\\e98e\"}.lucca-icon.icon-unwatch:before{content:\"\\e98e\"}.lucca-icon.icon-fileContract:before{content:\"\\e914\"}.lucca-icon.icon-contract:before{content:\"\\e914\"}.lucca-icon.icon-fileCopy:before{content:\"\\e9ca\"}.lucca-icon.icon-copy:before{content:\"\\e9ca\"}.lucca-icon.icon-fileDocument:before{content:\"\\e932\"}.lucca-icon.icon-file:before{content:\"\\e932\"}.lucca-icon.icon-fileExport:before{content:\"\\e9cb\"}.lucca-icon.icon-fileFolder:before{content:\"\\e9cd\"}.lucca-icon.icon-folder:before{content:\"\\e9cd\"}.lucca-icon.icon-fileImport:before{content:\"\\e9e4\"}.lucca-icon.icon-importDirty:before{content:\"\\e9e4\"}.lucca-icon.icon-importPristine:before{content:\"\\e9e4\"}.lucca-icon.icon-fileSign:before{content:\"\\e95c\"}.lucca-icon.icon-sign:before{content:\"\\e95c\"}.lucca-icon.icon-filtersDescending:before{content:\"\\e9cc\"}.lucca-icon.icon-filterAbstract:before{content:\"\\e9cc\"}.lucca-icon.icon-filtersFunnel:before{content:\"\\e933\"}.lucca-icon.icon-funnel:before{content:\"\\e933\"}.lucca-icon.icon-filter:before{content:\"\\e933\"}.lucca-icon.icon-filtersSort:before{content:\"\\e9d4\"}.lucca-icon.icon-sort:before{content:\"\\e9d4\"}.lucca-icon.icon-reorder:before{content:\"\\e9d4\"}.lucca-icon.icon-flag:before{content:\"\\e934\"}.lucca-icon.icon-floppyDiskSave:before{content:\"\\e901\"}.lucca-icon.icon-save:before{content:\"\\e901\"}.lucca-icon.icon-foodBirthdayCake:before{content:\"\\e90b\"}.lucca-icon.icon-birthday:before{content:\"\\e90b\"}.lucca-icon.icon-foodBobun:before{content:\"\\e9e6\"}.lucca-icon.icon-lunchAlternative:before{content:\"\\e9e6\"}.lucca-icon.icon-foodBurger:before{content:\"\\e94d\"}.lucca-icon.icon-lunch:before{content:\"\\e94d\"}.lucca-icon.icon-meal:before{content:\"\\e94d\"}.lucca-icon.icon-foodChefHat:before{content:\"\\e9a1\"}.lucca-icon.icon-restaurant:before{content:\"\\e9a1\"}.lucca-icon.icon-foodClocheDish:before{content:\"\\e921\"}.lucca-icon.icon-diner:before{content:\"\\e921\"}.lucca-icon.icon-foodCocktail:before{content:\"\\e925\"}.lucca-icon.icon-drink:before{content:\"\\e925\"}.lucca-icon.icon-foodCoffee:before{content:\"\\e90f\"}.lucca-icon.icon-coffee:before{content:\"\\e90f\"}.lucca-icon.icon-breaktime:before{content:\"\\e90f\"}.lucca-icon.icon-foodCroissant:before{content:\"\\e90e\"}.lucca-icon.icon-breakfast:before{content:\"\\e90e\"}.lucca-icon.icon-foodSandwich:before{content:\"\\e97b\"}.lucca-icon.icon-snack:before{content:\"\\e97b\"}.lucca-icon.icon-formatBulletedList:before{content:\"\\e948\"}.lucca-icon.icon-list:before{content:\"\\e948\"}.lucca-icon.icon-formatClipperAttachment:before{content:\"\\e909\"}.lucca-icon.icon-attach:before{content:\"\\e909\"}.lucca-icon.icon-formatCornerUpLeft:before{content:\"\\e96f\"}.lucca-icon.icon-formatUndo:before{content:\"\\e96f\"}.lucca-icon.icon-formatCornerUpRight:before{content:\"\\e96e\"}.lucca-icon.icon-formatRedo:before{content:\"\\e96e\"}.lucca-icon.icon-formatLink:before{content:\"\\e93b\"}.lucca-icon.icon-formatNumberedList:before{content:\"\\e969\"}.lucca-icon.icon-formatListNb:before{content:\"\\e969\"}.lucca-icon.icon-formatText:before{content:\"\\e927\"}.lucca-icon.icon-formatJustify:before{content:\"\\e927\"}.lucca-icon.icon-formatTextBold:before{content:\"\\e997\"}.lucca-icon.icon-formatBold:before{content:\"\\e997\"}.lucca-icon.icon-formatTextClear:before{content:\"\\e999\"}.lucca-icon.icon-formatClear:before{content:\"\\e999\"}.lucca-icon.icon-formatTextItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatTextSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatTextStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatTextUnderline:before{content:\"\\e996\"}.lucca-icon.icon-formatUnderlined:before{content:\"\\e996\"}.lucca-icon.icon-formatUnlink:before{content:\"\\e915\"}.lucca-icon.icon-unlink:before{content:\"\\e915\"}.lucca-icon.icon-gift:before{content:\"\\e9cf\"}.lucca-icon.icon-present:before{content:\"\\e9cf\"}.lucca-icon.icon-heart:before{content:\"\\e910\"}.lucca-icon.icon-heartFilled:before{content:\"\\e9db\"}.lucca-icon.icon-heartStrikethrough:before{content:\"\\e93e\"}.lucca-icon.icon-brokenHeart:before{content:\"\\e93e\"}.lucca-icon.icon-hotelBed:before{content:\"\\e941\"}.lucca-icon.icon-bed:before{content:\"\\e941\"}.lucca-icon.icon-hotel:before{content:\"\\e941\"}.lucca-icon.icon-hotelHanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hotelIron:before{content:\"\\e945\"}.lucca-icon.icon-iron:before{content:\"\\e945\"}.lucca-icon.icon-pressing:before{content:\"\\e945\"}.lucca-icon.icon-hotelLuggage:before{content:\"\\e94c\"}.lucca-icon.icon-luggage:before{content:\"\\e94c\"}.lucca-icon.icon-jigsawPuzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-puzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-journey:before{content:\"\\e946\"}.lucca-icon.icon-milestone:before{content:\"\\e946\"}.lucca-icon.icon-jumpingCc:before{content:\"\\e94b\"}.lucca-icon.icon-lucca:before{content:\"\\e94b\"}.lucca-icon.icon-laboratoryTestFlask:before{content:\"\\e9d7\"}.lucca-icon.icon-test:before{content:\"\\e9d7\"}.lucca-icon.icon-layers:before{content:\"\\e987\"}.lucca-icon.icon-floor:before{content:\"\\e987\"}.lucca-icon.icon-listChecked:before{content:\"\\e9d1\"}.lucca-icon.icon-listChecklist:before{content:\"\\e917\"}.lucca-icon.icon-listTodo:before{content:\"\\e917\"}.lucca-icon.icon-lockClosed:before{content:\"\\e94a\"}.lucca-icon.icon-lock:before{content:\"\\e94a\"}.lucca-icon.icon-lockKey:before{content:\"\\e947\"}.lucca-icon.icon-key:before{content:\"\\e947\"}.lucca-icon.icon-lockOpenned:before{content:\"\\e98d\"}.lucca-icon.icon-unlock:before{content:\"\\e98d\"}.lucca-icon.icon-mailEnvelope:before{content:\"\\e94e\"}.lucca-icon.icon-mail:before{content:\"\\e94e\"}.lucca-icon.icon-mailMailbox:before{content:\"\\e97e\"}.lucca-icon.icon-mailbox:before{content:\"\\e97e\"}.lucca-icon.icon-stamp:before{content:\"\\e97e\"}.lucca-icon.icon-postage:before{content:\"\\e97e\"}.lucca-icon.icon-mailPaperPlane:before{content:\"\\e977\"}.lucca-icon.icon-send:before{content:\"\\e977\"}.lucca-icon.icon-mapGlobe:before{content:\"\\e97a\"}.lucca-icon.icon-globe:before{content:\"\\e97a\"}.lucca-icon.icon-mapLocation:before{content:\"\\e949\"}.lucca-icon.icon-location:before{content:\"\\e949\"}.lucca-icon.icon-mapPin:before{content:\"\\e967\"}.lucca-icon.icon-pin:before{content:\"\\e967\"}.lucca-icon.icon-mathsDivide:before{content:\"\\e954\"}.lucca-icon.icon-divide:before{content:\"\\e954\"}.lucca-icon.icon-mathsEquals:before{content:\"\\e93d\"}.lucca-icon.icon-equal:before{content:\"\\e93d\"}.lucca-icon.icon-mathsMinus:before{content:\"\\e975\"}.lucca-icon.icon-minus:before{content:\"\\e975\"}.lucca-icon.icon-partial:before{content:\"\\e975\"}.lucca-icon.icon-minimize:before{content:\"\\e975\"}.lucca-icon.icon-mathsMultiplicate:before{content:\"\\e981\"}.lucca-icon.icon-close:before{content:\"\\e981\"}.lucca-icon.icon-thinCross:before{content:\"\\e981\"}.lucca-icon.icon-cross:before{content:\"\\e981\"}.lucca-icon.icon-crossBold:before{content:\"\\e981\"}.lucca-icon.icon-mathsPlus:before{content:\"\\e985\"}.lucca-icon.icon-plus:before{content:\"\\e985\"}.lucca-icon.icon-plusBold:before{content:\"\\e985\"}.lucca-icon.icon-menuBurger:before{content:\"\\e950\"}.lucca-icon.icon-menu:before{content:\"\\e950\"}.lucca-icon.icon-hamburgerMenu:before{content:\"\\e950\"}.lucca-icon.icon-menuDots:before{content:\"\\e92b\"}.lucca-icon.icon-menuEllipsis:before{content:\"\\e92b\"}.lucca-icon.icon-ellipsis:before{content:\"\\e92b\"}.lucca-icon.icon-moneyBag:before{content:\"\\e900\"}.lucca-icon.icon-moneybag:before{content:\"\\e900\"}.lucca-icon.icon-moneyBagStrikethrough:before{content:\"\\e9f0\"}.lucca-icon.icon-noMoney:before{content:\"\\e9f0\"}.lucca-icon.icon-moneyBanknoteStrikethrough:before{content:\"\\e9de\"}.lucca-icon.icon-moneyBill:before{content:\"\\e9c6\"}.lucca-icon.icon-bill:before{content:\"\\e9c6\"}.lucca-icon.icon-moneyBuildingBank:before{content:\"\\e99f\"}.lucca-icon.icon-bank:before{content:\"\\e99f\"}.lucca-icon.icon-moneyCardImport:before{content:\"\\e943\"}.lucca-icon.icon-importCb:before{content:\"\\e943\"}.lucca-icon.icon-moneyCoins:before{content:\"\\e9d2\"}.lucca-icon.icon-money:before{content:\"\\e9d2\"}.lucca-icon.icon-payment:before{content:\"\\e9d2\"}.lucca-icon.icon-moneyCurrencyDollar:before{content:\"\\e9a5\"}.lucca-icon.icon-dollar:before{content:\"\\e9a5\"}.lucca-icon.icon-moneyCurrencyEuro:before{content:\"\\e92d\"}.lucca-icon.icon-euro:before{content:\"\\e92d\"}.lucca-icon.icon-moneyPaymentCard:before{content:\"\\e90a\"}.lucca-icon.icon-bankingCard:before{content:\"\\e90a\"}.lucca-icon.icon-moneyPiggyBank:before{content:\"\\e966\"}.lucca-icon.icon-piggyBank:before{content:\"\\e966\"}.lucca-icon.icon-moneyWallet:before{content:\"\\e9d8\"}.lucca-icon.icon-wallet:before{content:\"\\e9d8\"}.lucca-icon.icon-officeBriefcase:before{content:\"\\e9be\"}.lucca-icon.icon-officeChair:before{content:\"\\e986\"}.lucca-icon.icon-chair:before{content:\"\\e986\"}.lucca-icon.icon-officeCompass:before{content:\"\\e9a0\"}.lucca-icon.icon-compass:before{content:\"\\e9a0\"}.lucca-icon.icon-officeElectricalPlug:before{content:\"\\e9bd\"}.lucca-icon.icon-officePen:before{content:\"\\e928\"}.lucca-icon.icon-edit:before{content:\"\\e928\"}.lucca-icon.icon-editMini:before{content:\"\\e928\"}.lucca-icon.icon-officePenWriting:before{content:\"\\e929\"}.lucca-icon.icon-editWrite:before{content:\"\\e929\"}.lucca-icon.icon-editFrame:before{content:\"\\e929\"}.lucca-icon.icon-officePhone:before{content:\"\\e99b\"}.lucca-icon.icon-telephone:before{content:\"\\e99b\"}.lucca-icon.icon-officeScissors:before{content:\"\\e956\"}.lucca-icon.icon-cut:before{content:\"\\e956\"}.lucca-icon.icon-officeSupplies:before{content:\"\\e9e9\"}.lucca-icon.icon-supplies:before{content:\"\\e9e9\"}.lucca-icon.icon-peopleAdd:before{content:\"\\e902\"}.lucca-icon.icon-userAdd:before{content:\"\\e902\"}.lucca-icon.icon-adduser:before{content:\"\\e902\"}.lucca-icon.icon-peopleGroup:before{content:\"\\e93c\"}.lucca-icon.icon-userGroup:before{content:\"\\e93c\"}.lucca-icon.icon-group:before{content:\"\\e93c\"}.lucca-icon.icon-peopleId:before{content:\"\\e99a\"}.lucca-icon.icon-identityCard:before{content:\"\\e99a\"}.lucca-icon.icon-userFile:before{content:\"\\e99a\"}.lucca-icon.icon-dossierRh:before{content:\"\\e99a\"}.lucca-icon.icon-peopleLocked:before{content:\"\\e9d9\"}.lucca-icon.icon-userRoles:before{content:\"\\e9d9\"}.lucca-icon.icon-peoplePerson:before{content:\"\\e990\"}.lucca-icon.icon-user:before{content:\"\\e990\"}.lucca-icon.icon-face:before{content:\"\\e990\"}.lucca-icon.icon-peopleRemove:before{content:\"\\e972\"}.lucca-icon.icon-userRemove:before{content:\"\\e972\"}.lucca-icon.icon-peopleSwitch:before{content:\"\\e978\"}.lucca-icon.icon-send2user:before{content:\"\\e978\"}.lucca-icon.icon-userSendTo:before{content:\"\\e978\"}.lucca-icon.icon-peopleTeacher:before{content:\"\\e9b8\"}.lucca-icon.icon-teacher:before{content:\"\\e9b8\"}.lucca-icon.icon-pictureGallery:before{content:\"\\e939\"}.lucca-icon.icon-gallery:before{content:\"\\e939\"}.lucca-icon.icon-pictureImage:before{content:\"\\e942\"}.lucca-icon.icon-image:before{content:\"\\e942\"}.lucca-icon.icon-picturePalette:before{content:\"\\e95f\"}.lucca-icon.icon-palette:before{content:\"\\e95f\"}.lucca-icon.icon-playerPauseCircle:before{content:\"\\e955\"}.lucca-icon.icon-pause:before{content:\"\\e955\"}.lucca-icon.icon-playerPlay:before{content:\"\\e944\"}.lucca-icon.icon-playFull:before{content:\"\\e944\"}.lucca-icon.icon-playerPlayCircle:before{content:\"\\e92f\"}.lucca-icon.icon-play:before{content:\"\\e92f\"}.lucca-icon.icon-playerStopCircle:before{content:\"\\e958\"}.lucca-icon.icon-stop:before{content:\"\\e958\"}.lucca-icon.icon-priceTag:before{content:\"\\e96a\"}.lucca-icon.icon-pricetag:before{content:\"\\e96a\"}.lucca-icon.icon-priorityHigh:before{content:\"\\e964\"}.lucca-icon.icon-high:before{content:\"\\e964\"}.lucca-icon.icon-priorityHigher:before{content:\"\\e94f\"}.lucca-icon.icon-higher:before{content:\"\\e94f\"}.lucca-icon.icon-priorityHighest:before{content:\"\\e96c\"}.lucca-icon.icon-highest:before{content:\"\\e96c\"}.lucca-icon.icon-priorityLow:before{content:\"\\e96d\"}.lucca-icon.icon-low:before{content:\"\\e96d\"}.lucca-icon.icon-priorityLower:before{content:\"\\e952\"}.lucca-icon.icon-lower:before{content:\"\\e952\"}.lucca-icon.icon-priorityLowest:before{content:\"\\e973\"}.lucca-icon.icon-lowest:before{content:\"\\e973\"}.lucca-icon.icon-priorityMedium:before{content:\"\\e974\"}.lucca-icon.icon-medium:before{content:\"\\e974\"}.lucca-icon.icon-rotationLeft:before{content:\"\\e9b2\"}.lucca-icon.icon-rotate:before{content:\"\\e9b2\"}.lucca-icon.icon-rotationRight:before{content:\"\\e9e8\"}.lucca-icon.icon-rotateRight:before{content:\"\\e9e8\"}.lucca-icon.icon-searchMagnifyingGlass:before{content:\"\\e976\"}.lucca-icon.icon-search:before{content:\"\\e976\"}.lucca-icon.icon-searchZoomIn:before{content:\"\\e9ff\"}.lucca-icon.icon-searchZoomOut:before{content:\"\\e9ee\"}.lucca-icon.icon-settingsEqualizer:before{content:\"\\e991\"}.lucca-icon.icon-sliders:before{content:\"\\e991\"}.lucca-icon.icon-settingsGear:before{content:\"\\e979\"}.lucca-icon.icon-settings:before{content:\"\\e979\"}.lucca-icon.icon-settingsTools:before{content:\"\\e989\"}.lucca-icon.icon-tools:before{content:\"\\e989\"}.lucca-icon.icon-share:before{content:\"\\e906\"}.lucca-icon.icon-signBan:before{content:\"\\e936\"}.lucca-icon.icon-forbidden:before{content:\"\\e936\"}.lucca-icon.icon-signCancel:before{content:\"\\e963\"}.lucca-icon.icon-cancel:before{content:\"\\e963\"}.lucca-icon.icon-signClose:before{content:\"\\e9bf\"}.lucca-icon.icon-signConfirm:before{content:\"\\e97d\"}.lucca-icon.icon-confirm:before{content:\"\\e97d\"}.lucca-icon.icon-tick:before{content:\"\\e97d\"}.lucca-icon.icon-tickThin:before{content:\"\\e97d\"}.lucca-icon.icon-tickBold:before{content:\"\\e97d\"}.lucca-icon.icon-signConstruction:before{content:\"\\e931\"}.lucca-icon.icon-build:before{content:\"\\e931\"}.lucca-icon.icon-signDiscount:before{content:\"\\e9e1\"}.lucca-icon.icon-discount:before{content:\"\\e9e1\"}.lucca-icon.icon-signError:before{content:\"\\e92c\"}.lucca-icon.icon-error:before{content:\"\\e92c\"}.lucca-icon.icon-signHelp:before{content:\"\\e9a3\"}.lucca-icon.icon-help:before{content:\"\\e9a3\"}.lucca-icon.icon-helpOutline:before{content:\"\\e9a3\"}.lucca-icon.icon-signInfo:before{content:\"\\e9b0\"}.lucca-icon.icon-info:before{content:\"\\e9b0\"}.lucca-icon.icon-signParking:before{content:\"\\e960\"}.lucca-icon.icon-parking:before{content:\"\\e960\"}.lucca-icon.icon-signSuccess:before{content:\"\\e9ed\"}.lucca-icon.icon-success:before{content:\"\\e9ed\"}.lucca-icon.icon-signWarning:before{content:\"\\e992\"}.lucca-icon.icon-warning:before{content:\"\\e992\"}.lucca-icon.icon-star:before{content:\"\\e961\"}.lucca-icon.icon-unstared:before{content:\"\\e961\"}.lucca-icon.icon-starFilled:before{content:\"\\e97f\"}.lucca-icon.icon-target:before{content:\"\\e9d6\"}.lucca-icon.icon-thumbDown:before{content:\"\\e923\"}.lucca-icon.icon-thumbDownFilled:before{content:\"\\e9dc\"}.lucca-icon.icon-thumbUp:before{content:\"\\e922\"}.lucca-icon.icon-thumbUpFilled:before{content:\"\\e9e2\"}.lucca-icon.icon-thumbnail:before{content:\"\\e91b\"}.lucca-icon.icon-timeAlarm:before{content:\"\\e9c4\"}.lucca-icon.icon-alarm:before{content:\"\\e9c4\"}.lucca-icon.icon-timeClock:before{content:\"\\e919\"}.lucca-icon.icon-clock:before{content:\"\\e919\"}.lucca-icon.icon-timeFuture:before{content:\"\\e908\"}.lucca-icon.icon-postpone:before{content:\"\\e908\"}.lucca-icon.icon-timeHourglass:before{content:\"\\e988\"}.lucca-icon.icon-timer:before{content:\"\\e988\"}.lucca-icon.icon-timePast:before{content:\"\\e984\"}.lucca-icon.icon-history:before{content:\"\\e984\"}.lucca-icon.icon-timeTimer:before{content:\"\\e9e0\"}.lucca-icon.icon-chronoOn:before{content:\"\\e9e0\"}.lucca-icon.icon-timeTimerStrikethrough:before{content:\"\\e9e7\"}.lucca-icon.icon-overplanned:before{content:\"\\e9e7\"}.lucca-icon.icon-timeTimesheet:before{content:\"\\e916\"}.lucca-icon.icon-timesheet:before{content:\"\\e916\"}.lucca-icon.icon-transportBus:before{content:\"\\e911\"}.lucca-icon.icon-bus:before{content:\"\\e911\"}.lucca-icon.icon-transportCar:before{content:\"\\e9a9\"}.lucca-icon.icon-car:before{content:\"\\e9a9\"}.lucca-icon.icon-transportCarwashStation:before{content:\"\\e918\"}.lucca-icon.icon-cleanCar:before{content:\"\\e918\"}.lucca-icon.icon-transportGazStation:before{content:\"\\e93a\"}.lucca-icon.icon-gasoline:before{content:\"\\e93a\"}.lucca-icon.icon-transportPlane:before{content:\"\\e968\"}.lucca-icon.icon-plane:before{content:\"\\e968\"}.lucca-icon.icon-transportRocket:before{content:\"\\e995\"}.lucca-icon.icon-rocket:before{content:\"\\e995\"}.lucca-icon.icon-transportSpeedometer:before{content:\"\\e951\"}.lucca-icon.icon-speedometer:before{content:\"\\e951\"}.lucca-icon.icon-mileage:before{content:\"\\e951\"}.lucca-icon.icon-transportSubway:before{content:\"\\e980\"}.lucca-icon.icon-subway:before{content:\"\\e980\"}.lucca-icon.icon-transportTaxi:before{content:\"\\e983\"}.lucca-icon.icon-taxi:before{content:\"\\e983\"}.lucca-icon.icon-transportToll:before{content:\"\\e9b3\"}.lucca-icon.icon-toll:before{content:\"\\e9b3\"}.lucca-icon.icon-tollDollar:before{content:\"\\e9b3\"}.lucca-icon.icon-tollEuro:before{content:\"\\e9b3\"}.lucca-icon.icon-transportTrain:before{content:\"\\e98a\"}.lucca-icon.icon-train:before{content:\"\\e98a\"}.lucca-icon.icon-transportTruck:before{content:\"\\e98c\"}.lucca-icon.icon-truck:before{content:\"\\e98c\"}.lucca-icon.icon-trashDelete:before{content:\"\\e98b\"}.lucca-icon.icon-trash:before{content:\"\\e98b\"}.lucca-icon.icon-trendingGrowth:before{content:\"\\e9bb\"}.lucca-icon.icon-evolution:before{content:\"\\e9bb\"}.lucca-icon.icon-trendingLoss:before{content:\"\\e9e3\"}.lucca-icon.icon-evolutionDown:before{content:\"\\e9e3\"}.lucca-icon.icon-weatherCloudy:before{content:\"\\e9ea\"}.lucca-icon.icon-weatherStormy:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherStorm:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherSunny:before{content:\"\\e9ec\"}.lucca-icon.icon-weatherSun:before{content:\"\\e9ec\"}.lucca-icon.icon-weight:before{content:\"\\e9c1\"}.lucca-icon.mod-XS{--icon-size: 1rem}.lucca-icon.mod-S{--icon-size: 1.25rem}.lucca-icon.mod-M{--icon-size: 1.5rem}.lucca-icon.mod-L{--icon-size: 1.75rem}.lucca-icon.mod-XL{--icon-size: 2rem}.lucca-icon.mod-XXL{--icon-size: 2.5rem}.icon-color-secondary{color:var(--palettes-secondary-700)}.icon-color-error{color:var(--palettes-error-700)}.icon-color-warning{color:var(--palettes-warning-700)}.icon-color-success{color:var(--palettes-success-700)}.icon-color-light{color:var(--palettes-grey-600)}.icon-color-placeholder{color:var(--palettes-grey-400)}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: IconComponent, isStandalone: true, selector: "lu-icon", inputs: { icon: "icon", alt: "alt", size: "size", color: "color" }, ngImport: i0, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\n", styles: ["@charset \"UTF-8\";body{-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lucca icons;font-style:normal;font-weight:400;src:url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.svg) format(\"svg\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff) format(\"woff\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.ttf) format(\"truetype\");letter-spacing:normal;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures}.lucca-icon{font-weight:400;font-size:var(--icon-size, 1.25rem);direction:ltr;display:inline-block;font-family:Lucca icons;font-feature-settings:\"liga\";-webkit-font-smoothing:antialiased;font-style:normal;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:text-bottom;white-space:nowrap;word-wrap:normal}.lucca-icon.icon-bookmark:before{content:\"\\e9c0\"}.lucca-icon.icon-bookmarkFilled:before{content:\"\\e9da\"}.lucca-icon.icon-app:before{content:\"\\e959\"}.lucca-icon.icon-apps:before{content:\"\\e959\"}.lucca-icon.icon-nineTiles:before{content:\"\\e959\"}.lucca-icon.icon-mosaic:before{content:\"\\e959\"}.lucca-icon.icon-tiles:before{content:\"\\e959\"}.lucca-icon.icon-arrowBackward:before{content:\"\\e9ef\"}.lucca-icon.icon-backward:before{content:\"\\e9ef\"}.lucca-icon.icon-arrowBottom:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowFullSouth:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowBottomLeft:before{content:\"\\e9ddd\"}.lucca-icon.icon-arrowBottomRight:before{content:\"\\e9ccc\"}.lucca-icon.icon-arrowChevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowSouth:before{content:\"\\e97c\"}.lucca-icon.icon-southArrow:before{content:\"\\e97c\"}.lucca-icon.icon-southThinArrow:before{content:\"\\e97c\"}.lucca-icon.icon-chevronSouth:before{content:\"\\e97c\"}.lucca-icon.icon-chevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowChevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowWest:before{content:\"\\e994\"}.lucca-icon.icon-westArrow:before{content:\"\\e994\"}.lucca-icon.icon-westThinArrow:before{content:\"\\e994\"}.lucca-icon.icon-chevronWest:before{content:\"\\e994\"}.lucca-icon.icon-chevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowChevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowEast:before{content:\"\\e926\"}.lucca-icon.icon-eastArrow:before{content:\"\\e926\"}.lucca-icon.icon-eastThinArrow:before{content:\"\\e926\"}.lucca-icon.icon-chevronEast:before{content:\"\\e926\"}.lucca-icon.icon-chevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowChevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowNorth:before{content:\"\\e95a\"}.lucca-icon.icon-northArrow:before{content:\"\\e95a\"}.lucca-icon.icon-northThinArrow:before{content:\"\\e95a\"}.lucca-icon.icon-chevronNorth:before{content:\"\\e95a\"}.lucca-icon.icon-chevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowCorner:before{content:\"\\e9b9\"}.lucca-icon.icon-distribute:before{content:\"\\e9b9\"}.lucca-icon.icon-arrowDownload:before{content:\"\\e924\"}.lucca-icon.icon-download:before{content:\"\\e924\"}.lucca-icon.icon-arrowExternal:before{content:\"\\e95d\"}.lucca-icon.icon-outside:before{content:\"\\e95d\"}.lucca-icon.icon-arrowForward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowDouble:before{content:\"\\e9c5\"}.lucca-icon.icon-forward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowLeft:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowFullWest:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowLogin:before{content:\"\\e93f\"}.lucca-icon.icon-login:before{content:\"\\e93f\"}.lucca-icon.icon-arrowLogout:before{content:\"\\e940\"}.lucca-icon.icon-logout:before{content:\"\\e940\"}.lucca-icon.icon-arrowOppositeHorizontal:before{content:\"\\e9ad\"}.lucca-icon.icon-swap:before{content:\"\\e9ad\"}.lucca-icon.icon-arrowOppositeVertical:before{content:\"\\e912\"}.lucca-icon.icon-creditDebit:before{content:\"\\e912\"}.lucca-icon.icon-arrowReply:before{content:\"\\e9ba\"}.lucca-icon.icon-reply:before{content:\"\\e9ba\"}.lucca-icon.icon-arrowReset:before{content:\"\\e970\"}.lucca-icon.icon-refresh:before{content:\"\\e970\"}.lucca-icon.icon-update:before{content:\"\\e970\"}.lucca-icon.icon-arrowRight:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowFullEast:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowSync:before{content:\"\\e9c3\"}.lucca-icon.icon-sync:before{content:\"\\e9c3\"}.lucca-icon.icon-arrowSyncStrikethrough:before{content:\"\\e9c2\"}.lucca-icon.icon-syncDisabled:before{content:\"\\e9c2\"}.lucca-icon.icon-arrowTop:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowFullNorth:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowTopLeft:before{content:\"\\e9dd\"}.lucca-icon.icon-arrowTopRight:before{content:\"\\e9df\"}.lucca-icon.icon-arrowUnfoldLess:before{content:\"\\e9c8\"}.lucca-icon.icon-collapse:before{content:\"\\e9c8\"}.lucca-icon.icon-arrowUnfoldMore:before{content:\"\\e9c9\"}.lucca-icon.icon-expand:before{content:\"\\e9c9\"}.lucca-icon.icon-arrowUpload:before{content:\"\\e98f\"}.lucca-icon.icon-upload:before{content:\"\\e98f\"}.lucca-icon.icon-cloudUpload:before{content:\"\\e98f\"}.lucca-icon.icon-bell:before{content:\"\\e904\"}.lucca-icon.icon-notification:before{content:\"\\e904\"}.lucca-icon.icon-bellStrikethrough:before{content:\"\\e91a\"}.lucca-icon.icon-book:before{content:\"\\e9af\"}.lucca-icon.icon-boxArchive:before{content:\"\\e99c\"}.lucca-icon.icon-archive:before{content:\"\\e99c\"}.lucca-icon.icon-boxUnarchive:before{content:\"\\e95e\"}.lucca-icon.icon-unarchive:before{content:\"\\e95e\"}.lucca-icon.icon-branch:before{content:\"\\e90d\"}.lucca-icon.icon-bubbleSpeech:before{content:\"\\e982\"}.lucca-icon.icon-chat:before{content:\"\\e982\"}.lucca-icon.icon-talk:before{content:\"\\e982\"}.lucca-icon.icon-dialog:before{content:\"\\e982\"}.lucca-icon.icon-bubblesAnswer:before{content:\"\\e953\"}.lucca-icon.icon-answer:before{content:\"\\e953\"}.lucca-icon.icon-bubblesConversation:before{content:\"\\e935\"}.lucca-icon.icon-messenger:before{content:\"\\e935\"}.lucca-icon.icon-buildingCompany:before{content:\"\\e903\"}.lucca-icon.icon-building:before{content:\"\\e903\"}.lucca-icon.icon-establishment:before{content:\"\\e903\"}.lucca-icon.icon-buildingHouse:before{content:\"\\e913\"}.lucca-icon.icon-house:before{content:\"\\e913\"}.lucca-icon.icon-home:before{content:\"\\e913\"}.lucca-icon.icon-buildingHouseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-houseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-homeFill:before{content:\"\\e99d\"}.lucca-icon.icon-buildingHouseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-houseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-homeStarred:before{content:\"\\e99e\"}.lucca-icon.icon-buildingStore:before{content:\"\\e8ff\"}.lucca-icon.icon-store:before{content:\"\\e8ff\"}.lucca-icon.icon-bulb:before{content:\"\\e9b1\"}.lucca-icon.icon-lightBulb:before{content:\"\\e9b1\"}.lucca-icon.icon-calendarChecked:before{content:\"\\e9c7\"}.lucca-icon.icon-calendarDate:before{content:\"\\e920\"}.lucca-icon.icon-calendar:before{content:\"\\e920\"}.lucca-icon.icon-planning:before{content:\"\\e920\"}.lucca-icon.icon-calendarEdit:before{content:\"\\e91e\"}.lucca-icon.icon-planningEdit:before{content:\"\\e91e\"}.lucca-icon.icon-calendarPlanning:before{content:\"\\e90c\"}.lucca-icon.icon-payPeriod:before{content:\"\\e90c\"}.lucca-icon.icon-calendarSettings:before{content:\"\\e92a\"}.lucca-icon.icon-planningManage:before{content:\"\\e92a\"}.lucca-icon.icon-calendarStrikethrough:before{content:\"\\e957\"}.lucca-icon.icon-calendarOff:before{content:\"\\e957\"}.lucca-icon.icon-capCrown:before{content:\"\\e95b\"}.lucca-icon.icon-crown:before{content:\"\\e95b\"}.lucca-icon.icon-capGraduate:before{content:\"\\e9d3\"}.lucca-icon.icon-graduate:before{content:\"\\e9d3\"}.lucca-icon.icon-school:before{content:\"\\e9d3\"}.lucca-icon.icon-certificationFailed:before{content:\"\\e9a8\"}.lucca-icon.icon-certifKo:before{content:\"\\e9a8\"}.lucca-icon.icon-certificationSuccess:before{content:\"\\e9a6\"}.lucca-icon.icon-certifOk:before{content:\"\\e9a6\"}.lucca-icon.icon-certificationWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-certifWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-chartDonut:before{content:\"\\e9aa\"}.lucca-icon.icon-donut:before{content:\"\\e9aa\"}.lucca-icon.icon-donutChart:before{content:\"\\e9aa\"}.lucca-icon.icon-chartFlow:before{content:\"\\e930\"}.lucca-icon.icon-familyTree:before{content:\"\\e930\"}.lucca-icon.icon-orgTree:before{content:\"\\e930\"}.lucca-icon.icon-chartHorizontalBar:before{content:\"\\e9ab\"}.lucca-icon.icon-horizontalBarChart:before{content:\"\\e9ab\"}.lucca-icon.icon-chartLevels:before{content:\"\\e9ae\"}.lucca-icon.icon-level:before{content:\"\\e9ae\"}.lucca-icon.icon-chartPie:before{content:\"\\e9ac\"}.lucca-icon.icon-dashboard:before{content:\"\\e9ac\"}.lucca-icon.icon-chartVerticalBar:before{content:\"\\e971\"}.lucca-icon.icon-analytics:before{content:\"\\e971\"}.lucca-icon.icon-charts:before{content:\"\\e971\"}.lucca-icon.icon-clipboard:before{content:\"\\e962\"}.lucca-icon.icon-paste:before{content:\"\\e962\"}.lucca-icon.icon-completion:before{content:\"\\e905\"}.lucca-icon.icon-cornersFullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-fullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-cornersFullscreenOpen:before{content:\"\\e937\"}.lucca-icon.icon-fullscreen:before{content:\"\\e937\"}.lucca-icon.icon-dataTable:before{content:\"\\e9d5\"}.lucca-icon.icon-table:before{content:\"\\e9d5\"}.lucca-icon.icon-database:before{content:\"\\e91f\"}.lucca-icon.icon-databaseArrow:before{content:\"\\e907\"}.lucca-icon.icon-apiSync:before{content:\"\\e907\"}.lucca-icon.icon-deviceCamera:before{content:\"\\e965\"}.lucca-icon.icon-camera:before{content:\"\\e965\"}.lucca-icon.icon-deviceComputer:before{content:\"\\e91c\"}.lucca-icon.icon-computer:before{content:\"\\e91c\"}.lucca-icon.icon-deviceLaptop:before{content:\"\\e9d0\"}.lucca-icon.icon-laptop:before{content:\"\\e9d0\"}.lucca-icon.icon-deviceMobile:before{content:\"\\e9999\"}.lucca-icon.icon-deviceMouse:before{content:\"\\e91d\"}.lucca-icon.icon-computerMouse:before{content:\"\\e91d\"}.lucca-icon.icon-devicePrinter:before{content:\"\\e96b\"}.lucca-icon.icon-print:before{content:\"\\e96b\"}.lucca-icon.icon-dotsDrag:before{content:\"\\e9a4\"}.lucca-icon.icon-drag:before{content:\"\\e9a4\"}.lucca-icon.icon-eye:before{content:\"\\e993\"}.lucca-icon.icon-watch:before{content:\"\\e993\"}.lucca-icon.icon-eyeStrikethrough:before{content:\"\\e98e\"}.lucca-icon.icon-unwatch:before{content:\"\\e98e\"}.lucca-icon.icon-fileContract:before{content:\"\\e914\"}.lucca-icon.icon-contract:before{content:\"\\e914\"}.lucca-icon.icon-fileCopy:before{content:\"\\e9ca\"}.lucca-icon.icon-copy:before{content:\"\\e9ca\"}.lucca-icon.icon-fileDocument:before{content:\"\\e932\"}.lucca-icon.icon-file:before{content:\"\\e932\"}.lucca-icon.icon-fileExport:before{content:\"\\e9cb\"}.lucca-icon.icon-fileFolder:before{content:\"\\e9cd\"}.lucca-icon.icon-folder:before{content:\"\\e9cd\"}.lucca-icon.icon-fileImport:before{content:\"\\e9e4\"}.lucca-icon.icon-importDirty:before{content:\"\\e9e4\"}.lucca-icon.icon-importPristine:before{content:\"\\e9e4\"}.lucca-icon.icon-fileSign:before{content:\"\\e95c\"}.lucca-icon.icon-sign:before{content:\"\\e95c\"}.lucca-icon.icon-filtersDescending:before{content:\"\\e9cc\"}.lucca-icon.icon-filterAbstract:before{content:\"\\e9cc\"}.lucca-icon.icon-filtersFunnel:before{content:\"\\e933\"}.lucca-icon.icon-funnel:before{content:\"\\e933\"}.lucca-icon.icon-filter:before{content:\"\\e933\"}.lucca-icon.icon-filtersSort:before{content:\"\\e9d4\"}.lucca-icon.icon-sort:before{content:\"\\e9d4\"}.lucca-icon.icon-reorder:before{content:\"\\e9d4\"}.lucca-icon.icon-flag:before{content:\"\\e934\"}.lucca-icon.icon-floppyDiskSave:before{content:\"\\e901\"}.lucca-icon.icon-save:before{content:\"\\e901\"}.lucca-icon.icon-foodBirthdayCake:before{content:\"\\e90b\"}.lucca-icon.icon-birthday:before{content:\"\\e90b\"}.lucca-icon.icon-foodBobun:before{content:\"\\e9e6\"}.lucca-icon.icon-lunchAlternative:before{content:\"\\e9e6\"}.lucca-icon.icon-foodBurger:before{content:\"\\e94d\"}.lucca-icon.icon-lunch:before{content:\"\\e94d\"}.lucca-icon.icon-meal:before{content:\"\\e94d\"}.lucca-icon.icon-foodChefHat:before{content:\"\\e9a1\"}.lucca-icon.icon-restaurant:before{content:\"\\e9a1\"}.lucca-icon.icon-foodClocheDish:before{content:\"\\e921\"}.lucca-icon.icon-diner:before{content:\"\\e921\"}.lucca-icon.icon-foodCocktail:before{content:\"\\e925\"}.lucca-icon.icon-drink:before{content:\"\\e925\"}.lucca-icon.icon-foodCoffee:before{content:\"\\e90f\"}.lucca-icon.icon-coffee:before{content:\"\\e90f\"}.lucca-icon.icon-breaktime:before{content:\"\\e90f\"}.lucca-icon.icon-foodCroissant:before{content:\"\\e90e\"}.lucca-icon.icon-breakfast:before{content:\"\\e90e\"}.lucca-icon.icon-foodSandwich:before{content:\"\\e97b\"}.lucca-icon.icon-snack:before{content:\"\\e97b\"}.lucca-icon.icon-formatBulletedList:before{content:\"\\e948\"}.lucca-icon.icon-list:before{content:\"\\e948\"}.lucca-icon.icon-formatClipperAttachment:before{content:\"\\e909\"}.lucca-icon.icon-attach:before{content:\"\\e909\"}.lucca-icon.icon-formatCornerUpLeft:before{content:\"\\e96f\"}.lucca-icon.icon-formatUndo:before{content:\"\\e96f\"}.lucca-icon.icon-formatCornerUpRight:before{content:\"\\e96e\"}.lucca-icon.icon-formatRedo:before{content:\"\\e96e\"}.lucca-icon.icon-formatLink:before{content:\"\\e93b\"}.lucca-icon.icon-formatNumberedList:before{content:\"\\e969\"}.lucca-icon.icon-formatListNb:before{content:\"\\e969\"}.lucca-icon.icon-formatText:before{content:\"\\e927\"}.lucca-icon.icon-formatJustify:before{content:\"\\e927\"}.lucca-icon.icon-formatTextBold:before{content:\"\\e997\"}.lucca-icon.icon-formatBold:before{content:\"\\e997\"}.lucca-icon.icon-formatTextClear:before{content:\"\\e999\"}.lucca-icon.icon-formatClear:before{content:\"\\e999\"}.lucca-icon.icon-formatTextItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatTextSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatTextStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatTextUnderline:before{content:\"\\e996\"}.lucca-icon.icon-formatUnderlined:before{content:\"\\e996\"}.lucca-icon.icon-formatUnlink:before{content:\"\\e915\"}.lucca-icon.icon-unlink:before{content:\"\\e915\"}.lucca-icon.icon-gift:before{content:\"\\e9cf\"}.lucca-icon.icon-present:before{content:\"\\e9cf\"}.lucca-icon.icon-heart:before{content:\"\\e910\"}.lucca-icon.icon-heartFilled:before{content:\"\\e9db\"}.lucca-icon.icon-heartStrikethrough:before{content:\"\\e93e\"}.lucca-icon.icon-brokenHeart:before{content:\"\\e93e\"}.lucca-icon.icon-hotelBed:before{content:\"\\e941\"}.lucca-icon.icon-bed:before{content:\"\\e941\"}.lucca-icon.icon-hotel:before{content:\"\\e941\"}.lucca-icon.icon-hotelHanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hotelIron:before{content:\"\\e945\"}.lucca-icon.icon-iron:before{content:\"\\e945\"}.lucca-icon.icon-pressing:before{content:\"\\e945\"}.lucca-icon.icon-hotelLuggage:before{content:\"\\e94c\"}.lucca-icon.icon-luggage:before{content:\"\\e94c\"}.lucca-icon.icon-jigsawPuzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-puzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-journey:before{content:\"\\e946\"}.lucca-icon.icon-milestone:before{content:\"\\e946\"}.lucca-icon.icon-jumpingCc:before{content:\"\\e94b\"}.lucca-icon.icon-lucca:before{content:\"\\e94b\"}.lucca-icon.icon-laboratoryTestFlask:before{content:\"\\e9d7\"}.lucca-icon.icon-test:before{content:\"\\e9d7\"}.lucca-icon.icon-layers:before{content:\"\\e987\"}.lucca-icon.icon-floor:before{content:\"\\e987\"}.lucca-icon.icon-listChecked:before{content:\"\\e9d1\"}.lucca-icon.icon-listChecklist:before{content:\"\\e917\"}.lucca-icon.icon-listTodo:before{content:\"\\e917\"}.lucca-icon.icon-lockClosed:before{content:\"\\e94a\"}.lucca-icon.icon-lock:before{content:\"\\e94a\"}.lucca-icon.icon-lockKey:before{content:\"\\e947\"}.lucca-icon.icon-key:before{content:\"\\e947\"}.lucca-icon.icon-lockOpenned:before{content:\"\\e98d\"}.lucca-icon.icon-unlock:before{content:\"\\e98d\"}.lucca-icon.icon-mailEnvelope:before{content:\"\\e94e\"}.lucca-icon.icon-mail:before{content:\"\\e94e\"}.lucca-icon.icon-mailMailbox:before{content:\"\\e97e\"}.lucca-icon.icon-mailbox:before{content:\"\\e97e\"}.lucca-icon.icon-stamp:before{content:\"\\e97e\"}.lucca-icon.icon-postage:before{content:\"\\e97e\"}.lucca-icon.icon-mailPaperPlane:before{content:\"\\e977\"}.lucca-icon.icon-send:before{content:\"\\e977\"}.lucca-icon.icon-mapGlobe:before{content:\"\\e97a\"}.lucca-icon.icon-globe:before{content:\"\\e97a\"}.lucca-icon.icon-mapLocation:before{content:\"\\e949\"}.lucca-icon.icon-location:before{content:\"\\e949\"}.lucca-icon.icon-mapPin:before{content:\"\\e967\"}.lucca-icon.icon-pin:before{content:\"\\e967\"}.lucca-icon.icon-mathsDivide:before{content:\"\\e954\"}.lucca-icon.icon-divide:before{content:\"\\e954\"}.lucca-icon.icon-mathsEquals:before{content:\"\\e93d\"}.lucca-icon.icon-equal:before{content:\"\\e93d\"}.lucca-icon.icon-mathsMinus:before{content:\"\\e975\"}.lucca-icon.icon-minus:before{content:\"\\e975\"}.lucca-icon.icon-partial:before{content:\"\\e975\"}.lucca-icon.icon-minimize:before{content:\"\\e975\"}.lucca-icon.icon-mathsMultiplicate:before{content:\"\\e981\"}.lucca-icon.icon-close:before{content:\"\\e981\"}.lucca-icon.icon-thinCross:before{content:\"\\e981\"}.lucca-icon.icon-cross:before{content:\"\\e981\"}.lucca-icon.icon-crossBold:before{content:\"\\e981\"}.lucca-icon.icon-mathsPlus:before{content:\"\\e985\"}.lucca-icon.icon-plus:before{content:\"\\e985\"}.lucca-icon.icon-plusBold:before{content:\"\\e985\"}.lucca-icon.icon-menuBurger:before{content:\"\\e950\"}.lucca-icon.icon-menu:before{content:\"\\e950\"}.lucca-icon.icon-hamburgerMenu:before{content:\"\\e950\"}.lucca-icon.icon-menuDots:before{content:\"\\e92b\"}.lucca-icon.icon-menuEllipsis:before{content:\"\\e92b\"}.lucca-icon.icon-ellipsis:before{content:\"\\e92b\"}.lucca-icon.icon-moneyBag:before{content:\"\\e900\"}.lucca-icon.icon-moneybag:before{content:\"\\e900\"}.lucca-icon.icon-moneyBagStrikethrough:before{content:\"\\e9f0\"}.lucca-icon.icon-noMoney:before{content:\"\\e9f0\"}.lucca-icon.icon-moneyBanknoteStrikethrough:before{content:\"\\e9de\"}.lucca-icon.icon-moneyBill:before{content:\"\\e9c6\"}.lucca-icon.icon-bill:before{content:\"\\e9c6\"}.lucca-icon.icon-moneyBuildingBank:before{content:\"\\e99f\"}.lucca-icon.icon-bank:before{content:\"\\e99f\"}.lucca-icon.icon-moneyCardImport:before{content:\"\\e943\"}.lucca-icon.icon-importCb:before{content:\"\\e943\"}.lucca-icon.icon-moneyCoins:before{content:\"\\e9d2\"}.lucca-icon.icon-money:before{content:\"\\e9d2\"}.lucca-icon.icon-payment:before{content:\"\\e9d2\"}.lucca-icon.icon-moneyCurrencyDollar:before{content:\"\\e9a5\"}.lucca-icon.icon-dollar:before{content:\"\\e9a5\"}.lucca-icon.icon-moneyCurrencyEuro:before{content:\"\\e92d\"}.lucca-icon.icon-euro:before{content:\"\\e92d\"}.lucca-icon.icon-moneyPaymentCard:before{content:\"\\e90a\"}.lucca-icon.icon-bankingCard:before{content:\"\\e90a\"}.lucca-icon.icon-moneyPiggyBank:before{content:\"\\e966\"}.lucca-icon.icon-piggyBank:before{content:\"\\e966\"}.lucca-icon.icon-moneyWallet:before{content:\"\\e9d8\"}.lucca-icon.icon-wallet:before{content:\"\\e9d8\"}.lucca-icon.icon-officeBriefcase:before{content:\"\\e9be\"}.lucca-icon.icon-officeChair:before{content:\"\\e986\"}.lucca-icon.icon-chair:before{content:\"\\e986\"}.lucca-icon.icon-officeCompass:before{content:\"\\e9a0\"}.lucca-icon.icon-compass:before{content:\"\\e9a0\"}.lucca-icon.icon-officeElectricalPlug:before{content:\"\\e9bd\"}.lucca-icon.icon-officePen:before{content:\"\\e928\"}.lucca-icon.icon-edit:before{content:\"\\e928\"}.lucca-icon.icon-editMini:before{content:\"\\e928\"}.lucca-icon.icon-officePenWriting:before{content:\"\\e929\"}.lucca-icon.icon-editWrite:before{content:\"\\e929\"}.lucca-icon.icon-editFrame:before{content:\"\\e929\"}.lucca-icon.icon-officePhone:before{content:\"\\e99b\"}.lucca-icon.icon-telephone:before{content:\"\\e99b\"}.lucca-icon.icon-officeScissors:before{content:\"\\e956\"}.lucca-icon.icon-cut:before{content:\"\\e956\"}.lucca-icon.icon-officeSupplies:before{content:\"\\e9e9\"}.lucca-icon.icon-supplies:before{content:\"\\e9e9\"}.lucca-icon.icon-peopleAdd:before{content:\"\\e902\"}.lucca-icon.icon-userAdd:before{content:\"\\e902\"}.lucca-icon.icon-adduser:before{content:\"\\e902\"}.lucca-icon.icon-peopleGroup:before{content:\"\\e93c\"}.lucca-icon.icon-userGroup:before{content:\"\\e93c\"}.lucca-icon.icon-group:before{content:\"\\e93c\"}.lucca-icon.icon-peopleId:before{content:\"\\e99a\"}.lucca-icon.icon-identityCard:before{content:\"\\e99a\"}.lucca-icon.icon-userFile:before{content:\"\\e99a\"}.lucca-icon.icon-dossierRh:before{content:\"\\e99a\"}.lucca-icon.icon-peopleLocked:before{content:\"\\e9d9\"}.lucca-icon.icon-userRoles:before{content:\"\\e9d9\"}.lucca-icon.icon-peoplePerson:before{content:\"\\e990\"}.lucca-icon.icon-user:before{content:\"\\e990\"}.lucca-icon.icon-face:before{content:\"\\e990\"}.lucca-icon.icon-peopleRemove:before{content:\"\\e972\"}.lucca-icon.icon-userRemove:before{content:\"\\e972\"}.lucca-icon.icon-peopleSwitch:before{content:\"\\e978\"}.lucca-icon.icon-send2user:before{content:\"\\e978\"}.lucca-icon.icon-userSendTo:before{content:\"\\e978\"}.lucca-icon.icon-peopleTeacher:before{content:\"\\e9b8\"}.lucca-icon.icon-teacher:before{content:\"\\e9b8\"}.lucca-icon.icon-pictureGallery:before{content:\"\\e939\"}.lucca-icon.icon-gallery:before{content:\"\\e939\"}.lucca-icon.icon-pictureImage:before{content:\"\\e942\"}.lucca-icon.icon-image:before{content:\"\\e942\"}.lucca-icon.icon-picturePalette:before{content:\"\\e95f\"}.lucca-icon.icon-palette:before{content:\"\\e95f\"}.lucca-icon.icon-playerPauseCircle:before{content:\"\\e955\"}.lucca-icon.icon-pause:before{content:\"\\e955\"}.lucca-icon.icon-playerPlay:before{content:\"\\e944\"}.lucca-icon.icon-playFull:before{content:\"\\e944\"}.lucca-icon.icon-playerPlayCircle:before{content:\"\\e92f\"}.lucca-icon.icon-play:before{content:\"\\e92f\"}.lucca-icon.icon-playerStopCircle:before{content:\"\\e958\"}.lucca-icon.icon-stop:before{content:\"\\e958\"}.lucca-icon.icon-priceTag:before{content:\"\\e96a\"}.lucca-icon.icon-pricetag:before{content:\"\\e96a\"}.lucca-icon.icon-priorityHigh:before{content:\"\\e964\"}.lucca-icon.icon-high:before{content:\"\\e964\"}.lucca-icon.icon-priorityHigher:before{content:\"\\e94f\"}.lucca-icon.icon-higher:before{content:\"\\e94f\"}.lucca-icon.icon-priorityHighest:before{content:\"\\e96c\"}.lucca-icon.icon-highest:before{content:\"\\e96c\"}.lucca-icon.icon-priorityLow:before{content:\"\\e96d\"}.lucca-icon.icon-low:before{content:\"\\e96d\"}.lucca-icon.icon-priorityLower:before{content:\"\\e952\"}.lucca-icon.icon-lower:before{content:\"\\e952\"}.lucca-icon.icon-priorityLowest:before{content:\"\\e973\"}.lucca-icon.icon-lowest:before{content:\"\\e973\"}.lucca-icon.icon-priorityMedium:before{content:\"\\e974\"}.lucca-icon.icon-medium:before{content:\"\\e974\"}.lucca-icon.icon-rotationLeft:before{content:\"\\e9b2\"}.lucca-icon.icon-rotate:before{content:\"\\e9b2\"}.lucca-icon.icon-rotationRight:before{content:\"\\e9e8\"}.lucca-icon.icon-rotateRight:before{content:\"\\e9e8\"}.lucca-icon.icon-searchMagnifyingGlass:before{content:\"\\e976\"}.lucca-icon.icon-search:before{content:\"\\e976\"}.lucca-icon.icon-searchZoomIn:before{content:\"\\e9ff\"}.lucca-icon.icon-searchZoomOut:before{content:\"\\e9ee\"}.lucca-icon.icon-settingsEqualizer:before{content:\"\\e991\"}.lucca-icon.icon-sliders:before{content:\"\\e991\"}.lucca-icon.icon-settingsGear:before{content:\"\\e979\"}.lucca-icon.icon-settings:before{content:\"\\e979\"}.lucca-icon.icon-settingsTools:before{content:\"\\e989\"}.lucca-icon.icon-tools:before{content:\"\\e989\"}.lucca-icon.icon-share:before{content:\"\\e906\"}.lucca-icon.icon-signBan:before{content:\"\\e936\"}.lucca-icon.icon-forbidden:before{content:\"\\e936\"}.lucca-icon.icon-signCancel:before{content:\"\\e963\"}.lucca-icon.icon-cancel:before{content:\"\\e963\"}.lucca-icon.icon-signClose:before{content:\"\\e9bf\"}.lucca-icon.icon-signConfirm:before{content:\"\\e97d\"}.lucca-icon.icon-confirm:before{content:\"\\e97d\"}.lucca-icon.icon-tick:before{content:\"\\e97d\"}.lucca-icon.icon-tickThin:before{content:\"\\e97d\"}.lucca-icon.icon-tickBold:before{content:\"\\e97d\"}.lucca-icon.icon-signConstruction:before{content:\"\\e931\"}.lucca-icon.icon-build:before{content:\"\\e931\"}.lucca-icon.icon-signDiscount:before{content:\"\\e9e1\"}.lucca-icon.icon-discount:before{content:\"\\e9e1\"}.lucca-icon.icon-signError:before{content:\"\\e92c\"}.lucca-icon.icon-error:before{content:\"\\e92c\"}.lucca-icon.icon-signHelp:before{content:\"\\e9a3\"}.lucca-icon.icon-help:before{content:\"\\e9a3\"}.lucca-icon.icon-helpOutline:before{content:\"\\e9a3\"}.lucca-icon.icon-signInfo:before{content:\"\\e9b0\"}.lucca-icon.icon-info:before{content:\"\\e9b0\"}.lucca-icon.icon-signParking:before{content:\"\\e960\"}.lucca-icon.icon-parking:before{content:\"\\e960\"}.lucca-icon.icon-signSuccess:before{content:\"\\e9ed\"}.lucca-icon.icon-success:before{content:\"\\e9ed\"}.lucca-icon.icon-signWarning:before{content:\"\\e992\"}.lucca-icon.icon-warning:before{content:\"\\e992\"}.lucca-icon.icon-star:before{content:\"\\e961\"}.lucca-icon.icon-unstared:before{content:\"\\e961\"}.lucca-icon.icon-starFilled:before{content:\"\\e97f\"}.lucca-icon.icon-target:before{content:\"\\e9d6\"}.lucca-icon.icon-thumbDown:before{content:\"\\e923\"}.lucca-icon.icon-thumbDownFilled:before{content:\"\\e9dc\"}.lucca-icon.icon-thumbUp:before{content:\"\\e922\"}.lucca-icon.icon-thumbUpFilled:before{content:\"\\e9e2\"}.lucca-icon.icon-thumbnail:before{content:\"\\e91b\"}.lucca-icon.icon-timeAlarm:before{content:\"\\e9c4\"}.lucca-icon.icon-alarm:before{content:\"\\e9c4\"}.lucca-icon.icon-timeClock:before{content:\"\\e919\"}.lucca-icon.icon-clock:before{content:\"\\e919\"}.lucca-icon.icon-timeFuture:before{content:\"\\e908\"}.lucca-icon.icon-postpone:before{content:\"\\e908\"}.lucca-icon.icon-timeHourglass:before{content:\"\\e988\"}.lucca-icon.icon-timer:before{content:\"\\e988\"}.lucca-icon.icon-timePast:before{content:\"\\e984\"}.lucca-icon.icon-history:before{content:\"\\e984\"}.lucca-icon.icon-timeTimer:before{content:\"\\e9e0\"}.lucca-icon.icon-chronoOn:before{content:\"\\e9e0\"}.lucca-icon.icon-timeTimerStrikethrough:before{content:\"\\e9e7\"}.lucca-icon.icon-overplanned:before{content:\"\\e9e7\"}.lucca-icon.icon-timeTimesheet:before{content:\"\\e916\"}.lucca-icon.icon-timesheet:before{content:\"\\e916\"}.lucca-icon.icon-transportBus:before{content:\"\\e911\"}.lucca-icon.icon-bus:before{content:\"\\e911\"}.lucca-icon.icon-transportCar:before{content:\"\\e9a9\"}.lucca-icon.icon-car:before{content:\"\\e9a9\"}.lucca-icon.icon-transportCarwashStation:before{content:\"\\e918\"}.lucca-icon.icon-cleanCar:before{content:\"\\e918\"}.lucca-icon.icon-transportGazStation:before{content:\"\\e93a\"}.lucca-icon.icon-gasoline:before{content:\"\\e93a\"}.lucca-icon.icon-transportPlane:before{content:\"\\e968\"}.lucca-icon.icon-plane:before{content:\"\\e968\"}.lucca-icon.icon-transportRocket:before{content:\"\\e995\"}.lucca-icon.icon-rocket:before{content:\"\\e995\"}.lucca-icon.icon-transportSpeedometer:before{content:\"\\e951\"}.lucca-icon.icon-speedometer:before{content:\"\\e951\"}.lucca-icon.icon-mileage:before{content:\"\\e951\"}.lucca-icon.icon-transportSubway:before{content:\"\\e980\"}.lucca-icon.icon-subway:before{content:\"\\e980\"}.lucca-icon.icon-transportTaxi:before{content:\"\\e983\"}.lucca-icon.icon-taxi:before{content:\"\\e983\"}.lucca-icon.icon-transportToll:before{content:\"\\e9b3\"}.lucca-icon.icon-toll:before{content:\"\\e9b3\"}.lucca-icon.icon-tollDollar:before{content:\"\\e9b3\"}.lucca-icon.icon-tollEuro:before{content:\"\\e9b3\"}.lucca-icon.icon-transportTrain:before{content:\"\\e98a\"}.lucca-icon.icon-train:before{content:\"\\e98a\"}.lucca-icon.icon-transportTruck:before{content:\"\\e98c\"}.lucca-icon.icon-truck:before{content:\"\\e98c\"}.lucca-icon.icon-trashDelete:before{content:\"\\e98b\"}.lucca-icon.icon-trash:before{content:\"\\e98b\"}.lucca-icon.icon-trendingGrowth:before{content:\"\\e9bb\"}.lucca-icon.icon-evolution:before{content:\"\\e9bb\"}.lucca-icon.icon-trendingLoss:before{content:\"\\e9e3\"}.lucca-icon.icon-evolutionDown:before{content:\"\\e9e3\"}.lucca-icon.icon-weatherCloudy:before{content:\"\\e9ea\"}.lucca-icon.icon-weatherStormy:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherStorm:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherSunny:before{content:\"\\e9ec\"}.lucca-icon.icon-weatherSun:before{content:\"\\e9ec\"}.lucca-icon.icon-weight:before{content:\"\\e9c1\"}.lucca-icon.mod-XS{--icon-size: 1rem}.lucca-icon.mod-S{--icon-size: 1.25rem}.lucca-icon.mod-M{--icon-size: 1.5rem}.lucca-icon.mod-L{--icon-size: 1.75rem}.lucca-icon.mod-XL{--icon-size: 2rem}.lucca-icon.mod-XXL{--icon-size: 2.5rem}.icon-color-secondary{color:var(--palettes-secondary-700)}.icon-color-error{color:var(--palettes-error-700)}.icon-color-warning{color:var(--palettes-warning-700)}.icon-color-success{color:var(--palettes-success-700)}.icon-color-light{color:var(--palettes-grey-600)}.icon-color-placeholder{color:var(--palettes-grey-400)}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
12
12
|
}
|
|
13
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: IconComponent, decorators: [{
|
|
14
14
|
type: Component,
|
|
15
|
-
args: [{ selector: 'lu-icon', standalone: true, imports: [NgIf], changeDetection: ChangeDetectionStrategy.OnPush, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\r\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\r\n", styles: ["@charset \"UTF-8\";body{-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lucca icons;font-style:normal;font-weight:400;src:url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.svg) format(\"svg\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff) format(\"woff\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.ttf) format(\"truetype\");letter-spacing:normal;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures}.lucca-icon{font-weight:400;font-size:var(--icon-size, 1.25rem);direction:ltr;display:inline-block;font-family:Lucca icons;font-feature-settings:\"liga\";-webkit-font-smoothing:antialiased;font-style:normal;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:text-bottom;white-space:nowrap;word-wrap:normal}.lucca-icon.icon-bookmark:before{content:\"\\e9c0\"}.lucca-icon.icon-bookmarkFilled:before{content:\"\\e9da\"}.lucca-icon.icon-app:before{content:\"\\e959\"}.lucca-icon.icon-apps:before{content:\"\\e959\"}.lucca-icon.icon-nineTiles:before{content:\"\\e959\"}.lucca-icon.icon-mosaic:before{content:\"\\e959\"}.lucca-icon.icon-tiles:before{content:\"\\e959\"}.lucca-icon.icon-arrowBackward:before{content:\"\\e9ef\"}.lucca-icon.icon-backward:before{content:\"\\e9ef\"}.lucca-icon.icon-arrowBottom:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowFullSouth:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowBottomLeft:before{content:\"\\e9ddd\"}.lucca-icon.icon-arrowBottomRight:before{content:\"\\e9ccc\"}.lucca-icon.icon-arrowChevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowSouth:before{content:\"\\e97c\"}.lucca-icon.icon-southArrow:before{content:\"\\e97c\"}.lucca-icon.icon-southThinArrow:before{content:\"\\e97c\"}.lucca-icon.icon-chevronSouth:before{content:\"\\e97c\"}.lucca-icon.icon-chevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowChevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowWest:before{content:\"\\e994\"}.lucca-icon.icon-westArrow:before{content:\"\\e994\"}.lucca-icon.icon-westThinArrow:before{content:\"\\e994\"}.lucca-icon.icon-chevronWest:before{content:\"\\e994\"}.lucca-icon.icon-chevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowChevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowEast:before{content:\"\\e926\"}.lucca-icon.icon-eastArrow:before{content:\"\\e926\"}.lucca-icon.icon-eastThinArrow:before{content:\"\\e926\"}.lucca-icon.icon-chevronEast:before{content:\"\\e926\"}.lucca-icon.icon-chevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowChevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowNorth:before{content:\"\\e95a\"}.lucca-icon.icon-northArrow:before{content:\"\\e95a\"}.lucca-icon.icon-northThinArrow:before{content:\"\\e95a\"}.lucca-icon.icon-chevronNorth:before{content:\"\\e95a\"}.lucca-icon.icon-chevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowCorner:before{content:\"\\e9b9\"}.lucca-icon.icon-distribute:before{content:\"\\e9b9\"}.lucca-icon.icon-arrowDownload:before{content:\"\\e924\"}.lucca-icon.icon-download:before{content:\"\\e924\"}.lucca-icon.icon-arrowExternal:before{content:\"\\e95d\"}.lucca-icon.icon-outside:before{content:\"\\e95d\"}.lucca-icon.icon-arrowForward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowDouble:before{content:\"\\e9c5\"}.lucca-icon.icon-forward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowLeft:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowFullWest:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowLogin:before{content:\"\\e93f\"}.lucca-icon.icon-login:before{content:\"\\e93f\"}.lucca-icon.icon-arrowLogout:before{content:\"\\e940\"}.lucca-icon.icon-logout:before{content:\"\\e940\"}.lucca-icon.icon-arrowOppositeHorizontal:before{content:\"\\e9ad\"}.lucca-icon.icon-swap:before{content:\"\\e9ad\"}.lucca-icon.icon-arrowOppositeVertical:before{content:\"\\e912\"}.lucca-icon.icon-creditDebit:before{content:\"\\e912\"}.lucca-icon.icon-arrowReply:before{content:\"\\e9ba\"}.lucca-icon.icon-reply:before{content:\"\\e9ba\"}.lucca-icon.icon-arrowReset:before{content:\"\\e970\"}.lucca-icon.icon-refresh:before{content:\"\\e970\"}.lucca-icon.icon-update:before{content:\"\\e970\"}.lucca-icon.icon-arrowRight:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowFullEast:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowSync:before{content:\"\\e9c3\"}.lucca-icon.icon-sync:before{content:\"\\e9c3\"}.lucca-icon.icon-arrowSyncStrikethrough:before{content:\"\\e9c2\"}.lucca-icon.icon-syncDisabled:before{content:\"\\e9c2\"}.lucca-icon.icon-arrowTop:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowFullNorth:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowTopLeft:before{content:\"\\e9dd\"}.lucca-icon.icon-arrowTopRight:before{content:\"\\e9df\"}.lucca-icon.icon-arrowUnfoldLess:before{content:\"\\e9c8\"}.lucca-icon.icon-collapse:before{content:\"\\e9c8\"}.lucca-icon.icon-arrowUnfoldMore:before{content:\"\\e9c9\"}.lucca-icon.icon-expand:before{content:\"\\e9c9\"}.lucca-icon.icon-arrowUpload:before{content:\"\\e98f\"}.lucca-icon.icon-upload:before{content:\"\\e98f\"}.lucca-icon.icon-cloudUpload:before{content:\"\\e98f\"}.lucca-icon.icon-bell:before{content:\"\\e904\"}.lucca-icon.icon-notification:before{content:\"\\e904\"}.lucca-icon.icon-bellStrikethrough:before{content:\"\\e91a\"}.lucca-icon.icon-book:before{content:\"\\e9af\"}.lucca-icon.icon-boxArchive:before{content:\"\\e99c\"}.lucca-icon.icon-archive:before{content:\"\\e99c\"}.lucca-icon.icon-boxUnarchive:before{content:\"\\e95e\"}.lucca-icon.icon-unarchive:before{content:\"\\e95e\"}.lucca-icon.icon-branch:before{content:\"\\e90d\"}.lucca-icon.icon-bubbleSpeech:before{content:\"\\e982\"}.lucca-icon.icon-chat:before{content:\"\\e982\"}.lucca-icon.icon-talk:before{content:\"\\e982\"}.lucca-icon.icon-dialog:before{content:\"\\e982\"}.lucca-icon.icon-bubblesAnswer:before{content:\"\\e953\"}.lucca-icon.icon-answer:before{content:\"\\e953\"}.lucca-icon.icon-bubblesConversation:before{content:\"\\e935\"}.lucca-icon.icon-messenger:before{content:\"\\e935\"}.lucca-icon.icon-buildingCompany:before{content:\"\\e903\"}.lucca-icon.icon-building:before{content:\"\\e903\"}.lucca-icon.icon-establishment:before{content:\"\\e903\"}.lucca-icon.icon-buildingHouse:before{content:\"\\e913\"}.lucca-icon.icon-house:before{content:\"\\e913\"}.lucca-icon.icon-home:before{content:\"\\e913\"}.lucca-icon.icon-buildingHouseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-houseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-homeFill:before{content:\"\\e99d\"}.lucca-icon.icon-buildingHouseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-houseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-homeStarred:before{content:\"\\e99e\"}.lucca-icon.icon-buildingStore:before{content:\"\\e8ff\"}.lucca-icon.icon-store:before{content:\"\\e8ff\"}.lucca-icon.icon-bulb:before{content:\"\\e9b1\"}.lucca-icon.icon-lightBulb:before{content:\"\\e9b1\"}.lucca-icon.icon-calendarChecked:before{content:\"\\e9c7\"}.lucca-icon.icon-calendarDate:before{content:\"\\e920\"}.lucca-icon.icon-calendar:before{content:\"\\e920\"}.lucca-icon.icon-planning:before{content:\"\\e920\"}.lucca-icon.icon-calendarEdit:before{content:\"\\e91e\"}.lucca-icon.icon-planningEdit:before{content:\"\\e91e\"}.lucca-icon.icon-calendarPlanning:before{content:\"\\e90c\"}.lucca-icon.icon-payPeriod:before{content:\"\\e90c\"}.lucca-icon.icon-calendarSettings:before{content:\"\\e92a\"}.lucca-icon.icon-planningManage:before{content:\"\\e92a\"}.lucca-icon.icon-calendarStrikethrough:before{content:\"\\e957\"}.lucca-icon.icon-calendarOff:before{content:\"\\e957\"}.lucca-icon.icon-capCrown:before{content:\"\\e95b\"}.lucca-icon.icon-crown:before{content:\"\\e95b\"}.lucca-icon.icon-capGraduate:before{content:\"\\e9d3\"}.lucca-icon.icon-graduate:before{content:\"\\e9d3\"}.lucca-icon.icon-school:before{content:\"\\e9d3\"}.lucca-icon.icon-certificationFailed:before{content:\"\\e9a8\"}.lucca-icon.icon-certifKo:before{content:\"\\e9a8\"}.lucca-icon.icon-certificationSuccess:before{content:\"\\e9a6\"}.lucca-icon.icon-certifOk:before{content:\"\\e9a6\"}.lucca-icon.icon-certificationWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-certifWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-chartDonut:before{content:\"\\e9aa\"}.lucca-icon.icon-donut:before{content:\"\\e9aa\"}.lucca-icon.icon-donutChart:before{content:\"\\e9aa\"}.lucca-icon.icon-chartFlow:before{content:\"\\e930\"}.lucca-icon.icon-familyTree:before{content:\"\\e930\"}.lucca-icon.icon-orgTree:before{content:\"\\e930\"}.lucca-icon.icon-chartHorizontalBar:before{content:\"\\e9ab\"}.lucca-icon.icon-horizontalBarChart:before{content:\"\\e9ab\"}.lucca-icon.icon-chartLevels:before{content:\"\\e9ae\"}.lucca-icon.icon-level:before{content:\"\\e9ae\"}.lucca-icon.icon-chartPie:before{content:\"\\e9ac\"}.lucca-icon.icon-dashboard:before{content:\"\\e9ac\"}.lucca-icon.icon-chartVerticalBar:before{content:\"\\e971\"}.lucca-icon.icon-analytics:before{content:\"\\e971\"}.lucca-icon.icon-charts:before{content:\"\\e971\"}.lucca-icon.icon-clipboard:before{content:\"\\e962\"}.lucca-icon.icon-paste:before{content:\"\\e962\"}.lucca-icon.icon-completion:before{content:\"\\e905\"}.lucca-icon.icon-cornersFullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-fullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-cornersFullscreenOpen:before{content:\"\\e937\"}.lucca-icon.icon-fullscreen:before{content:\"\\e937\"}.lucca-icon.icon-dataTable:before{content:\"\\e9d5\"}.lucca-icon.icon-table:before{content:\"\\e9d5\"}.lucca-icon.icon-database:before{content:\"\\e91f\"}.lucca-icon.icon-databaseArrow:before{content:\"\\e907\"}.lucca-icon.icon-apiSync:before{content:\"\\e907\"}.lucca-icon.icon-deviceCamera:before{content:\"\\e965\"}.lucca-icon.icon-camera:before{content:\"\\e965\"}.lucca-icon.icon-deviceComputer:before{content:\"\\e91c\"}.lucca-icon.icon-computer:before{content:\"\\e91c\"}.lucca-icon.icon-deviceLaptop:before{content:\"\\e9d0\"}.lucca-icon.icon-laptop:before{content:\"\\e9d0\"}.lucca-icon.icon-deviceMobile:before{content:\"\\e9999\"}.lucca-icon.icon-deviceMouse:before{content:\"\\e91d\"}.lucca-icon.icon-computerMouse:before{content:\"\\e91d\"}.lucca-icon.icon-devicePrinter:before{content:\"\\e96b\"}.lucca-icon.icon-print:before{content:\"\\e96b\"}.lucca-icon.icon-dotsDrag:before{content:\"\\e9a4\"}.lucca-icon.icon-drag:before{content:\"\\e9a4\"}.lucca-icon.icon-eye:before{content:\"\\e993\"}.lucca-icon.icon-watch:before{content:\"\\e993\"}.lucca-icon.icon-eyeStrikethrough:before{content:\"\\e98e\"}.lucca-icon.icon-unwatch:before{content:\"\\e98e\"}.lucca-icon.icon-fileContract:before{content:\"\\e914\"}.lucca-icon.icon-contract:before{content:\"\\e914\"}.lucca-icon.icon-fileCopy:before{content:\"\\e9ca\"}.lucca-icon.icon-copy:before{content:\"\\e9ca\"}.lucca-icon.icon-fileDocument:before{content:\"\\e932\"}.lucca-icon.icon-file:before{content:\"\\e932\"}.lucca-icon.icon-fileExport:before{content:\"\\e9cb\"}.lucca-icon.icon-fileFolder:before{content:\"\\e9cd\"}.lucca-icon.icon-folder:before{content:\"\\e9cd\"}.lucca-icon.icon-fileImport:before{content:\"\\e9e4\"}.lucca-icon.icon-importDirty:before{content:\"\\e9e4\"}.lucca-icon.icon-importPristine:before{content:\"\\e9e4\"}.lucca-icon.icon-fileSign:before{content:\"\\e95c\"}.lucca-icon.icon-sign:before{content:\"\\e95c\"}.lucca-icon.icon-filtersDescending:before{content:\"\\e9cc\"}.lucca-icon.icon-filterAbstract:before{content:\"\\e9cc\"}.lucca-icon.icon-filtersFunnel:before{content:\"\\e933\"}.lucca-icon.icon-funnel:before{content:\"\\e933\"}.lucca-icon.icon-filter:before{content:\"\\e933\"}.lucca-icon.icon-filtersSort:before{content:\"\\e9d4\"}.lucca-icon.icon-sort:before{content:\"\\e9d4\"}.lucca-icon.icon-reorder:before{content:\"\\e9d4\"}.lucca-icon.icon-flag:before{content:\"\\e934\"}.lucca-icon.icon-floppyDiskSave:before{content:\"\\e901\"}.lucca-icon.icon-save:before{content:\"\\e901\"}.lucca-icon.icon-foodBirthdayCake:before{content:\"\\e90b\"}.lucca-icon.icon-birthday:before{content:\"\\e90b\"}.lucca-icon.icon-foodBobun:before{content:\"\\e9e6\"}.lucca-icon.icon-lunchAlternative:before{content:\"\\e9e6\"}.lucca-icon.icon-foodBurger:before{content:\"\\e94d\"}.lucca-icon.icon-lunch:before{content:\"\\e94d\"}.lucca-icon.icon-meal:before{content:\"\\e94d\"}.lucca-icon.icon-foodChefHat:before{content:\"\\e9a1\"}.lucca-icon.icon-restaurant:before{content:\"\\e9a1\"}.lucca-icon.icon-foodClocheDish:before{content:\"\\e921\"}.lucca-icon.icon-diner:before{content:\"\\e921\"}.lucca-icon.icon-foodCocktail:before{content:\"\\e925\"}.lucca-icon.icon-drink:before{content:\"\\e925\"}.lucca-icon.icon-foodCoffee:before{content:\"\\e90f\"}.lucca-icon.icon-coffee:before{content:\"\\e90f\"}.lucca-icon.icon-breaktime:before{content:\"\\e90f\"}.lucca-icon.icon-foodCroissant:before{content:\"\\e90e\"}.lucca-icon.icon-breakfast:before{content:\"\\e90e\"}.lucca-icon.icon-foodSandwich:before{content:\"\\e97b\"}.lucca-icon.icon-snack:before{content:\"\\e97b\"}.lucca-icon.icon-formatBulletedList:before{content:\"\\e948\"}.lucca-icon.icon-list:before{content:\"\\e948\"}.lucca-icon.icon-formatClipperAttachment:before{content:\"\\e909\"}.lucca-icon.icon-attach:before{content:\"\\e909\"}.lucca-icon.icon-formatCornerUpLeft:before{content:\"\\e96f\"}.lucca-icon.icon-formatUndo:before{content:\"\\e96f\"}.lucca-icon.icon-formatCornerUpRight:before{content:\"\\e96e\"}.lucca-icon.icon-formatRedo:before{content:\"\\e96e\"}.lucca-icon.icon-formatLink:before{content:\"\\e93b\"}.lucca-icon.icon-formatNumberedList:before{content:\"\\e969\"}.lucca-icon.icon-formatListNb:before{content:\"\\e969\"}.lucca-icon.icon-formatText:before{content:\"\\e927\"}.lucca-icon.icon-formatJustify:before{content:\"\\e927\"}.lucca-icon.icon-formatTextBold:before{content:\"\\e997\"}.lucca-icon.icon-formatBold:before{content:\"\\e997\"}.lucca-icon.icon-formatTextClear:before{content:\"\\e999\"}.lucca-icon.icon-formatClear:before{content:\"\\e999\"}.lucca-icon.icon-formatTextItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatTextSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatTextStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatTextUnderline:before{content:\"\\e996\"}.lucca-icon.icon-formatUnderlined:before{content:\"\\e996\"}.lucca-icon.icon-formatUnlink:before{content:\"\\e915\"}.lucca-icon.icon-unlink:before{content:\"\\e915\"}.lucca-icon.icon-gift:before{content:\"\\e9cf\"}.lucca-icon.icon-present:before{content:\"\\e9cf\"}.lucca-icon.icon-heart:before{content:\"\\e910\"}.lucca-icon.icon-heartFilled:before{content:\"\\e9db\"}.lucca-icon.icon-heartStrikethrough:before{content:\"\\e93e\"}.lucca-icon.icon-brokenHeart:before{content:\"\\e93e\"}.lucca-icon.icon-hotelBed:before{content:\"\\e941\"}.lucca-icon.icon-bed:before{content:\"\\e941\"}.lucca-icon.icon-hotel:before{content:\"\\e941\"}.lucca-icon.icon-hotelHanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hotelIron:before{content:\"\\e945\"}.lucca-icon.icon-iron:before{content:\"\\e945\"}.lucca-icon.icon-pressing:before{content:\"\\e945\"}.lucca-icon.icon-hotelLuggage:before{content:\"\\e94c\"}.lucca-icon.icon-luggage:before{content:\"\\e94c\"}.lucca-icon.icon-jigsawPuzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-puzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-journey:before{content:\"\\e946\"}.lucca-icon.icon-milestone:before{content:\"\\e946\"}.lucca-icon.icon-jumpingCc:before{content:\"\\e94b\"}.lucca-icon.icon-lucca:before{content:\"\\e94b\"}.lucca-icon.icon-laboratoryTestFlask:before{content:\"\\e9d7\"}.lucca-icon.icon-test:before{content:\"\\e9d7\"}.lucca-icon.icon-layers:before{content:\"\\e987\"}.lucca-icon.icon-floor:before{content:\"\\e987\"}.lucca-icon.icon-listChecked:before{content:\"\\e9d1\"}.lucca-icon.icon-listChecklist:before{content:\"\\e917\"}.lucca-icon.icon-listTodo:before{content:\"\\e917\"}.lucca-icon.icon-lockClosed:before{content:\"\\e94a\"}.lucca-icon.icon-lock:before{content:\"\\e94a\"}.lucca-icon.icon-lockKey:before{content:\"\\e947\"}.lucca-icon.icon-key:before{content:\"\\e947\"}.lucca-icon.icon-lockOpenned:before{content:\"\\e98d\"}.lucca-icon.icon-unlock:before{content:\"\\e98d\"}.lucca-icon.icon-mailEnvelope:before{content:\"\\e94e\"}.lucca-icon.icon-mail:before{content:\"\\e94e\"}.lucca-icon.icon-mailMailbox:before{content:\"\\e97e\"}.lucca-icon.icon-mailbox:before{content:\"\\e97e\"}.lucca-icon.icon-stamp:before{content:\"\\e97e\"}.lucca-icon.icon-postage:before{content:\"\\e97e\"}.lucca-icon.icon-mailPaperPlane:before{content:\"\\e977\"}.lucca-icon.icon-send:before{content:\"\\e977\"}.lucca-icon.icon-mapGlobe:before{content:\"\\e97a\"}.lucca-icon.icon-globe:before{content:\"\\e97a\"}.lucca-icon.icon-mapLocation:before{content:\"\\e949\"}.lucca-icon.icon-location:before{content:\"\\e949\"}.lucca-icon.icon-mapPin:before{content:\"\\e967\"}.lucca-icon.icon-pin:before{content:\"\\e967\"}.lucca-icon.icon-mathsDivide:before{content:\"\\e954\"}.lucca-icon.icon-divide:before{content:\"\\e954\"}.lucca-icon.icon-mathsEquals:before{content:\"\\e93d\"}.lucca-icon.icon-equal:before{content:\"\\e93d\"}.lucca-icon.icon-mathsMinus:before{content:\"\\e975\"}.lucca-icon.icon-minus:before{content:\"\\e975\"}.lucca-icon.icon-partial:before{content:\"\\e975\"}.lucca-icon.icon-minimize:before{content:\"\\e975\"}.lucca-icon.icon-mathsMultiplicate:before{content:\"\\e981\"}.lucca-icon.icon-close:before{content:\"\\e981\"}.lucca-icon.icon-thinCross:before{content:\"\\e981\"}.lucca-icon.icon-cross:before{content:\"\\e981\"}.lucca-icon.icon-crossBold:before{content:\"\\e981\"}.lucca-icon.icon-mathsPlus:before{content:\"\\e985\"}.lucca-icon.icon-plus:before{content:\"\\e985\"}.lucca-icon.icon-plusBold:before{content:\"\\e985\"}.lucca-icon.icon-menuBurger:before{content:\"\\e950\"}.lucca-icon.icon-menu:before{content:\"\\e950\"}.lucca-icon.icon-hamburgerMenu:before{content:\"\\e950\"}.lucca-icon.icon-menuDots:before{content:\"\\e92b\"}.lucca-icon.icon-menuEllipsis:before{content:\"\\e92b\"}.lucca-icon.icon-ellipsis:before{content:\"\\e92b\"}.lucca-icon.icon-moneyBag:before{content:\"\\e900\"}.lucca-icon.icon-moneybag:before{content:\"\\e900\"}.lucca-icon.icon-moneyBagStrikethrough:before{content:\"\\e9f0\"}.lucca-icon.icon-noMoney:before{content:\"\\e9f0\"}.lucca-icon.icon-moneyBanknoteStrikethrough:before{content:\"\\e9de\"}.lucca-icon.icon-moneyBill:before{content:\"\\e9c6\"}.lucca-icon.icon-bill:before{content:\"\\e9c6\"}.lucca-icon.icon-moneyBuildingBank:before{content:\"\\e99f\"}.lucca-icon.icon-bank:before{content:\"\\e99f\"}.lucca-icon.icon-moneyCardImport:before{content:\"\\e943\"}.lucca-icon.icon-importCb:before{content:\"\\e943\"}.lucca-icon.icon-moneyCoins:before{content:\"\\e9d2\"}.lucca-icon.icon-money:before{content:\"\\e9d2\"}.lucca-icon.icon-payment:before{content:\"\\e9d2\"}.lucca-icon.icon-moneyCurrencyDollar:before{content:\"\\e9a5\"}.lucca-icon.icon-dollar:before{content:\"\\e9a5\"}.lucca-icon.icon-moneyCurrencyEuro:before{content:\"\\e92d\"}.lucca-icon.icon-euro:before{content:\"\\e92d\"}.lucca-icon.icon-moneyPaymentCard:before{content:\"\\e90a\"}.lucca-icon.icon-bankingCard:before{content:\"\\e90a\"}.lucca-icon.icon-moneyPiggyBank:before{content:\"\\e966\"}.lucca-icon.icon-piggyBank:before{content:\"\\e966\"}.lucca-icon.icon-moneyWallet:before{content:\"\\e9d8\"}.lucca-icon.icon-wallet:before{content:\"\\e9d8\"}.lucca-icon.icon-officeBriefcase:before{content:\"\\e9be\"}.lucca-icon.icon-officeChair:before{content:\"\\e986\"}.lucca-icon.icon-chair:before{content:\"\\e986\"}.lucca-icon.icon-officeCompass:before{content:\"\\e9a0\"}.lucca-icon.icon-compass:before{content:\"\\e9a0\"}.lucca-icon.icon-officeElectricalPlug:before{content:\"\\e9bd\"}.lucca-icon.icon-officePen:before{content:\"\\e928\"}.lucca-icon.icon-edit:before{content:\"\\e928\"}.lucca-icon.icon-editMini:before{content:\"\\e928\"}.lucca-icon.icon-officePenWriting:before{content:\"\\e929\"}.lucca-icon.icon-editWrite:before{content:\"\\e929\"}.lucca-icon.icon-editFrame:before{content:\"\\e929\"}.lucca-icon.icon-officePhone:before{content:\"\\e99b\"}.lucca-icon.icon-telephone:before{content:\"\\e99b\"}.lucca-icon.icon-officeScissors:before{content:\"\\e956\"}.lucca-icon.icon-cut:before{content:\"\\e956\"}.lucca-icon.icon-officeSupplies:before{content:\"\\e9e9\"}.lucca-icon.icon-supplies:before{content:\"\\e9e9\"}.lucca-icon.icon-peopleAdd:before{content:\"\\e902\"}.lucca-icon.icon-userAdd:before{content:\"\\e902\"}.lucca-icon.icon-adduser:before{content:\"\\e902\"}.lucca-icon.icon-peopleGroup:before{content:\"\\e93c\"}.lucca-icon.icon-userGroup:before{content:\"\\e93c\"}.lucca-icon.icon-group:before{content:\"\\e93c\"}.lucca-icon.icon-peopleId:before{content:\"\\e99a\"}.lucca-icon.icon-identityCard:before{content:\"\\e99a\"}.lucca-icon.icon-userFile:before{content:\"\\e99a\"}.lucca-icon.icon-dossierRh:before{content:\"\\e99a\"}.lucca-icon.icon-peopleLocked:before{content:\"\\e9d9\"}.lucca-icon.icon-userRoles:before{content:\"\\e9d9\"}.lucca-icon.icon-peoplePerson:before{content:\"\\e990\"}.lucca-icon.icon-user:before{content:\"\\e990\"}.lucca-icon.icon-face:before{content:\"\\e990\"}.lucca-icon.icon-peopleRemove:before{content:\"\\e972\"}.lucca-icon.icon-userRemove:before{content:\"\\e972\"}.lucca-icon.icon-peopleSwitch:before{content:\"\\e978\"}.lucca-icon.icon-send2user:before{content:\"\\e978\"}.lucca-icon.icon-userSendTo:before{content:\"\\e978\"}.lucca-icon.icon-peopleTeacher:before{content:\"\\e9b8\"}.lucca-icon.icon-teacher:before{content:\"\\e9b8\"}.lucca-icon.icon-pictureGallery:before{content:\"\\e939\"}.lucca-icon.icon-gallery:before{content:\"\\e939\"}.lucca-icon.icon-pictureImage:before{content:\"\\e942\"}.lucca-icon.icon-image:before{content:\"\\e942\"}.lucca-icon.icon-picturePalette:before{content:\"\\e95f\"}.lucca-icon.icon-palette:before{content:\"\\e95f\"}.lucca-icon.icon-playerPauseCircle:before{content:\"\\e955\"}.lucca-icon.icon-pause:before{content:\"\\e955\"}.lucca-icon.icon-playerPlay:before{content:\"\\e944\"}.lucca-icon.icon-playFull:before{content:\"\\e944\"}.lucca-icon.icon-playerPlayCircle:before{content:\"\\e92f\"}.lucca-icon.icon-play:before{content:\"\\e92f\"}.lucca-icon.icon-playerStopCircle:before{content:\"\\e958\"}.lucca-icon.icon-stop:before{content:\"\\e958\"}.lucca-icon.icon-priceTag:before{content:\"\\e96a\"}.lucca-icon.icon-pricetag:before{content:\"\\e96a\"}.lucca-icon.icon-priorityHigh:before{content:\"\\e964\"}.lucca-icon.icon-high:before{content:\"\\e964\"}.lucca-icon.icon-priorityHigher:before{content:\"\\e94f\"}.lucca-icon.icon-higher:before{content:\"\\e94f\"}.lucca-icon.icon-priorityHighest:before{content:\"\\e96c\"}.lucca-icon.icon-highest:before{content:\"\\e96c\"}.lucca-icon.icon-priorityLow:before{content:\"\\e96d\"}.lucca-icon.icon-low:before{content:\"\\e96d\"}.lucca-icon.icon-priorityLower:before{content:\"\\e952\"}.lucca-icon.icon-lower:before{content:\"\\e952\"}.lucca-icon.icon-priorityLowest:before{content:\"\\e973\"}.lucca-icon.icon-lowest:before{content:\"\\e973\"}.lucca-icon.icon-priorityMedium:before{content:\"\\e974\"}.lucca-icon.icon-medium:before{content:\"\\e974\"}.lucca-icon.icon-rotationLeft:before{content:\"\\e9b2\"}.lucca-icon.icon-rotate:before{content:\"\\e9b2\"}.lucca-icon.icon-rotationRight:before{content:\"\\e9e8\"}.lucca-icon.icon-rotateRight:before{content:\"\\e9e8\"}.lucca-icon.icon-searchMagnifyingGlass:before{content:\"\\e976\"}.lucca-icon.icon-search:before{content:\"\\e976\"}.lucca-icon.icon-searchZoomIn:before{content:\"\\e9ff\"}.lucca-icon.icon-searchZoomOut:before{content:\"\\e9ee\"}.lucca-icon.icon-settingsEqualizer:before{content:\"\\e991\"}.lucca-icon.icon-sliders:before{content:\"\\e991\"}.lucca-icon.icon-settingsGear:before{content:\"\\e979\"}.lucca-icon.icon-settings:before{content:\"\\e979\"}.lucca-icon.icon-settingsTools:before{content:\"\\e989\"}.lucca-icon.icon-tools:before{content:\"\\e989\"}.lucca-icon.icon-share:before{content:\"\\e906\"}.lucca-icon.icon-signBan:before{content:\"\\e936\"}.lucca-icon.icon-forbidden:before{content:\"\\e936\"}.lucca-icon.icon-signCancel:before{content:\"\\e963\"}.lucca-icon.icon-cancel:before{content:\"\\e963\"}.lucca-icon.icon-signClose:before{content:\"\\e9bf\"}.lucca-icon.icon-signConfirm:before{content:\"\\e97d\"}.lucca-icon.icon-confirm:before{content:\"\\e97d\"}.lucca-icon.icon-tick:before{content:\"\\e97d\"}.lucca-icon.icon-tickThin:before{content:\"\\e97d\"}.lucca-icon.icon-tickBold:before{content:\"\\e97d\"}.lucca-icon.icon-signConstruction:before{content:\"\\e931\"}.lucca-icon.icon-build:before{content:\"\\e931\"}.lucca-icon.icon-signDiscount:before{content:\"\\e9e1\"}.lucca-icon.icon-discount:before{content:\"\\e9e1\"}.lucca-icon.icon-signError:before{content:\"\\e92c\"}.lucca-icon.icon-error:before{content:\"\\e92c\"}.lucca-icon.icon-signHelp:before{content:\"\\e9a3\"}.lucca-icon.icon-help:before{content:\"\\e9a3\"}.lucca-icon.icon-helpOutline:before{content:\"\\e9a3\"}.lucca-icon.icon-signInfo:before{content:\"\\e9b0\"}.lucca-icon.icon-info:before{content:\"\\e9b0\"}.lucca-icon.icon-signParking:before{content:\"\\e960\"}.lucca-icon.icon-parking:before{content:\"\\e960\"}.lucca-icon.icon-signSuccess:before{content:\"\\e9ed\"}.lucca-icon.icon-success:before{content:\"\\e9ed\"}.lucca-icon.icon-signWarning:before{content:\"\\e992\"}.lucca-icon.icon-warning:before{content:\"\\e992\"}.lucca-icon.icon-star:before{content:\"\\e961\"}.lucca-icon.icon-unstared:before{content:\"\\e961\"}.lucca-icon.icon-starFilled:before{content:\"\\e97f\"}.lucca-icon.icon-target:before{content:\"\\e9d6\"}.lucca-icon.icon-thumbDown:before{content:\"\\e923\"}.lucca-icon.icon-thumbDownFilled:before{content:\"\\e9dc\"}.lucca-icon.icon-thumbUp:before{content:\"\\e922\"}.lucca-icon.icon-thumbUpFilled:before{content:\"\\e9e2\"}.lucca-icon.icon-thumbnail:before{content:\"\\e91b\"}.lucca-icon.icon-timeAlarm:before{content:\"\\e9c4\"}.lucca-icon.icon-alarm:before{content:\"\\e9c4\"}.lucca-icon.icon-timeClock:before{content:\"\\e919\"}.lucca-icon.icon-clock:before{content:\"\\e919\"}.lucca-icon.icon-timeFuture:before{content:\"\\e908\"}.lucca-icon.icon-postpone:before{content:\"\\e908\"}.lucca-icon.icon-timeHourglass:before{content:\"\\e988\"}.lucca-icon.icon-timer:before{content:\"\\e988\"}.lucca-icon.icon-timePast:before{content:\"\\e984\"}.lucca-icon.icon-history:before{content:\"\\e984\"}.lucca-icon.icon-timeTimer:before{content:\"\\e9e0\"}.lucca-icon.icon-chronoOn:before{content:\"\\e9e0\"}.lucca-icon.icon-timeTimerStrikethrough:before{content:\"\\e9e7\"}.lucca-icon.icon-overplanned:before{content:\"\\e9e7\"}.lucca-icon.icon-timeTimesheet:before{content:\"\\e916\"}.lucca-icon.icon-timesheet:before{content:\"\\e916\"}.lucca-icon.icon-transportBus:before{content:\"\\e911\"}.lucca-icon.icon-bus:before{content:\"\\e911\"}.lucca-icon.icon-transportCar:before{content:\"\\e9a9\"}.lucca-icon.icon-car:before{content:\"\\e9a9\"}.lucca-icon.icon-transportCarwashStation:before{content:\"\\e918\"}.lucca-icon.icon-cleanCar:before{content:\"\\e918\"}.lucca-icon.icon-transportGazStation:before{content:\"\\e93a\"}.lucca-icon.icon-gasoline:before{content:\"\\e93a\"}.lucca-icon.icon-transportPlane:before{content:\"\\e968\"}.lucca-icon.icon-plane:before{content:\"\\e968\"}.lucca-icon.icon-transportRocket:before{content:\"\\e995\"}.lucca-icon.icon-rocket:before{content:\"\\e995\"}.lucca-icon.icon-transportSpeedometer:before{content:\"\\e951\"}.lucca-icon.icon-speedometer:before{content:\"\\e951\"}.lucca-icon.icon-mileage:before{content:\"\\e951\"}.lucca-icon.icon-transportSubway:before{content:\"\\e980\"}.lucca-icon.icon-subway:before{content:\"\\e980\"}.lucca-icon.icon-transportTaxi:before{content:\"\\e983\"}.lucca-icon.icon-taxi:before{content:\"\\e983\"}.lucca-icon.icon-transportToll:before{content:\"\\e9b3\"}.lucca-icon.icon-toll:before{content:\"\\e9b3\"}.lucca-icon.icon-tollDollar:before{content:\"\\e9b3\"}.lucca-icon.icon-tollEuro:before{content:\"\\e9b3\"}.lucca-icon.icon-transportTrain:before{content:\"\\e98a\"}.lucca-icon.icon-train:before{content:\"\\e98a\"}.lucca-icon.icon-transportTruck:before{content:\"\\e98c\"}.lucca-icon.icon-truck:before{content:\"\\e98c\"}.lucca-icon.icon-trashDelete:before{content:\"\\e98b\"}.lucca-icon.icon-trash:before{content:\"\\e98b\"}.lucca-icon.icon-trendingGrowth:before{content:\"\\e9bb\"}.lucca-icon.icon-evolution:before{content:\"\\e9bb\"}.lucca-icon.icon-trendingLoss:before{content:\"\\e9e3\"}.lucca-icon.icon-evolutionDown:before{content:\"\\e9e3\"}.lucca-icon.icon-weatherCloudy:before{content:\"\\e9ea\"}.lucca-icon.icon-weatherStormy:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherStorm:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherSunny:before{content:\"\\e9ec\"}.lucca-icon.icon-weatherSun:before{content:\"\\e9ec\"}.lucca-icon.icon-weight:before{content:\"\\e9c1\"}.lucca-icon.mod-XS{--icon-size: 1rem}.lucca-icon.mod-S{--icon-size: 1.25rem}.lucca-icon.mod-M{--icon-size: 1.5rem}.lucca-icon.mod-L{--icon-size: 1.75rem}.lucca-icon.mod-XL{--icon-size: 2rem}.lucca-icon.mod-XXL{--icon-size: 2.5rem}.icon-color-secondary{color:var(--palettes-secondary-700)}.icon-color-error{color:var(--palettes-error-700)}.icon-color-warning{color:var(--palettes-warning-700)}.icon-color-success{color:var(--palettes-success-700)}.icon-color-light{color:var(--palettes-grey-600)}.icon-color-placeholder{color:var(--palettes-grey-400)}\n"] }]
|
|
15
|
+
args: [{ selector: 'lu-icon', standalone: true, imports: [NgIf], changeDetection: ChangeDetectionStrategy.OnPush, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\n", styles: ["@charset \"UTF-8\";body{-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lucca icons;font-style:normal;font-weight:400;src:url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.svg) format(\"svg\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff) format(\"woff\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.ttf) format(\"truetype\");letter-spacing:normal;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures}.lucca-icon{font-weight:400;font-size:var(--icon-size, 1.25rem);direction:ltr;display:inline-block;font-family:Lucca icons;font-feature-settings:\"liga\";-webkit-font-smoothing:antialiased;font-style:normal;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:text-bottom;white-space:nowrap;word-wrap:normal}.lucca-icon.icon-bookmark:before{content:\"\\e9c0\"}.lucca-icon.icon-bookmarkFilled:before{content:\"\\e9da\"}.lucca-icon.icon-app:before{content:\"\\e959\"}.lucca-icon.icon-apps:before{content:\"\\e959\"}.lucca-icon.icon-nineTiles:before{content:\"\\e959\"}.lucca-icon.icon-mosaic:before{content:\"\\e959\"}.lucca-icon.icon-tiles:before{content:\"\\e959\"}.lucca-icon.icon-arrowBackward:before{content:\"\\e9ef\"}.lucca-icon.icon-backward:before{content:\"\\e9ef\"}.lucca-icon.icon-arrowBottom:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowFullSouth:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowBottomLeft:before{content:\"\\e9ddd\"}.lucca-icon.icon-arrowBottomRight:before{content:\"\\e9ccc\"}.lucca-icon.icon-arrowChevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowSouth:before{content:\"\\e97c\"}.lucca-icon.icon-southArrow:before{content:\"\\e97c\"}.lucca-icon.icon-southThinArrow:before{content:\"\\e97c\"}.lucca-icon.icon-chevronSouth:before{content:\"\\e97c\"}.lucca-icon.icon-chevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowChevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowWest:before{content:\"\\e994\"}.lucca-icon.icon-westArrow:before{content:\"\\e994\"}.lucca-icon.icon-westThinArrow:before{content:\"\\e994\"}.lucca-icon.icon-chevronWest:before{content:\"\\e994\"}.lucca-icon.icon-chevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowChevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowEast:before{content:\"\\e926\"}.lucca-icon.icon-eastArrow:before{content:\"\\e926\"}.lucca-icon.icon-eastThinArrow:before{content:\"\\e926\"}.lucca-icon.icon-chevronEast:before{content:\"\\e926\"}.lucca-icon.icon-chevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowChevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowNorth:before{content:\"\\e95a\"}.lucca-icon.icon-northArrow:before{content:\"\\e95a\"}.lucca-icon.icon-northThinArrow:before{content:\"\\e95a\"}.lucca-icon.icon-chevronNorth:before{content:\"\\e95a\"}.lucca-icon.icon-chevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowCorner:before{content:\"\\e9b9\"}.lucca-icon.icon-distribute:before{content:\"\\e9b9\"}.lucca-icon.icon-arrowDownload:before{content:\"\\e924\"}.lucca-icon.icon-download:before{content:\"\\e924\"}.lucca-icon.icon-arrowExternal:before{content:\"\\e95d\"}.lucca-icon.icon-outside:before{content:\"\\e95d\"}.lucca-icon.icon-arrowForward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowDouble:before{content:\"\\e9c5\"}.lucca-icon.icon-forward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowLeft:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowFullWest:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowLogin:before{content:\"\\e93f\"}.lucca-icon.icon-login:before{content:\"\\e93f\"}.lucca-icon.icon-arrowLogout:before{content:\"\\e940\"}.lucca-icon.icon-logout:before{content:\"\\e940\"}.lucca-icon.icon-arrowOppositeHorizontal:before{content:\"\\e9ad\"}.lucca-icon.icon-swap:before{content:\"\\e9ad\"}.lucca-icon.icon-arrowOppositeVertical:before{content:\"\\e912\"}.lucca-icon.icon-creditDebit:before{content:\"\\e912\"}.lucca-icon.icon-arrowReply:before{content:\"\\e9ba\"}.lucca-icon.icon-reply:before{content:\"\\e9ba\"}.lucca-icon.icon-arrowReset:before{content:\"\\e970\"}.lucca-icon.icon-refresh:before{content:\"\\e970\"}.lucca-icon.icon-update:before{content:\"\\e970\"}.lucca-icon.icon-arrowRight:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowFullEast:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowSync:before{content:\"\\e9c3\"}.lucca-icon.icon-sync:before{content:\"\\e9c3\"}.lucca-icon.icon-arrowSyncStrikethrough:before{content:\"\\e9c2\"}.lucca-icon.icon-syncDisabled:before{content:\"\\e9c2\"}.lucca-icon.icon-arrowTop:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowFullNorth:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowTopLeft:before{content:\"\\e9dd\"}.lucca-icon.icon-arrowTopRight:before{content:\"\\e9df\"}.lucca-icon.icon-arrowUnfoldLess:before{content:\"\\e9c8\"}.lucca-icon.icon-collapse:before{content:\"\\e9c8\"}.lucca-icon.icon-arrowUnfoldMore:before{content:\"\\e9c9\"}.lucca-icon.icon-expand:before{content:\"\\e9c9\"}.lucca-icon.icon-arrowUpload:before{content:\"\\e98f\"}.lucca-icon.icon-upload:before{content:\"\\e98f\"}.lucca-icon.icon-cloudUpload:before{content:\"\\e98f\"}.lucca-icon.icon-bell:before{content:\"\\e904\"}.lucca-icon.icon-notification:before{content:\"\\e904\"}.lucca-icon.icon-bellStrikethrough:before{content:\"\\e91a\"}.lucca-icon.icon-book:before{content:\"\\e9af\"}.lucca-icon.icon-boxArchive:before{content:\"\\e99c\"}.lucca-icon.icon-archive:before{content:\"\\e99c\"}.lucca-icon.icon-boxUnarchive:before{content:\"\\e95e\"}.lucca-icon.icon-unarchive:before{content:\"\\e95e\"}.lucca-icon.icon-branch:before{content:\"\\e90d\"}.lucca-icon.icon-bubbleSpeech:before{content:\"\\e982\"}.lucca-icon.icon-chat:before{content:\"\\e982\"}.lucca-icon.icon-talk:before{content:\"\\e982\"}.lucca-icon.icon-dialog:before{content:\"\\e982\"}.lucca-icon.icon-bubblesAnswer:before{content:\"\\e953\"}.lucca-icon.icon-answer:before{content:\"\\e953\"}.lucca-icon.icon-bubblesConversation:before{content:\"\\e935\"}.lucca-icon.icon-messenger:before{content:\"\\e935\"}.lucca-icon.icon-buildingCompany:before{content:\"\\e903\"}.lucca-icon.icon-building:before{content:\"\\e903\"}.lucca-icon.icon-establishment:before{content:\"\\e903\"}.lucca-icon.icon-buildingHouse:before{content:\"\\e913\"}.lucca-icon.icon-house:before{content:\"\\e913\"}.lucca-icon.icon-home:before{content:\"\\e913\"}.lucca-icon.icon-buildingHouseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-houseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-homeFill:before{content:\"\\e99d\"}.lucca-icon.icon-buildingHouseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-houseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-homeStarred:before{content:\"\\e99e\"}.lucca-icon.icon-buildingStore:before{content:\"\\e8ff\"}.lucca-icon.icon-store:before{content:\"\\e8ff\"}.lucca-icon.icon-bulb:before{content:\"\\e9b1\"}.lucca-icon.icon-lightBulb:before{content:\"\\e9b1\"}.lucca-icon.icon-calendarChecked:before{content:\"\\e9c7\"}.lucca-icon.icon-calendarDate:before{content:\"\\e920\"}.lucca-icon.icon-calendar:before{content:\"\\e920\"}.lucca-icon.icon-planning:before{content:\"\\e920\"}.lucca-icon.icon-calendarEdit:before{content:\"\\e91e\"}.lucca-icon.icon-planningEdit:before{content:\"\\e91e\"}.lucca-icon.icon-calendarPlanning:before{content:\"\\e90c\"}.lucca-icon.icon-payPeriod:before{content:\"\\e90c\"}.lucca-icon.icon-calendarSettings:before{content:\"\\e92a\"}.lucca-icon.icon-planningManage:before{content:\"\\e92a\"}.lucca-icon.icon-calendarStrikethrough:before{content:\"\\e957\"}.lucca-icon.icon-calendarOff:before{content:\"\\e957\"}.lucca-icon.icon-capCrown:before{content:\"\\e95b\"}.lucca-icon.icon-crown:before{content:\"\\e95b\"}.lucca-icon.icon-capGraduate:before{content:\"\\e9d3\"}.lucca-icon.icon-graduate:before{content:\"\\e9d3\"}.lucca-icon.icon-school:before{content:\"\\e9d3\"}.lucca-icon.icon-certificationFailed:before{content:\"\\e9a8\"}.lucca-icon.icon-certifKo:before{content:\"\\e9a8\"}.lucca-icon.icon-certificationSuccess:before{content:\"\\e9a6\"}.lucca-icon.icon-certifOk:before{content:\"\\e9a6\"}.lucca-icon.icon-certificationWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-certifWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-chartDonut:before{content:\"\\e9aa\"}.lucca-icon.icon-donut:before{content:\"\\e9aa\"}.lucca-icon.icon-donutChart:before{content:\"\\e9aa\"}.lucca-icon.icon-chartFlow:before{content:\"\\e930\"}.lucca-icon.icon-familyTree:before{content:\"\\e930\"}.lucca-icon.icon-orgTree:before{content:\"\\e930\"}.lucca-icon.icon-chartHorizontalBar:before{content:\"\\e9ab\"}.lucca-icon.icon-horizontalBarChart:before{content:\"\\e9ab\"}.lucca-icon.icon-chartLevels:before{content:\"\\e9ae\"}.lucca-icon.icon-level:before{content:\"\\e9ae\"}.lucca-icon.icon-chartPie:before{content:\"\\e9ac\"}.lucca-icon.icon-dashboard:before{content:\"\\e9ac\"}.lucca-icon.icon-chartVerticalBar:before{content:\"\\e971\"}.lucca-icon.icon-analytics:before{content:\"\\e971\"}.lucca-icon.icon-charts:before{content:\"\\e971\"}.lucca-icon.icon-clipboard:before{content:\"\\e962\"}.lucca-icon.icon-paste:before{content:\"\\e962\"}.lucca-icon.icon-completion:before{content:\"\\e905\"}.lucca-icon.icon-cornersFullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-fullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-cornersFullscreenOpen:before{content:\"\\e937\"}.lucca-icon.icon-fullscreen:before{content:\"\\e937\"}.lucca-icon.icon-dataTable:before{content:\"\\e9d5\"}.lucca-icon.icon-table:before{content:\"\\e9d5\"}.lucca-icon.icon-database:before{content:\"\\e91f\"}.lucca-icon.icon-databaseArrow:before{content:\"\\e907\"}.lucca-icon.icon-apiSync:before{content:\"\\e907\"}.lucca-icon.icon-deviceCamera:before{content:\"\\e965\"}.lucca-icon.icon-camera:before{content:\"\\e965\"}.lucca-icon.icon-deviceComputer:before{content:\"\\e91c\"}.lucca-icon.icon-computer:before{content:\"\\e91c\"}.lucca-icon.icon-deviceLaptop:before{content:\"\\e9d0\"}.lucca-icon.icon-laptop:before{content:\"\\e9d0\"}.lucca-icon.icon-deviceMobile:before{content:\"\\e9999\"}.lucca-icon.icon-deviceMouse:before{content:\"\\e91d\"}.lucca-icon.icon-computerMouse:before{content:\"\\e91d\"}.lucca-icon.icon-devicePrinter:before{content:\"\\e96b\"}.lucca-icon.icon-print:before{content:\"\\e96b\"}.lucca-icon.icon-dotsDrag:before{content:\"\\e9a4\"}.lucca-icon.icon-drag:before{content:\"\\e9a4\"}.lucca-icon.icon-eye:before{content:\"\\e993\"}.lucca-icon.icon-watch:before{content:\"\\e993\"}.lucca-icon.icon-eyeStrikethrough:before{content:\"\\e98e\"}.lucca-icon.icon-unwatch:before{content:\"\\e98e\"}.lucca-icon.icon-fileContract:before{content:\"\\e914\"}.lucca-icon.icon-contract:before{content:\"\\e914\"}.lucca-icon.icon-fileCopy:before{content:\"\\e9ca\"}.lucca-icon.icon-copy:before{content:\"\\e9ca\"}.lucca-icon.icon-fileDocument:before{content:\"\\e932\"}.lucca-icon.icon-file:before{content:\"\\e932\"}.lucca-icon.icon-fileExport:before{content:\"\\e9cb\"}.lucca-icon.icon-fileFolder:before{content:\"\\e9cd\"}.lucca-icon.icon-folder:before{content:\"\\e9cd\"}.lucca-icon.icon-fileImport:before{content:\"\\e9e4\"}.lucca-icon.icon-importDirty:before{content:\"\\e9e4\"}.lucca-icon.icon-importPristine:before{content:\"\\e9e4\"}.lucca-icon.icon-fileSign:before{content:\"\\e95c\"}.lucca-icon.icon-sign:before{content:\"\\e95c\"}.lucca-icon.icon-filtersDescending:before{content:\"\\e9cc\"}.lucca-icon.icon-filterAbstract:before{content:\"\\e9cc\"}.lucca-icon.icon-filtersFunnel:before{content:\"\\e933\"}.lucca-icon.icon-funnel:before{content:\"\\e933\"}.lucca-icon.icon-filter:before{content:\"\\e933\"}.lucca-icon.icon-filtersSort:before{content:\"\\e9d4\"}.lucca-icon.icon-sort:before{content:\"\\e9d4\"}.lucca-icon.icon-reorder:before{content:\"\\e9d4\"}.lucca-icon.icon-flag:before{content:\"\\e934\"}.lucca-icon.icon-floppyDiskSave:before{content:\"\\e901\"}.lucca-icon.icon-save:before{content:\"\\e901\"}.lucca-icon.icon-foodBirthdayCake:before{content:\"\\e90b\"}.lucca-icon.icon-birthday:before{content:\"\\e90b\"}.lucca-icon.icon-foodBobun:before{content:\"\\e9e6\"}.lucca-icon.icon-lunchAlternative:before{content:\"\\e9e6\"}.lucca-icon.icon-foodBurger:before{content:\"\\e94d\"}.lucca-icon.icon-lunch:before{content:\"\\e94d\"}.lucca-icon.icon-meal:before{content:\"\\e94d\"}.lucca-icon.icon-foodChefHat:before{content:\"\\e9a1\"}.lucca-icon.icon-restaurant:before{content:\"\\e9a1\"}.lucca-icon.icon-foodClocheDish:before{content:\"\\e921\"}.lucca-icon.icon-diner:before{content:\"\\e921\"}.lucca-icon.icon-foodCocktail:before{content:\"\\e925\"}.lucca-icon.icon-drink:before{content:\"\\e925\"}.lucca-icon.icon-foodCoffee:before{content:\"\\e90f\"}.lucca-icon.icon-coffee:before{content:\"\\e90f\"}.lucca-icon.icon-breaktime:before{content:\"\\e90f\"}.lucca-icon.icon-foodCroissant:before{content:\"\\e90e\"}.lucca-icon.icon-breakfast:before{content:\"\\e90e\"}.lucca-icon.icon-foodSandwich:before{content:\"\\e97b\"}.lucca-icon.icon-snack:before{content:\"\\e97b\"}.lucca-icon.icon-formatBulletedList:before{content:\"\\e948\"}.lucca-icon.icon-list:before{content:\"\\e948\"}.lucca-icon.icon-formatClipperAttachment:before{content:\"\\e909\"}.lucca-icon.icon-attach:before{content:\"\\e909\"}.lucca-icon.icon-formatCornerUpLeft:before{content:\"\\e96f\"}.lucca-icon.icon-formatUndo:before{content:\"\\e96f\"}.lucca-icon.icon-formatCornerUpRight:before{content:\"\\e96e\"}.lucca-icon.icon-formatRedo:before{content:\"\\e96e\"}.lucca-icon.icon-formatLink:before{content:\"\\e93b\"}.lucca-icon.icon-formatNumberedList:before{content:\"\\e969\"}.lucca-icon.icon-formatListNb:before{content:\"\\e969\"}.lucca-icon.icon-formatText:before{content:\"\\e927\"}.lucca-icon.icon-formatJustify:before{content:\"\\e927\"}.lucca-icon.icon-formatTextBold:before{content:\"\\e997\"}.lucca-icon.icon-formatBold:before{content:\"\\e997\"}.lucca-icon.icon-formatTextClear:before{content:\"\\e999\"}.lucca-icon.icon-formatClear:before{content:\"\\e999\"}.lucca-icon.icon-formatTextItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatTextSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatTextStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatTextUnderline:before{content:\"\\e996\"}.lucca-icon.icon-formatUnderlined:before{content:\"\\e996\"}.lucca-icon.icon-formatUnlink:before{content:\"\\e915\"}.lucca-icon.icon-unlink:before{content:\"\\e915\"}.lucca-icon.icon-gift:before{content:\"\\e9cf\"}.lucca-icon.icon-present:before{content:\"\\e9cf\"}.lucca-icon.icon-heart:before{content:\"\\e910\"}.lucca-icon.icon-heartFilled:before{content:\"\\e9db\"}.lucca-icon.icon-heartStrikethrough:before{content:\"\\e93e\"}.lucca-icon.icon-brokenHeart:before{content:\"\\e93e\"}.lucca-icon.icon-hotelBed:before{content:\"\\e941\"}.lucca-icon.icon-bed:before{content:\"\\e941\"}.lucca-icon.icon-hotel:before{content:\"\\e941\"}.lucca-icon.icon-hotelHanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hotelIron:before{content:\"\\e945\"}.lucca-icon.icon-iron:before{content:\"\\e945\"}.lucca-icon.icon-pressing:before{content:\"\\e945\"}.lucca-icon.icon-hotelLuggage:before{content:\"\\e94c\"}.lucca-icon.icon-luggage:before{content:\"\\e94c\"}.lucca-icon.icon-jigsawPuzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-puzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-journey:before{content:\"\\e946\"}.lucca-icon.icon-milestone:before{content:\"\\e946\"}.lucca-icon.icon-jumpingCc:before{content:\"\\e94b\"}.lucca-icon.icon-lucca:before{content:\"\\e94b\"}.lucca-icon.icon-laboratoryTestFlask:before{content:\"\\e9d7\"}.lucca-icon.icon-test:before{content:\"\\e9d7\"}.lucca-icon.icon-layers:before{content:\"\\e987\"}.lucca-icon.icon-floor:before{content:\"\\e987\"}.lucca-icon.icon-listChecked:before{content:\"\\e9d1\"}.lucca-icon.icon-listChecklist:before{content:\"\\e917\"}.lucca-icon.icon-listTodo:before{content:\"\\e917\"}.lucca-icon.icon-lockClosed:before{content:\"\\e94a\"}.lucca-icon.icon-lock:before{content:\"\\e94a\"}.lucca-icon.icon-lockKey:before{content:\"\\e947\"}.lucca-icon.icon-key:before{content:\"\\e947\"}.lucca-icon.icon-lockOpenned:before{content:\"\\e98d\"}.lucca-icon.icon-unlock:before{content:\"\\e98d\"}.lucca-icon.icon-mailEnvelope:before{content:\"\\e94e\"}.lucca-icon.icon-mail:before{content:\"\\e94e\"}.lucca-icon.icon-mailMailbox:before{content:\"\\e97e\"}.lucca-icon.icon-mailbox:before{content:\"\\e97e\"}.lucca-icon.icon-stamp:before{content:\"\\e97e\"}.lucca-icon.icon-postage:before{content:\"\\e97e\"}.lucca-icon.icon-mailPaperPlane:before{content:\"\\e977\"}.lucca-icon.icon-send:before{content:\"\\e977\"}.lucca-icon.icon-mapGlobe:before{content:\"\\e97a\"}.lucca-icon.icon-globe:before{content:\"\\e97a\"}.lucca-icon.icon-mapLocation:before{content:\"\\e949\"}.lucca-icon.icon-location:before{content:\"\\e949\"}.lucca-icon.icon-mapPin:before{content:\"\\e967\"}.lucca-icon.icon-pin:before{content:\"\\e967\"}.lucca-icon.icon-mathsDivide:before{content:\"\\e954\"}.lucca-icon.icon-divide:before{content:\"\\e954\"}.lucca-icon.icon-mathsEquals:before{content:\"\\e93d\"}.lucca-icon.icon-equal:before{content:\"\\e93d\"}.lucca-icon.icon-mathsMinus:before{content:\"\\e975\"}.lucca-icon.icon-minus:before{content:\"\\e975\"}.lucca-icon.icon-partial:before{content:\"\\e975\"}.lucca-icon.icon-minimize:before{content:\"\\e975\"}.lucca-icon.icon-mathsMultiplicate:before{content:\"\\e981\"}.lucca-icon.icon-close:before{content:\"\\e981\"}.lucca-icon.icon-thinCross:before{content:\"\\e981\"}.lucca-icon.icon-cross:before{content:\"\\e981\"}.lucca-icon.icon-crossBold:before{content:\"\\e981\"}.lucca-icon.icon-mathsPlus:before{content:\"\\e985\"}.lucca-icon.icon-plus:before{content:\"\\e985\"}.lucca-icon.icon-plusBold:before{content:\"\\e985\"}.lucca-icon.icon-menuBurger:before{content:\"\\e950\"}.lucca-icon.icon-menu:before{content:\"\\e950\"}.lucca-icon.icon-hamburgerMenu:before{content:\"\\e950\"}.lucca-icon.icon-menuDots:before{content:\"\\e92b\"}.lucca-icon.icon-menuEllipsis:before{content:\"\\e92b\"}.lucca-icon.icon-ellipsis:before{content:\"\\e92b\"}.lucca-icon.icon-moneyBag:before{content:\"\\e900\"}.lucca-icon.icon-moneybag:before{content:\"\\e900\"}.lucca-icon.icon-moneyBagStrikethrough:before{content:\"\\e9f0\"}.lucca-icon.icon-noMoney:before{content:\"\\e9f0\"}.lucca-icon.icon-moneyBanknoteStrikethrough:before{content:\"\\e9de\"}.lucca-icon.icon-moneyBill:before{content:\"\\e9c6\"}.lucca-icon.icon-bill:before{content:\"\\e9c6\"}.lucca-icon.icon-moneyBuildingBank:before{content:\"\\e99f\"}.lucca-icon.icon-bank:before{content:\"\\e99f\"}.lucca-icon.icon-moneyCardImport:before{content:\"\\e943\"}.lucca-icon.icon-importCb:before{content:\"\\e943\"}.lucca-icon.icon-moneyCoins:before{content:\"\\e9d2\"}.lucca-icon.icon-money:before{content:\"\\e9d2\"}.lucca-icon.icon-payment:before{content:\"\\e9d2\"}.lucca-icon.icon-moneyCurrencyDollar:before{content:\"\\e9a5\"}.lucca-icon.icon-dollar:before{content:\"\\e9a5\"}.lucca-icon.icon-moneyCurrencyEuro:before{content:\"\\e92d\"}.lucca-icon.icon-euro:before{content:\"\\e92d\"}.lucca-icon.icon-moneyPaymentCard:before{content:\"\\e90a\"}.lucca-icon.icon-bankingCard:before{content:\"\\e90a\"}.lucca-icon.icon-moneyPiggyBank:before{content:\"\\e966\"}.lucca-icon.icon-piggyBank:before{content:\"\\e966\"}.lucca-icon.icon-moneyWallet:before{content:\"\\e9d8\"}.lucca-icon.icon-wallet:before{content:\"\\e9d8\"}.lucca-icon.icon-officeBriefcase:before{content:\"\\e9be\"}.lucca-icon.icon-officeChair:before{content:\"\\e986\"}.lucca-icon.icon-chair:before{content:\"\\e986\"}.lucca-icon.icon-officeCompass:before{content:\"\\e9a0\"}.lucca-icon.icon-compass:before{content:\"\\e9a0\"}.lucca-icon.icon-officeElectricalPlug:before{content:\"\\e9bd\"}.lucca-icon.icon-officePen:before{content:\"\\e928\"}.lucca-icon.icon-edit:before{content:\"\\e928\"}.lucca-icon.icon-editMini:before{content:\"\\e928\"}.lucca-icon.icon-officePenWriting:before{content:\"\\e929\"}.lucca-icon.icon-editWrite:before{content:\"\\e929\"}.lucca-icon.icon-editFrame:before{content:\"\\e929\"}.lucca-icon.icon-officePhone:before{content:\"\\e99b\"}.lucca-icon.icon-telephone:before{content:\"\\e99b\"}.lucca-icon.icon-officeScissors:before{content:\"\\e956\"}.lucca-icon.icon-cut:before{content:\"\\e956\"}.lucca-icon.icon-officeSupplies:before{content:\"\\e9e9\"}.lucca-icon.icon-supplies:before{content:\"\\e9e9\"}.lucca-icon.icon-peopleAdd:before{content:\"\\e902\"}.lucca-icon.icon-userAdd:before{content:\"\\e902\"}.lucca-icon.icon-adduser:before{content:\"\\e902\"}.lucca-icon.icon-peopleGroup:before{content:\"\\e93c\"}.lucca-icon.icon-userGroup:before{content:\"\\e93c\"}.lucca-icon.icon-group:before{content:\"\\e93c\"}.lucca-icon.icon-peopleId:before{content:\"\\e99a\"}.lucca-icon.icon-identityCard:before{content:\"\\e99a\"}.lucca-icon.icon-userFile:before{content:\"\\e99a\"}.lucca-icon.icon-dossierRh:before{content:\"\\e99a\"}.lucca-icon.icon-peopleLocked:before{content:\"\\e9d9\"}.lucca-icon.icon-userRoles:before{content:\"\\e9d9\"}.lucca-icon.icon-peoplePerson:before{content:\"\\e990\"}.lucca-icon.icon-user:before{content:\"\\e990\"}.lucca-icon.icon-face:before{content:\"\\e990\"}.lucca-icon.icon-peopleRemove:before{content:\"\\e972\"}.lucca-icon.icon-userRemove:before{content:\"\\e972\"}.lucca-icon.icon-peopleSwitch:before{content:\"\\e978\"}.lucca-icon.icon-send2user:before{content:\"\\e978\"}.lucca-icon.icon-userSendTo:before{content:\"\\e978\"}.lucca-icon.icon-peopleTeacher:before{content:\"\\e9b8\"}.lucca-icon.icon-teacher:before{content:\"\\e9b8\"}.lucca-icon.icon-pictureGallery:before{content:\"\\e939\"}.lucca-icon.icon-gallery:before{content:\"\\e939\"}.lucca-icon.icon-pictureImage:before{content:\"\\e942\"}.lucca-icon.icon-image:before{content:\"\\e942\"}.lucca-icon.icon-picturePalette:before{content:\"\\e95f\"}.lucca-icon.icon-palette:before{content:\"\\e95f\"}.lucca-icon.icon-playerPauseCircle:before{content:\"\\e955\"}.lucca-icon.icon-pause:before{content:\"\\e955\"}.lucca-icon.icon-playerPlay:before{content:\"\\e944\"}.lucca-icon.icon-playFull:before{content:\"\\e944\"}.lucca-icon.icon-playerPlayCircle:before{content:\"\\e92f\"}.lucca-icon.icon-play:before{content:\"\\e92f\"}.lucca-icon.icon-playerStopCircle:before{content:\"\\e958\"}.lucca-icon.icon-stop:before{content:\"\\e958\"}.lucca-icon.icon-priceTag:before{content:\"\\e96a\"}.lucca-icon.icon-pricetag:before{content:\"\\e96a\"}.lucca-icon.icon-priorityHigh:before{content:\"\\e964\"}.lucca-icon.icon-high:before{content:\"\\e964\"}.lucca-icon.icon-priorityHigher:before{content:\"\\e94f\"}.lucca-icon.icon-higher:before{content:\"\\e94f\"}.lucca-icon.icon-priorityHighest:before{content:\"\\e96c\"}.lucca-icon.icon-highest:before{content:\"\\e96c\"}.lucca-icon.icon-priorityLow:before{content:\"\\e96d\"}.lucca-icon.icon-low:before{content:\"\\e96d\"}.lucca-icon.icon-priorityLower:before{content:\"\\e952\"}.lucca-icon.icon-lower:before{content:\"\\e952\"}.lucca-icon.icon-priorityLowest:before{content:\"\\e973\"}.lucca-icon.icon-lowest:before{content:\"\\e973\"}.lucca-icon.icon-priorityMedium:before{content:\"\\e974\"}.lucca-icon.icon-medium:before{content:\"\\e974\"}.lucca-icon.icon-rotationLeft:before{content:\"\\e9b2\"}.lucca-icon.icon-rotate:before{content:\"\\e9b2\"}.lucca-icon.icon-rotationRight:before{content:\"\\e9e8\"}.lucca-icon.icon-rotateRight:before{content:\"\\e9e8\"}.lucca-icon.icon-searchMagnifyingGlass:before{content:\"\\e976\"}.lucca-icon.icon-search:before{content:\"\\e976\"}.lucca-icon.icon-searchZoomIn:before{content:\"\\e9ff\"}.lucca-icon.icon-searchZoomOut:before{content:\"\\e9ee\"}.lucca-icon.icon-settingsEqualizer:before{content:\"\\e991\"}.lucca-icon.icon-sliders:before{content:\"\\e991\"}.lucca-icon.icon-settingsGear:before{content:\"\\e979\"}.lucca-icon.icon-settings:before{content:\"\\e979\"}.lucca-icon.icon-settingsTools:before{content:\"\\e989\"}.lucca-icon.icon-tools:before{content:\"\\e989\"}.lucca-icon.icon-share:before{content:\"\\e906\"}.lucca-icon.icon-signBan:before{content:\"\\e936\"}.lucca-icon.icon-forbidden:before{content:\"\\e936\"}.lucca-icon.icon-signCancel:before{content:\"\\e963\"}.lucca-icon.icon-cancel:before{content:\"\\e963\"}.lucca-icon.icon-signClose:before{content:\"\\e9bf\"}.lucca-icon.icon-signConfirm:before{content:\"\\e97d\"}.lucca-icon.icon-confirm:before{content:\"\\e97d\"}.lucca-icon.icon-tick:before{content:\"\\e97d\"}.lucca-icon.icon-tickThin:before{content:\"\\e97d\"}.lucca-icon.icon-tickBold:before{content:\"\\e97d\"}.lucca-icon.icon-signConstruction:before{content:\"\\e931\"}.lucca-icon.icon-build:before{content:\"\\e931\"}.lucca-icon.icon-signDiscount:before{content:\"\\e9e1\"}.lucca-icon.icon-discount:before{content:\"\\e9e1\"}.lucca-icon.icon-signError:before{content:\"\\e92c\"}.lucca-icon.icon-error:before{content:\"\\e92c\"}.lucca-icon.icon-signHelp:before{content:\"\\e9a3\"}.lucca-icon.icon-help:before{content:\"\\e9a3\"}.lucca-icon.icon-helpOutline:before{content:\"\\e9a3\"}.lucca-icon.icon-signInfo:before{content:\"\\e9b0\"}.lucca-icon.icon-info:before{content:\"\\e9b0\"}.lucca-icon.icon-signParking:before{content:\"\\e960\"}.lucca-icon.icon-parking:before{content:\"\\e960\"}.lucca-icon.icon-signSuccess:before{content:\"\\e9ed\"}.lucca-icon.icon-success:before{content:\"\\e9ed\"}.lucca-icon.icon-signWarning:before{content:\"\\e992\"}.lucca-icon.icon-warning:before{content:\"\\e992\"}.lucca-icon.icon-star:before{content:\"\\e961\"}.lucca-icon.icon-unstared:before{content:\"\\e961\"}.lucca-icon.icon-starFilled:before{content:\"\\e97f\"}.lucca-icon.icon-target:before{content:\"\\e9d6\"}.lucca-icon.icon-thumbDown:before{content:\"\\e923\"}.lucca-icon.icon-thumbDownFilled:before{content:\"\\e9dc\"}.lucca-icon.icon-thumbUp:before{content:\"\\e922\"}.lucca-icon.icon-thumbUpFilled:before{content:\"\\e9e2\"}.lucca-icon.icon-thumbnail:before{content:\"\\e91b\"}.lucca-icon.icon-timeAlarm:before{content:\"\\e9c4\"}.lucca-icon.icon-alarm:before{content:\"\\e9c4\"}.lucca-icon.icon-timeClock:before{content:\"\\e919\"}.lucca-icon.icon-clock:before{content:\"\\e919\"}.lucca-icon.icon-timeFuture:before{content:\"\\e908\"}.lucca-icon.icon-postpone:before{content:\"\\e908\"}.lucca-icon.icon-timeHourglass:before{content:\"\\e988\"}.lucca-icon.icon-timer:before{content:\"\\e988\"}.lucca-icon.icon-timePast:before{content:\"\\e984\"}.lucca-icon.icon-history:before{content:\"\\e984\"}.lucca-icon.icon-timeTimer:before{content:\"\\e9e0\"}.lucca-icon.icon-chronoOn:before{content:\"\\e9e0\"}.lucca-icon.icon-timeTimerStrikethrough:before{content:\"\\e9e7\"}.lucca-icon.icon-overplanned:before{content:\"\\e9e7\"}.lucca-icon.icon-timeTimesheet:before{content:\"\\e916\"}.lucca-icon.icon-timesheet:before{content:\"\\e916\"}.lucca-icon.icon-transportBus:before{content:\"\\e911\"}.lucca-icon.icon-bus:before{content:\"\\e911\"}.lucca-icon.icon-transportCar:before{content:\"\\e9a9\"}.lucca-icon.icon-car:before{content:\"\\e9a9\"}.lucca-icon.icon-transportCarwashStation:before{content:\"\\e918\"}.lucca-icon.icon-cleanCar:before{content:\"\\e918\"}.lucca-icon.icon-transportGazStation:before{content:\"\\e93a\"}.lucca-icon.icon-gasoline:before{content:\"\\e93a\"}.lucca-icon.icon-transportPlane:before{content:\"\\e968\"}.lucca-icon.icon-plane:before{content:\"\\e968\"}.lucca-icon.icon-transportRocket:before{content:\"\\e995\"}.lucca-icon.icon-rocket:before{content:\"\\e995\"}.lucca-icon.icon-transportSpeedometer:before{content:\"\\e951\"}.lucca-icon.icon-speedometer:before{content:\"\\e951\"}.lucca-icon.icon-mileage:before{content:\"\\e951\"}.lucca-icon.icon-transportSubway:before{content:\"\\e980\"}.lucca-icon.icon-subway:before{content:\"\\e980\"}.lucca-icon.icon-transportTaxi:before{content:\"\\e983\"}.lucca-icon.icon-taxi:before{content:\"\\e983\"}.lucca-icon.icon-transportToll:before{content:\"\\e9b3\"}.lucca-icon.icon-toll:before{content:\"\\e9b3\"}.lucca-icon.icon-tollDollar:before{content:\"\\e9b3\"}.lucca-icon.icon-tollEuro:before{content:\"\\e9b3\"}.lucca-icon.icon-transportTrain:before{content:\"\\e98a\"}.lucca-icon.icon-train:before{content:\"\\e98a\"}.lucca-icon.icon-transportTruck:before{content:\"\\e98c\"}.lucca-icon.icon-truck:before{content:\"\\e98c\"}.lucca-icon.icon-trashDelete:before{content:\"\\e98b\"}.lucca-icon.icon-trash:before{content:\"\\e98b\"}.lucca-icon.icon-trendingGrowth:before{content:\"\\e9bb\"}.lucca-icon.icon-evolution:before{content:\"\\e9bb\"}.lucca-icon.icon-trendingLoss:before{content:\"\\e9e3\"}.lucca-icon.icon-evolutionDown:before{content:\"\\e9e3\"}.lucca-icon.icon-weatherCloudy:before{content:\"\\e9ea\"}.lucca-icon.icon-weatherStormy:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherStorm:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherSunny:before{content:\"\\e9ec\"}.lucca-icon.icon-weatherSun:before{content:\"\\e9ec\"}.lucca-icon.icon-weight:before{content:\"\\e9c1\"}.lucca-icon.mod-XS{--icon-size: 1rem}.lucca-icon.mod-S{--icon-size: 1.25rem}.lucca-icon.mod-M{--icon-size: 1.5rem}.lucca-icon.mod-L{--icon-size: 1.75rem}.lucca-icon.mod-XL{--icon-size: 2rem}.lucca-icon.mod-XXL{--icon-size: 2.5rem}.icon-color-secondary{color:var(--palettes-secondary-700)}.icon-color-error{color:var(--palettes-error-700)}.icon-color-warning{color:var(--palettes-warning-700)}.icon-color-success{color:var(--palettes-success-700)}.icon-color-light{color:var(--palettes-grey-600)}.icon-color-placeholder{color:var(--palettes-grey-400)}\n"] }]
|
|
16
16
|
}], propDecorators: { icon: [{
|
|
17
17
|
type: Input,
|
|
18
18
|
args: [{ required: true }]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lucca-front-ng-icon.mjs","sources":["../../../packages/ng/icon/icon.component.ts","../../../packages/ng/icon/icon.component.html","../../../packages/ng/icon/lucca-front-ng-icon.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-icon.mjs","sources":["../../../packages/ng/icon/icon.component.ts","../../../packages/ng/icon/icon.component.html","../../../packages/ng/icon/lucca-front-ng-icon.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { NgIf } from '@angular/common';\nimport { LuccaIcon } from '@lucca-front/icons';\n\n@Component({\n\tselector: 'lu-icon',\n\tstandalone: true,\n\timports: [NgIf],\n\ttemplateUrl: './icon.component.html',\n\tstyleUrls: ['./icon.component.scss'],\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class IconComponent {\n\t@Input({ required: true })\n\ticon: LuccaIcon;\n\n\t@Input({ required: true })\n\talt: string;\n\n\t@Input()\n\tsize: 'XS' | 'S' | 'M' | 'L' | 'XL' | 'XXL' = 'M';\n\n\t@Input()\n\tcolor: 'primary' | 'secondary' | 'error' | 'warning' | 'success' | 'light' | 'placeholder' | 'inherit' = 'inherit';\n}\n","<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;AAIA,MAQa,aAAa,CAAA;AAR1B,IAAA,WAAA,GAAA;QAgBC,IAAI,CAAA,IAAA,GAA0C,GAAG,CAAC;QAGlD,IAAK,CAAA,KAAA,GAAoG,SAAS,CAAC;AACnH,KAAA;8GAZY,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAb,aAAa,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,SAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,GAAA,EAAA,KAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZ1B,gKAEA,EAAA,MAAA,EAAA,CAAA,4z5BAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDKW,IAAI,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FAKF,aAAa,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;+BACC,SAAS,EAAA,UAAA,EACP,IAAI,EACP,OAAA,EAAA,CAAC,IAAI,CAAC,EAAA,eAAA,EAGE,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,gKAAA,EAAA,MAAA,EAAA,CAAA,4z5BAAA,CAAA,EAAA,CAAA;8BAI/C,IAAI,EAAA,CAAA;sBADH,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAA;gBAIzB,GAAG,EAAA,CAAA;sBADF,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAA;gBAIzB,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,KAAK,EAAA,CAAA;sBADJ,KAAK;;;AEtBP;;AAEG;;;;"}
|
|
@@ -19,11 +19,11 @@ class InlineMessageComponent {
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: InlineMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
22
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: InlineMessageComponent, isStandalone: true, selector: "lu-inline-message", inputs: { label: "label", state: "state", size: "size" }, usesOnChanges: true, hostDirectives: [{ directive: i1.NgClazz }], ngImport: i0, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{state}}\" *ngIf=\"state\"></span>{{label}}\
|
|
22
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: InlineMessageComponent, isStandalone: true, selector: "lu-inline-message", inputs: { label: "label", state: "state", size: "size" }, usesOnChanges: true, hostDirectives: [{ directive: i1.NgClazz }], ngImport: i0, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{state}}\" *ngIf=\"state\"></span>{{label}}\n", styles: [".inlineMessage{--components-inlineMessage-fontSize: var(--sizes-S-fontSize);--components-inlineMessage-lineHeight: var(--sizes-S-lineHeight);--components-inlineMessage-icon-fontSize: var(--sizes-XS-lineHeight);--components-inlineMessage-color: var(--palettes-grey-700);--components-inlineMessage-icon-color: var(--palettes-grey-600);display:flex;gap:var(--components-inlineMessage-gap);font-size:var(--components-inlineMessage-fontSize);line-height:var(--components-inlineMessage-lineHeight);color:var(--components-inlineMessage-color)}.inlineMessage .lucca-icon{font-size:var(--components-inlineMessage-icon-fontSize);color:var(--components-inlineMessage-icon-color);margin-top:2px}.inlineMessage.mod-S{--components-inlineMessage-fontSize: var(--sizes-XS-fontSize);--components-inlineMessage-lineHeight: var(--sizes-XS-lineHeight);--components-inlineMessage-icon-fontSize: .75rem}.inlineMessage.is-success{--components-inlineMessage-icon-color: var(--palettes-success-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-success .lucca-icon:before{content:\"\\e9ed\";content:\"\\e9ed\"/\"\"}.inlineMessage.is-warning{--components-inlineMessage-icon-color: var(--palettes-warning-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-warning .lucca-icon:before{content:\"\\e992\";content:\"\\e992\"/\"\"}.inlineMessage.is-error{--components-inlineMessage-icon-color: var(--palettes-error-700);--components-inlineMessage-color: var(--palettes-error-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-error .lucca-icon:before{content:\"\\e92c\";content:\"\\e92c\"/\"\"}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
23
23
|
}
|
|
24
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: InlineMessageComponent, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
|
-
args: [{ selector: 'lu-inline-message', standalone: true, imports: [NgIf], hostDirectives: [NgClazz], changeDetection: ChangeDetectionStrategy.OnPush, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{state}}\" *ngIf=\"state\"></span>{{label}}\
|
|
26
|
+
args: [{ selector: 'lu-inline-message', standalone: true, imports: [NgIf], hostDirectives: [NgClazz], changeDetection: ChangeDetectionStrategy.OnPush, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{state}}\" *ngIf=\"state\"></span>{{label}}\n", styles: [".inlineMessage{--components-inlineMessage-fontSize: var(--sizes-S-fontSize);--components-inlineMessage-lineHeight: var(--sizes-S-lineHeight);--components-inlineMessage-icon-fontSize: var(--sizes-XS-lineHeight);--components-inlineMessage-color: var(--palettes-grey-700);--components-inlineMessage-icon-color: var(--palettes-grey-600);display:flex;gap:var(--components-inlineMessage-gap);font-size:var(--components-inlineMessage-fontSize);line-height:var(--components-inlineMessage-lineHeight);color:var(--components-inlineMessage-color)}.inlineMessage .lucca-icon{font-size:var(--components-inlineMessage-icon-fontSize);color:var(--components-inlineMessage-icon-color);margin-top:2px}.inlineMessage.mod-S{--components-inlineMessage-fontSize: var(--sizes-XS-fontSize);--components-inlineMessage-lineHeight: var(--sizes-XS-lineHeight);--components-inlineMessage-icon-fontSize: .75rem}.inlineMessage.is-success{--components-inlineMessage-icon-color: var(--palettes-success-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-success .lucca-icon:before{content:\"\\e9ed\";content:\"\\e9ed\"/\"\"}.inlineMessage.is-warning{--components-inlineMessage-icon-color: var(--palettes-warning-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-warning .lucca-icon:before{content:\"\\e992\";content:\"\\e992\"/\"\"}.inlineMessage.is-error{--components-inlineMessage-icon-color: var(--palettes-error-700);--components-inlineMessage-color: var(--palettes-error-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-error .lucca-icon:before{content:\"\\e92c\";content:\"\\e92c\"/\"\"}\n"] }]
|
|
27
27
|
}], propDecorators: { label: [{
|
|
28
28
|
type: Input,
|
|
29
29
|
args: [{ required: true }]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lucca-front-ng-inline-message.mjs","sources":["../../../packages/ng/inline-message/inline-message.component.ts","../../../packages/ng/inline-message/inline-message.component.html","../../../packages/ng/inline-message/lucca-front-ng-inline-message.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, inject, Input, OnChanges } from '@angular/core';\
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-inline-message.mjs","sources":["../../../packages/ng/inline-message/inline-message.component.ts","../../../packages/ng/inline-message/inline-message.component.html","../../../packages/ng/inline-message/lucca-front-ng-inline-message.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, inject, Input, OnChanges } from '@angular/core';\nimport { NgIf } from '@angular/common';\nimport { InlineMessageState } from './inline-message-state';\nimport { NgClazz } from '@lucca-front/ng/core';\n\n@Component({\n\tselector: 'lu-inline-message',\n\tstandalone: true,\n\timports: [NgIf],\n\thostDirectives: [NgClazz],\n\ttemplateUrl: './inline-message.component.html',\n\tstyleUrls: ['./inline-message.component.scss'],\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class InlineMessageComponent implements OnChanges {\n\t#ngClass = inject(NgClazz);\n\n\t@Input({ required: true })\n\tlabel: string;\n\n\t@Input()\n\tstate: InlineMessageState = 'default';\n\n\t@Input()\n\tsize: 'S' | 'M' = 'M';\n\n\tngOnChanges(): void {\n\t\tthis.#ngClass.ngClass = {\n\t\t\t[`mod-${this.size}`]: true,\n\t\t\t[`is-${this.state}`]: true,\n\t\t\tinlineMessage: true,\n\t\t};\n\t}\n}\n","<span aria-hidden=\"true\" class=\"lucca-icon icon-{{state}}\" *ngIf=\"state\"></span>{{label}}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAKA,MASa,sBAAsB,CAAA;AATnC,IAAA,WAAA,GAAA;AAUC,QAAA,IAAA,CAAA,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC;QAM3B,IAAK,CAAA,KAAA,GAAuB,SAAS,CAAC;QAGtC,IAAI,CAAA,IAAA,GAAc,GAAG,CAAC;AAStB,KAAA;AAlBA,IAAA,QAAQ,CAAmB;IAW3B,WAAW,GAAA;AACV,QAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,GAAG;AACvB,YAAA,CAAC,OAAO,IAAI,CAAC,IAAI,CAAE,CAAA,GAAG,IAAI;AAC1B,YAAA,CAAC,MAAM,IAAI,CAAC,KAAK,CAAE,CAAA,GAAG,IAAI;AAC1B,YAAA,aAAa,EAAE,IAAI;SACnB,CAAC;KACF;8GAlBW,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAtB,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,aAAA,EAAA,IAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAAA,EAAA,CAAA,OAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECdnC,mGACA,EAAA,MAAA,EAAA,CAAA,smDAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDOW,IAAI,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FAMF,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBATlC,SAAS;AACC,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,mBAAmB,EACjB,UAAA,EAAA,IAAI,EACP,OAAA,EAAA,CAAC,IAAI,CAAC,EACC,cAAA,EAAA,CAAC,OAAO,CAAC,EAGR,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,mGAAA,EAAA,MAAA,EAAA,CAAA,smDAAA,CAAA,EAAA,CAAA;8BAM/C,KAAK,EAAA,CAAA;sBADJ,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAA;gBAIzB,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;;;AEvBP;;AAEG;;;;"}
|
|
@@ -23,7 +23,7 @@ class LuInputClearerComponent extends ALuClearer {
|
|
|
23
23
|
provide: ALuClearer,
|
|
24
24
|
useExisting: forwardRef(() => LuInputClearerComponent),
|
|
25
25
|
},
|
|
26
|
-
], exportAs: ["luClearer"], usesInheritance: true, ngImport: i0, template: "<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\
|
|
26
|
+
], exportAs: ["luClearer"], usesInheritance: true, ngImport: i0, template: "<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\n\t<span aria-hidden=\"true\" class=\"lucca-icon icon-signClose\"></span>\n\t<span class=\"u-mask\">Clear</span>\n</a>\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 }); }
|
|
27
27
|
}
|
|
28
28
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuInputClearerComponent, decorators: [{
|
|
29
29
|
type: Component,
|
|
@@ -32,7 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImpor
|
|
|
32
32
|
provide: ALuClearer,
|
|
33
33
|
useExisting: forwardRef(() => LuInputClearerComponent),
|
|
34
34
|
},
|
|
35
|
-
], template: "<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\
|
|
35
|
+
], template: "<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\n\t<span aria-hidden=\"true\" class=\"lucca-icon icon-signClose\"></span>\n\t<span class=\"u-mask\">Clear</span>\n</a>\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"] }]
|
|
36
36
|
}], propDecorators: { onClear: [{
|
|
37
37
|
type: Output
|
|
38
38
|
}] } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lucca-front-ng-input.mjs","sources":["../../../packages/ng/input/clearer/clearer.model.ts","../../../packages/ng/input/clearer/clearer.component.ts","../../../packages/ng/input/clearer/clearer.component.html","../../../packages/ng/input/clearer/clearer.module.ts","../../../packages/ng/input/displayer/input-displayer.model.ts","../../../packages/ng/input/displayer/input-displayer.directive.ts","../../../packages/ng/input/displayer/input-displayer.module.ts","../../../packages/ng/input/input.model.ts","../../../packages/ng/input/input.directive.ts","../../../packages/ng/input/input.module.ts","../../../packages/ng/input/lucca-front-ng-input.ts"],"sourcesContent":["import { Observable } from 'rxjs';\r\n\r\nexport interface ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\nexport abstract class ALuClearer<T> implements ILuClearer<T> {\r\n\tonClear: Observable<T>;\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Output } from '@angular/core';\r\nimport { ALuClearer, ILuClearer } from './clearer.model';\r\n\r\n@Component({\r\n\tselector: 'lu-input-clearer',\r\n\ttemplateUrl: './clearer.component.html',\r\n\tstyleUrls: ['./clearer.component.scss'],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\r\n\texportAs: 'luClearer',\r\n\tstandalone: true,\r\n\timports: [CommonModule],\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuClearer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputClearerComponent),\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputClearerComponent<T> extends ALuClearer<T> implements ILuClearer<T> {\r\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\r\n\t@Output() override onClear = new EventEmitter<T>();\r\n\tonClick($event: Event) {\r\n\t\tthis.onClear.emit();\r\n\t\t$event.preventDefault();\r\n\t\t$event.stopPropagation();\r\n\t}\r\n}\r\n","<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\r\n\t<span aria-hidden=\"true\" class=\"lucca-icon icon-signClose\"></span>\r\n\t<span class=\"u-mask\">Clear</span>\r\n</a>\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer.component';\r\n\r\n@NgModule({\r\n\timports: [LuInputClearerComponent],\r\n\texports: [LuInputClearerComponent],\r\n})\r\nexport class LuInputClearerModule {}\r\n","import { ViewRef } from '@angular/core';\r\n\r\nexport interface ILuInputDisplayer<T> {\r\n\tmultiple: boolean;\r\n\tgetViewRef(value: T | T[]): ViewRef;\r\n}\r\nexport abstract class ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\tmultiple = false;\r\n\tabstract getViewRef(value: T | T[]): ViewRef;\r\n}\r\n","import { Directive, forwardRef, Input, TemplateRef, ViewRef } from '@angular/core';\r\nimport { ALuInputDisplayer, ILuInputDisplayer } from './input-displayer.model';\r\n\r\n@Directive({\r\n\tselector: '[luDisplayer]',\r\n\tstandalone: true,\r\n\tproviders: [\r\n\t\t{\r\n\t\t\tprovide: ALuInputDisplayer,\r\n\t\t\tuseExisting: forwardRef(() => LuInputDisplayerDirective),\r\n\t\t\tmulti: true,\r\n\t\t},\r\n\t],\r\n})\r\nexport class LuInputDisplayerDirective<T> extends ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\r\n\t@Input('luDisplayerMultiple') set argMultiple(m: boolean) {\r\n\t\tthis.multiple = !!m;\r\n\t}\r\n\t@Input('multiple') set inputMultiple(m: boolean | string) {\r\n\t\tif (m === '') {\r\n\t\t\t// allows to have multiple = true when writing\r\n\t\t\t// <ng-template luDisplayer multiple>\r\n\t\t\tthis.multiple = true;\r\n\t\t} else {\r\n\t\t\tthis.multiple = !!m;\r\n\t\t}\r\n\t}\r\n\tconstructor(protected template: TemplateRef<LuInputDisplayerContext<T>>) {\r\n\t\tsuper();\r\n\t}\r\n\tgetViewRef(value: T | T[]): ViewRef {\r\n\t\treturn this.template.createEmbeddedView({ $implicit: value });\r\n\t}\r\n}\r\n\r\nexport class LuInputDisplayerContext<T> {\r\n\tconstructor(public $implicit: T | T[]) {}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputDisplayerDirective } from './input-displayer.directive';\r\n\r\n@NgModule({\r\n\timports: [LuInputDisplayerDirective],\r\n\texports: [LuInputDisplayerDirective],\r\n})\r\nexport class LuInputDisplayerModule {}\r\n","import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';\r\nimport { ControlValueAccessor } from '@angular/forms';\r\n\r\nexport type ILuInput = ControlValueAccessor;\r\n\r\nexport abstract class ALuInput<T, U extends HTMLElement = HTMLElement> implements ILuInput {\r\n\tprotected _placeholder: string;\r\n\tget placeholder() {\r\n\t\treturn this._placeholder;\r\n\t}\r\n\tprotected _value: T;\r\n\tconstructor(protected _changeDetectorRef: ChangeDetectorRef, protected _elementRef: ElementRef<U>, protected _renderer: Renderer2) {}\r\n\tsetValue(value: T) {\r\n\t\tthis.value = value;\r\n\t\tthis._cvaOnChange(value);\r\n\t\tthis._onTouched();\r\n\t}\r\n\tget value(): T {\r\n\t\treturn this._value;\r\n\t}\r\n\tset value(value: T) {\r\n\t\tthis._value = value;\r\n\t\tthis.render();\r\n\t\tthis.applyClasses();\r\n\t\tthis._changeDetectorRef.markForCheck();\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\twriteValue(value: T) {\r\n\t\tthis.value = value;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _cvaOnChange: (value: T) => void = () => {\r\n\t\treturn;\r\n\t};\r\n\tregisterOnChange(fn: (value: T) => void) {\r\n\t\tthis._cvaOnChange = fn;\r\n\t}\r\n\t// From ControlValueAccessor interface\r\n\tprotected _onTouched: () => void = () => {\r\n\t\treturn;\r\n\t};\r\n\tregisterOnTouched(fn: () => void) {\r\n\t\tthis._onTouched = fn;\r\n\t}\r\n\tprotected isEmpty() {\r\n\t\treturn this.value === null || this.value === undefined;\r\n\t}\r\n\tprotected applyClasses() {\r\n\t\tif (this.isEmpty()) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\r\n\tprotected abstract render(): void;\r\n}\r\n","import { Directive, ElementRef, OnInit, Renderer2 } from '@angular/core';\r\nimport { NgControl } from '@angular/forms';\r\n\r\n/**\r\n * adds class is-filled when model is empty\r\n */\r\n@Directive({\r\n\tselector: '[luInput]',\r\n\tstandalone: true,\r\n})\r\nexport class LuInputDirective implements OnInit {\r\n\tconstructor(protected _elementRef: ElementRef, protected _renderer: Renderer2, protected _ngControl: NgControl) {}\r\n\tprotected isEmpty(value) {\r\n\t\tif (typeof value === 'string') {\r\n\t\t\treturn value === '';\r\n\t\t}\r\n\t\treturn value === null || value === undefined;\r\n\t}\r\n\tprotected applyClasses(value) {\r\n\t\tif (this.isEmpty(value)) {\r\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t} else {\r\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\r\n\t\t}\r\n\t}\r\n\tngOnInit() {\r\n\t\tthis._ngControl.valueChanges.subscribe((v) => this.applyClasses(v));\r\n\t\tconst val: unknown = this._ngControl.value;\r\n\t\tthis.applyClasses(val);\r\n\t}\r\n}\r\n","import { NgModule } from '@angular/core';\r\nimport { LuInputClearerComponent } from './clearer/index';\r\nimport { LuInputDisplayerDirective } from './displayer/index';\r\nimport { LuInputDirective } from './input.directive';\r\n\r\n@NgModule({\r\n\timports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\r\n\texports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\r\n})\r\nexport class LuInputModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"lucca-front-ng-input.mjs","sources":["../../../packages/ng/input/clearer/clearer.model.ts","../../../packages/ng/input/clearer/clearer.component.ts","../../../packages/ng/input/clearer/clearer.component.html","../../../packages/ng/input/clearer/clearer.module.ts","../../../packages/ng/input/displayer/input-displayer.model.ts","../../../packages/ng/input/displayer/input-displayer.directive.ts","../../../packages/ng/input/displayer/input-displayer.module.ts","../../../packages/ng/input/input.model.ts","../../../packages/ng/input/input.directive.ts","../../../packages/ng/input/input.module.ts","../../../packages/ng/input/lucca-front-ng-input.ts"],"sourcesContent":["import { Observable } from 'rxjs';\n\nexport interface ILuClearer<T> {\n\tonClear: Observable<T>;\n}\nexport abstract class ALuClearer<T> implements ILuClearer<T> {\n\tonClear: Observable<T>;\n}\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Output } from '@angular/core';\nimport { ALuClearer, ILuClearer } from './clearer.model';\n\n@Component({\n\tselector: 'lu-input-clearer',\n\ttemplateUrl: './clearer.component.html',\n\tstyleUrls: ['./clearer.component.scss'],\n\tchangeDetection: ChangeDetectionStrategy.OnPush,\n\texportAs: 'luClearer',\n\tstandalone: true,\n\timports: [CommonModule],\n\tproviders: [\n\t\t{\n\t\t\tprovide: ALuClearer,\n\t\t\tuseExisting: forwardRef(() => LuInputClearerComponent),\n\t\t},\n\t],\n})\nexport class LuInputClearerComponent<T> extends ALuClearer<T> implements ILuClearer<T> {\n\t// eslint-disable-next-line @angular-eslint/no-output-on-prefix\n\t@Output() override onClear = new EventEmitter<T>();\n\tonClick($event: Event) {\n\t\tthis.onClear.emit();\n\t\t$event.preventDefault();\n\t\t$event.stopPropagation();\n\t}\n}\n","<a href=\"#\" role=\"button\" class=\"clear\" (click)=\"onClick($event)\">\n\t<span aria-hidden=\"true\" class=\"lucca-icon icon-signClose\"></span>\n\t<span class=\"u-mask\">Clear</span>\n</a>\n","import { NgModule } from '@angular/core';\nimport { LuInputClearerComponent } from './clearer.component';\n\n@NgModule({\n\timports: [LuInputClearerComponent],\n\texports: [LuInputClearerComponent],\n})\nexport class LuInputClearerModule {}\n","import { ViewRef } from '@angular/core';\n\nexport interface ILuInputDisplayer<T> {\n\tmultiple: boolean;\n\tgetViewRef(value: T | T[]): ViewRef;\n}\nexport abstract class ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\n\tmultiple = false;\n\tabstract getViewRef(value: T | T[]): ViewRef;\n}\n","import { Directive, forwardRef, Input, TemplateRef, ViewRef } from '@angular/core';\nimport { ALuInputDisplayer, ILuInputDisplayer } from './input-displayer.model';\n\n@Directive({\n\tselector: '[luDisplayer]',\n\tstandalone: true,\n\tproviders: [\n\t\t{\n\t\t\tprovide: ALuInputDisplayer,\n\t\t\tuseExisting: forwardRef(() => LuInputDisplayerDirective),\n\t\t\tmulti: true,\n\t\t},\n\t],\n})\nexport class LuInputDisplayerDirective<T> extends ALuInputDisplayer<T> implements ILuInputDisplayer<T> {\n\t@Input('luDisplayerMultiple') set argMultiple(m: boolean) {\n\t\tthis.multiple = !!m;\n\t}\n\t@Input('multiple') set inputMultiple(m: boolean | string) {\n\t\tif (m === '') {\n\t\t\t// allows to have multiple = true when writing\n\t\t\t// <ng-template luDisplayer multiple>\n\t\t\tthis.multiple = true;\n\t\t} else {\n\t\t\tthis.multiple = !!m;\n\t\t}\n\t}\n\tconstructor(protected template: TemplateRef<LuInputDisplayerContext<T>>) {\n\t\tsuper();\n\t}\n\tgetViewRef(value: T | T[]): ViewRef {\n\t\treturn this.template.createEmbeddedView({ $implicit: value });\n\t}\n}\n\nexport class LuInputDisplayerContext<T> {\n\tconstructor(public $implicit: T | T[]) {}\n}\n","import { NgModule } from '@angular/core';\nimport { LuInputDisplayerDirective } from './input-displayer.directive';\n\n@NgModule({\n\timports: [LuInputDisplayerDirective],\n\texports: [LuInputDisplayerDirective],\n})\nexport class LuInputDisplayerModule {}\n","import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';\nimport { ControlValueAccessor } from '@angular/forms';\n\nexport type ILuInput = ControlValueAccessor;\n\nexport abstract class ALuInput<T, U extends HTMLElement = HTMLElement> implements ILuInput {\n\tprotected _placeholder: string;\n\tget placeholder() {\n\t\treturn this._placeholder;\n\t}\n\tprotected _value: T;\n\tconstructor(protected _changeDetectorRef: ChangeDetectorRef, protected _elementRef: ElementRef<U>, protected _renderer: Renderer2) {}\n\tsetValue(value: T) {\n\t\tthis.value = value;\n\t\tthis._cvaOnChange(value);\n\t\tthis._onTouched();\n\t}\n\tget value(): T {\n\t\treturn this._value;\n\t}\n\tset value(value: T) {\n\t\tthis._value = value;\n\t\tthis.render();\n\t\tthis.applyClasses();\n\t\tthis._changeDetectorRef.markForCheck();\n\t}\n\t// From ControlValueAccessor interface\n\twriteValue(value: T) {\n\t\tthis.value = value;\n\t}\n\t// From ControlValueAccessor interface\n\tprotected _cvaOnChange: (value: T) => void = () => {\n\t\treturn;\n\t};\n\tregisterOnChange(fn: (value: T) => void) {\n\t\tthis._cvaOnChange = fn;\n\t}\n\t// From ControlValueAccessor interface\n\tprotected _onTouched: () => void = () => {\n\t\treturn;\n\t};\n\tregisterOnTouched(fn: () => void) {\n\t\tthis._onTouched = fn;\n\t}\n\tprotected isEmpty() {\n\t\treturn this.value === null || this.value === undefined;\n\t}\n\tprotected applyClasses() {\n\t\tif (this.isEmpty()) {\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\n\t\t} else {\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\n\t\t}\n\t}\n\n\tprotected abstract render(): void;\n}\n","import { Directive, ElementRef, OnInit, Renderer2 } from '@angular/core';\nimport { NgControl } from '@angular/forms';\n\n/**\n * adds class is-filled when model is empty\n */\n@Directive({\n\tselector: '[luInput]',\n\tstandalone: true,\n})\nexport class LuInputDirective implements OnInit {\n\tconstructor(protected _elementRef: ElementRef, protected _renderer: Renderer2, protected _ngControl: NgControl) {}\n\tprotected isEmpty(value) {\n\t\tif (typeof value === 'string') {\n\t\t\treturn value === '';\n\t\t}\n\t\treturn value === null || value === undefined;\n\t}\n\tprotected applyClasses(value) {\n\t\tif (this.isEmpty(value)) {\n\t\t\tthis._renderer.removeClass(this._elementRef.nativeElement, 'is-filled');\n\t\t} else {\n\t\t\tthis._renderer.addClass(this._elementRef.nativeElement, 'is-filled');\n\t\t}\n\t}\n\tngOnInit() {\n\t\tthis._ngControl.valueChanges.subscribe((v) => this.applyClasses(v));\n\t\tconst val: unknown = this._ngControl.value;\n\t\tthis.applyClasses(val);\n\t}\n}\n","import { NgModule } from '@angular/core';\nimport { LuInputClearerComponent } from './clearer/index';\nimport { LuInputDisplayerDirective } from './displayer/index';\nimport { LuInputDirective } from './input.directive';\n\n@NgModule({\n\timports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\n\texports: [LuInputDirective, LuInputDisplayerDirective, LuInputClearerComponent],\n})\nexport class LuInputModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|