@lucca-front/ng 16.4.1 → 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 +19 -19
- 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
|
@@ -1,124 +1,124 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
@use '@lucca-front/icons/src/commons/utils/icon';
|
|
4
|
-
@use '@lucca-front/scss/src/commons/utils/form';
|
|
5
|
-
|
|
6
|
-
.mat-datepicker-content {
|
|
7
|
-
@include box-shadow-override();
|
|
8
|
-
@extend .card;
|
|
9
|
-
display: block;
|
|
10
|
-
margin-top: 2px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.mat-datepicker-toggle {
|
|
14
|
-
@extend .textfield-suffix;
|
|
15
|
-
pointer-events: auto;
|
|
16
|
-
|
|
17
|
-
button {
|
|
18
|
-
background: none !important;
|
|
19
|
-
border-radius: 0;
|
|
20
|
-
height: auto;
|
|
21
|
-
line-height: 1;
|
|
22
|
-
width: auto;
|
|
23
|
-
|
|
24
|
-
&::after {
|
|
25
|
-
@include icon.generate('calendar_date');
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
mat-icon {
|
|
29
|
-
display: none;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
// CALENDAR
|
|
35
|
-
.mat-calendar {
|
|
36
|
-
width: 296px;
|
|
37
|
-
|
|
38
|
-
.mat-button {
|
|
39
|
-
@extend .button, .mod-text;
|
|
40
|
-
font-size: 1em;
|
|
41
|
-
text-decoration: none;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.mat-calendar-arrow {
|
|
45
|
-
display: none;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.mat-calendar-arrow {
|
|
49
|
-
display: none;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.mat-icon-button {
|
|
53
|
-
@extend .button, .mod-text;
|
|
54
|
-
border-radius: 3px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.mat-calendar-content {
|
|
58
|
-
padding: 0 0.5em 0.5em 0.5em;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// CALENDAR HEADER
|
|
63
|
-
.mat-calendar-controls {
|
|
64
|
-
margin-top: 0 !important;
|
|
65
|
-
.mat-icon-button[disabled] {
|
|
66
|
-
opacity: 0.4;
|
|
67
|
-
}
|
|
68
|
-
.mat-calendar-period-button {
|
|
69
|
-
flex: 1;
|
|
70
|
-
order: 1;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.mat-calendar-next-button {
|
|
74
|
-
order: 2;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.mat-calendar-spacer {
|
|
78
|
-
display: none;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
// TABLE
|
|
83
|
-
.mat-calendar-body-cell {
|
|
84
|
-
.mat-calendar-body-cell-content {
|
|
85
|
-
box-shadow: form.fakeBorderOverlay(var(--commons-divider-color));
|
|
86
|
-
border: none;
|
|
87
|
-
border-radius: 0;
|
|
88
|
-
color: var(--palettes-grey-600);
|
|
89
|
-
height: 100%;
|
|
90
|
-
left: 0;
|
|
91
|
-
top: 0;
|
|
92
|
-
width: 100%;
|
|
93
|
-
|
|
94
|
-
&:hover,
|
|
95
|
-
&.mat-calendar-body-selected {
|
|
96
|
-
background-color: var(--palette-primary-700);
|
|
97
|
-
color: var(--palette-primary-text);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
&.mat-calendar-body-disabled {
|
|
102
|
-
opacity: 0.5;
|
|
103
|
-
pointer-events: none;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// SPECIFIC MONTH-VIEW
|
|
108
|
-
md-month-view,
|
|
109
|
-
mat-month-view {
|
|
110
|
-
.mat-calendar-table-header th {
|
|
111
|
-
color: var(--palettes-grey-600);
|
|
112
|
-
font-size: 0.9em;
|
|
113
|
-
padding-bottom: 0.4em;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.mat-calendar-body-label {
|
|
117
|
-
overflow: hidden;
|
|
118
|
-
text-indent: -9999px;
|
|
119
|
-
|
|
120
|
-
&[colspan='7'] {
|
|
121
|
-
display: none; // REMOVE MONTH LABEL ABOVE NUMBERS IF FULL WIDTH
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
@use '@lucca-front/icons/src/commons/utils/icon';
|
|
4
|
+
@use '@lucca-front/scss/src/commons/utils/form';
|
|
5
|
+
|
|
6
|
+
.mat-datepicker-content {
|
|
7
|
+
@include box-shadow-override();
|
|
8
|
+
@extend .card;
|
|
9
|
+
display: block;
|
|
10
|
+
margin-top: 2px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.mat-datepicker-toggle {
|
|
14
|
+
@extend .textfield-suffix;
|
|
15
|
+
pointer-events: auto;
|
|
16
|
+
|
|
17
|
+
button {
|
|
18
|
+
background: none !important;
|
|
19
|
+
border-radius: 0;
|
|
20
|
+
height: auto;
|
|
21
|
+
line-height: 1;
|
|
22
|
+
width: auto;
|
|
23
|
+
|
|
24
|
+
&::after {
|
|
25
|
+
@include icon.generate('calendar_date');
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
mat-icon {
|
|
29
|
+
display: none;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// CALENDAR
|
|
35
|
+
.mat-calendar {
|
|
36
|
+
width: 296px;
|
|
37
|
+
|
|
38
|
+
.mat-button {
|
|
39
|
+
@extend .button, .mod-text;
|
|
40
|
+
font-size: 1em;
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.mat-calendar-arrow {
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.mat-calendar-arrow {
|
|
49
|
+
display: none;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.mat-icon-button {
|
|
53
|
+
@extend .button, .mod-text;
|
|
54
|
+
border-radius: 3px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.mat-calendar-content {
|
|
58
|
+
padding: 0 0.5em 0.5em 0.5em;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// CALENDAR HEADER
|
|
63
|
+
.mat-calendar-controls {
|
|
64
|
+
margin-top: 0 !important;
|
|
65
|
+
.mat-icon-button[disabled] {
|
|
66
|
+
opacity: 0.4;
|
|
67
|
+
}
|
|
68
|
+
.mat-calendar-period-button {
|
|
69
|
+
flex: 1;
|
|
70
|
+
order: 1;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.mat-calendar-next-button {
|
|
74
|
+
order: 2;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.mat-calendar-spacer {
|
|
78
|
+
display: none;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// TABLE
|
|
83
|
+
.mat-calendar-body-cell {
|
|
84
|
+
.mat-calendar-body-cell-content {
|
|
85
|
+
box-shadow: form.fakeBorderOverlay(var(--commons-divider-color));
|
|
86
|
+
border: none;
|
|
87
|
+
border-radius: 0;
|
|
88
|
+
color: var(--palettes-grey-600);
|
|
89
|
+
height: 100%;
|
|
90
|
+
left: 0;
|
|
91
|
+
top: 0;
|
|
92
|
+
width: 100%;
|
|
93
|
+
|
|
94
|
+
&:hover,
|
|
95
|
+
&.mat-calendar-body-selected {
|
|
96
|
+
background-color: var(--palette-primary-700);
|
|
97
|
+
color: var(--palette-primary-text);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&.mat-calendar-body-disabled {
|
|
102
|
+
opacity: 0.5;
|
|
103
|
+
pointer-events: none;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// SPECIFIC MONTH-VIEW
|
|
108
|
+
md-month-view,
|
|
109
|
+
mat-month-view {
|
|
110
|
+
.mat-calendar-table-header th {
|
|
111
|
+
color: var(--palettes-grey-600);
|
|
112
|
+
font-size: 0.9em;
|
|
113
|
+
padding-bottom: 0.4em;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.mat-calendar-body-label {
|
|
117
|
+
overflow: hidden;
|
|
118
|
+
text-indent: -9999px;
|
|
119
|
+
|
|
120
|
+
&[colspan='7'] {
|
|
121
|
+
display: none; // REMOVE MONTH LABEL ABOVE NUMBERS IF FULL WIDTH
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
@use '@lucca-front/scss/src/commons/utils/media';
|
|
4
|
-
@use '@lucca-front/icons/src/commons/utils/icon';
|
|
5
|
-
|
|
6
|
-
.mat-dialog-container {
|
|
7
|
-
@extend .card;
|
|
8
|
-
|
|
9
|
-
background: white;
|
|
10
|
-
max-width: 80vw; // MIGHT BE CHANGED INTO A THEME VARIABLE
|
|
11
|
-
overflow: visible !important;
|
|
12
|
-
padding: 0 !important;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.cdk-overlay-pane {
|
|
16
|
-
&.mod-sidePanel {
|
|
17
|
-
position: fixed !important;
|
|
18
|
-
top: var(--commons-banner-height);
|
|
19
|
-
right: 0;
|
|
20
|
-
bottom: 0;
|
|
21
|
-
width: 60%;
|
|
22
|
-
max-width: 800px;
|
|
23
|
-
@include media.max('S') {
|
|
24
|
-
width: 80%;
|
|
25
|
-
}
|
|
26
|
-
@include media.max('XS') {
|
|
27
|
-
width: 100%;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.mat-dialog-container {
|
|
31
|
-
max-width: 100%;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
@use '@lucca-front/scss/src/commons/utils/media';
|
|
4
|
+
@use '@lucca-front/icons/src/commons/utils/icon';
|
|
5
|
+
|
|
6
|
+
.mat-dialog-container {
|
|
7
|
+
@extend .card;
|
|
8
|
+
|
|
9
|
+
background: white;
|
|
10
|
+
max-width: 80vw; // MIGHT BE CHANGED INTO A THEME VARIABLE
|
|
11
|
+
overflow: visible !important;
|
|
12
|
+
padding: 0 !important;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.cdk-overlay-pane {
|
|
16
|
+
&.mod-sidePanel {
|
|
17
|
+
position: fixed !important;
|
|
18
|
+
top: var(--commons-banner-height);
|
|
19
|
+
right: 0;
|
|
20
|
+
bottom: 0;
|
|
21
|
+
width: 60%;
|
|
22
|
+
max-width: 800px;
|
|
23
|
+
@include media.max('S') {
|
|
24
|
+
width: 80%;
|
|
25
|
+
}
|
|
26
|
+
@include media.max('XS') {
|
|
27
|
+
width: 100%;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.mat-dialog-container {
|
|
31
|
+
max-width: 100%;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
input.mat-input-element {
|
|
4
|
-
margin-top: 0 !important;
|
|
5
|
-
}
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
input.mat-input-element {
|
|
4
|
+
margin-top: 0 !important;
|
|
5
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
.mat-menu-item {
|
|
4
|
-
@extend .textfield-options-entry;
|
|
5
|
-
background-color: transparent;
|
|
6
|
-
&.mat-selected,
|
|
7
|
-
&.mat-active {
|
|
8
|
-
@extend .is-focus;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.mat-menu-panel {
|
|
13
|
-
@extend .textfield-options;
|
|
14
|
-
position: relative;
|
|
15
|
-
top: auto;
|
|
16
|
-
opacity: 1;
|
|
17
|
-
transform: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.mat-menu-content {
|
|
21
|
-
padding-top: 0 !important;
|
|
22
|
-
padding-bottom: 0 !important;
|
|
23
|
-
}
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
.mat-menu-item {
|
|
4
|
+
@extend .textfield-options-entry;
|
|
5
|
+
background-color: transparent;
|
|
6
|
+
&.mat-selected,
|
|
7
|
+
&.mat-active {
|
|
8
|
+
@extend .is-focus;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.mat-menu-panel {
|
|
13
|
+
@extend .textfield-options;
|
|
14
|
+
position: relative;
|
|
15
|
+
top: auto;
|
|
16
|
+
opacity: 1;
|
|
17
|
+
transform: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.mat-menu-content {
|
|
21
|
+
padding-top: 0 !important;
|
|
22
|
+
padding-bottom: 0 !important;
|
|
23
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
@mixin box-shadow-override($hasHover: false) {
|
|
4
|
-
box-shadow: var(--commons-boxShadow-XS) !important;
|
|
5
|
-
@if $hasHover {
|
|
6
|
-
&:hover {
|
|
7
|
-
box-shadow: var(--commons-boxShadow-M) !important;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
@mixin box-shadow-override($hasHover: false) {
|
|
4
|
+
box-shadow: var(--commons-boxShadow-XS) !important;
|
|
5
|
+
@if $hasHover {
|
|
6
|
+
&:hover {
|
|
7
|
+
box-shadow: var(--commons-boxShadow-M) !important;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
.mat-option {
|
|
4
|
-
@extend .textfield-options-entry;
|
|
5
|
-
|
|
6
|
-
display: block;
|
|
7
|
-
line-height: unset !important;
|
|
8
|
-
outline: none;
|
|
9
|
-
&.mat-selected,
|
|
10
|
-
&.mat-active {
|
|
11
|
-
@extend .textfield-options-entry, .is-focus;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.mat-option-ripple {
|
|
15
|
-
bottom: 0;
|
|
16
|
-
left: 0;
|
|
17
|
-
pointer-events: none;
|
|
18
|
-
position: absolute;
|
|
19
|
-
right: 0;
|
|
20
|
-
top: 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.mat-ripple {
|
|
24
|
-
overflow: hidden;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
.mat-option {
|
|
4
|
+
@extend .textfield-options-entry;
|
|
5
|
+
|
|
6
|
+
display: block;
|
|
7
|
+
line-height: unset !important;
|
|
8
|
+
outline: none;
|
|
9
|
+
&.mat-selected,
|
|
10
|
+
&.mat-active {
|
|
11
|
+
@extend .textfield-options-entry, .is-focus;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.mat-option-ripple {
|
|
15
|
+
bottom: 0;
|
|
16
|
+
left: 0;
|
|
17
|
+
pointer-events: none;
|
|
18
|
+
position: absolute;
|
|
19
|
+
right: 0;
|
|
20
|
+
top: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.mat-ripple {
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
mat-select {
|
|
4
|
-
@extend .textfield;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.textfield.mod-framed mat-select {
|
|
8
|
-
padding: 0 !important;
|
|
9
|
-
|
|
10
|
-
.mat-select-trigger {
|
|
11
|
-
font-size: var(--sizes-M-fontSize);
|
|
12
|
-
margin: 2.2rem var(--spacings-S) 0.7rem;
|
|
13
|
-
&::after {
|
|
14
|
-
bottom: -0.7rem;
|
|
15
|
-
content: '';
|
|
16
|
-
display: block;
|
|
17
|
-
left: calc(var(--spacings-S) * -1);
|
|
18
|
-
position: absolute;
|
|
19
|
-
right: calc(var(--spacings-S) * -1);
|
|
20
|
-
top: -2.2rem;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.textfield:not(.mod-compact) mat-select {
|
|
26
|
-
padding-top: 0 !important;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.mat-select-trigger {
|
|
30
|
-
height: 1.1rem !important;
|
|
31
|
-
min-width: 0 !important;
|
|
32
|
-
text-overflow: ellipsis;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.mat-select-placeholder {
|
|
36
|
-
width: auto !important;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.mat-select-panel {
|
|
40
|
-
@extend .textfield-options;
|
|
41
|
-
|
|
42
|
-
position: relative;
|
|
43
|
-
top: auto;
|
|
44
|
-
transform: none;
|
|
45
|
-
opacity: 1;
|
|
46
|
-
}
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
mat-select {
|
|
4
|
+
@extend .textfield;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.textfield.mod-framed mat-select {
|
|
8
|
+
padding: 0 !important;
|
|
9
|
+
|
|
10
|
+
.mat-select-trigger {
|
|
11
|
+
font-size: var(--sizes-M-fontSize);
|
|
12
|
+
margin: 2.2rem var(--spacings-S) 0.7rem;
|
|
13
|
+
&::after {
|
|
14
|
+
bottom: -0.7rem;
|
|
15
|
+
content: '';
|
|
16
|
+
display: block;
|
|
17
|
+
left: calc(var(--spacings-S) * -1);
|
|
18
|
+
position: absolute;
|
|
19
|
+
right: calc(var(--spacings-S) * -1);
|
|
20
|
+
top: -2.2rem;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.textfield:not(.mod-compact) mat-select {
|
|
26
|
+
padding-top: 0 !important;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.mat-select-trigger {
|
|
30
|
+
height: 1.1rem !important;
|
|
31
|
+
min-width: 0 !important;
|
|
32
|
+
text-overflow: ellipsis;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.mat-select-placeholder {
|
|
36
|
+
width: auto !important;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.mat-select-panel {
|
|
40
|
+
@extend .textfield-options;
|
|
41
|
+
|
|
42
|
+
position: relative;
|
|
43
|
+
top: auto;
|
|
44
|
+
transform: none;
|
|
45
|
+
opacity: 1;
|
|
46
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
.mat-tooltip {
|
|
4
|
-
border-radius: var(--commons-borderRadius-M);
|
|
5
|
-
background: var(--components-tooltip-background-color);
|
|
6
|
-
color: var(--components-tooltip-color);
|
|
7
|
-
font-size: var(--sizes-XS-lineHeight) !important;
|
|
8
|
-
margin: var(--spacings-XS) !important;
|
|
9
|
-
padding: var(--spacings-XXS) var(--spacings-XS) !important;
|
|
10
|
-
line-height: var(--sizes-XS-lineHeight);
|
|
11
|
-
}
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
.mat-tooltip {
|
|
4
|
+
border-radius: var(--commons-borderRadius-M);
|
|
5
|
+
background: var(--components-tooltip-background-color);
|
|
6
|
+
color: var(--components-tooltip-color);
|
|
7
|
+
font-size: var(--sizes-XS-lineHeight) !important;
|
|
8
|
+
margin: var(--spacings-XS) !important;
|
|
9
|
+
padding: var(--spacings-XXS) var(--spacings-XS) !important;
|
|
10
|
+
line-height: var(--sizes-XS-lineHeight);
|
|
11
|
+
}
|
package/material/style/main.scss
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
// deprecated
|
|
2
|
-
|
|
3
|
-
@use '@angular/material' as mat;
|
|
4
|
-
|
|
5
|
-
@import 'components';
|
|
6
|
-
|
|
7
|
-
// CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
8
|
-
$lucca-front-mat-typography: mat.define-typography-config(
|
|
9
|
-
$font-family: var(--commons-font-family),
|
|
10
|
-
);
|
|
11
|
-
|
|
12
|
-
@include mat.all-component-typographies($lucca-front-mat-typography);
|
|
1
|
+
// deprecated
|
|
2
|
+
|
|
3
|
+
@use '@angular/material' as mat;
|
|
4
|
+
|
|
5
|
+
@import 'components';
|
|
6
|
+
|
|
7
|
+
// CHANGE DEFAULT FONTS TO LUCCA-FRONT FONTS
|
|
8
|
+
$lucca-front-mat-typography: mat.define-typography-config(
|
|
9
|
+
$font-family: var(--commons-font-family),
|
|
10
|
+
);
|
|
11
|
+
|
|
12
|
+
@include mat.all-component-typographies($lucca-front-mat-typography);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "16.4.
|
|
3
|
+
"version": "16.4.3",
|
|
4
4
|
"description": "A library of icons made by the team @Lucca",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@angular/common": "^16.0.0",
|
|
27
27
|
"@angular/core": "^16.0.0",
|
|
28
28
|
"@angular/cdk": "^16.0.0",
|
|
29
|
-
"@lucca-front/icons": "v16.4.
|
|
30
|
-
"@lucca-front/scss": "v16.4.
|
|
29
|
+
"@lucca-front/icons": "v16.4.3",
|
|
30
|
+
"@lucca-front/scss": "v16.4.3",
|
|
31
31
|
"@types/dompurify": "^3.0.0",
|
|
32
32
|
"dompurify": "^3.0.0",
|
|
33
33
|
"rxjs": "^6.0.0 || ^7.0.0"
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"esm": "./esm2022/animations/lucca-front-ng-animations.mjs",
|
|
60
60
|
"default": "./fesm2022/lucca-front-ng-animations.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./
|
|
63
|
-
"types": "./
|
|
64
|
-
"esm2022": "./esm2022/
|
|
65
|
-
"esm": "./esm2022/
|
|
66
|
-
"default": "./fesm2022/lucca-front-ng-
|
|
62
|
+
"./api": {
|
|
63
|
+
"types": "./api/index.d.ts",
|
|
64
|
+
"esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
65
|
+
"esm": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
66
|
+
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
67
67
|
},
|
|
68
68
|
"./callout": {
|
|
69
69
|
"types": "./callout/index.d.ts",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
"esm": "./esm2022/callout/lucca-front-ng-callout.mjs",
|
|
72
72
|
"default": "./fesm2022/lucca-front-ng-callout.mjs"
|
|
73
73
|
},
|
|
74
|
-
"./
|
|
75
|
-
"types": "./
|
|
76
|
-
"esm2022": "./esm2022/
|
|
77
|
-
"esm": "./esm2022/
|
|
78
|
-
"default": "./fesm2022/lucca-front-ng-
|
|
74
|
+
"./core": {
|
|
75
|
+
"types": "./core/index.d.ts",
|
|
76
|
+
"esm2022": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
77
|
+
"esm": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
78
|
+
"default": "./fesm2022/lucca-front-ng-core.mjs"
|
|
79
79
|
},
|
|
80
80
|
"./core-select": {
|
|
81
81
|
"types": "./core-select/index.d.ts",
|
|
@@ -173,18 +173,18 @@
|
|
|
173
173
|
"esm": "./esm2022/numeric-badge/lucca-front-ng-numeric-badge.mjs",
|
|
174
174
|
"default": "./fesm2022/lucca-front-ng-numeric-badge.mjs"
|
|
175
175
|
},
|
|
176
|
-
"./option": {
|
|
177
|
-
"types": "./option/index.d.ts",
|
|
178
|
-
"esm2022": "./esm2022/option/lucca-front-ng-option.mjs",
|
|
179
|
-
"esm": "./esm2022/option/lucca-front-ng-option.mjs",
|
|
180
|
-
"default": "./fesm2022/lucca-front-ng-option.mjs"
|
|
181
|
-
},
|
|
182
176
|
"./picker": {
|
|
183
177
|
"types": "./picker/index.d.ts",
|
|
184
178
|
"esm2022": "./esm2022/picker/lucca-front-ng-picker.mjs",
|
|
185
179
|
"esm": "./esm2022/picker/lucca-front-ng-picker.mjs",
|
|
186
180
|
"default": "./fesm2022/lucca-front-ng-picker.mjs"
|
|
187
181
|
},
|
|
182
|
+
"./option": {
|
|
183
|
+
"types": "./option/index.d.ts",
|
|
184
|
+
"esm2022": "./esm2022/option/lucca-front-ng-option.mjs",
|
|
185
|
+
"esm": "./esm2022/option/lucca-front-ng-option.mjs",
|
|
186
|
+
"default": "./fesm2022/lucca-front-ng-option.mjs"
|
|
187
|
+
},
|
|
188
188
|
"./popover": {
|
|
189
189
|
"types": "./popover/index.d.ts",
|
|
190
190
|
"esm2022": "./esm2022/popover/lucca-front-ng-popover.mjs",
|