@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
|
@@ -48,11 +48,11 @@ class LuFormlyFieldApi extends FieldType {
|
|
|
48
48
|
this.props['_isFocused'] = false;
|
|
49
49
|
}
|
|
50
50
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldApi, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
51
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldApi, selector: "lu-formly-field-api", usesInheritance: true, ngImport: i0, template: "<lu-api-select\
|
|
51
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldApi, selector: "lu-formly-field-api", usesInheritance: true, ngImport: i0, template: "<lu-api-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[api]=\"_api\"\n\t[filters]=\"_filters\"\n\t[orderBy]=\"_orderBy\"\n\t[sort]=\"_sort\"\n\t[standard]=\"_standard\"\n>\n</lu-api-select>\n<span [attr.for]=\"id\" class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.LuApiSelectInputComponent, selector: "lu-api-select", inputs: ["standard", "api", "fields", "filters", "orderBy", "sort"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
52
52
|
}
|
|
53
53
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldApi, decorators: [{
|
|
54
54
|
type: Component,
|
|
55
|
-
args: [{ selector: 'lu-formly-field-api', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-api-select\
|
|
55
|
+
args: [{ selector: 'lu-formly-field-api', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-api-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[api]=\"_api\"\n\t[filters]=\"_filters\"\n\t[orderBy]=\"_orderBy\"\n\t[sort]=\"_sort\"\n\t[standard]=\"_standard\"\n>\n</lu-api-select>\n<span [attr.for]=\"id\" class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
56
56
|
}] });
|
|
57
57
|
|
|
58
58
|
class LuFormlyFieldEstablishment extends FieldType {
|
|
@@ -63,11 +63,11 @@ class LuFormlyFieldEstablishment extends FieldType {
|
|
|
63
63
|
this.props['_isFocused'] = false;
|
|
64
64
|
}
|
|
65
65
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldEstablishment, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
66
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldEstablishment, selector: "lu-formly-field-establishment", usesInheritance: true, ngImport: i0, template: "<lu-establishment-select\
|
|
66
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldEstablishment, selector: "lu-formly-field-establishment", usesInheritance: true, ngImport: i0, template: "<lu-establishment-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n\t[appInstanceId]=\"props['appInstanceId']\"\n\t[operations]=\"props['operations']\"\n>\n</lu-establishment-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$1.LuEstablishmentSelectInputComponent, selector: "lu-establishment-select", inputs: ["filters", "appInstanceId", "operations"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
67
67
|
}
|
|
68
68
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldEstablishment, decorators: [{
|
|
69
69
|
type: Component,
|
|
70
|
-
args: [{ selector: 'lu-formly-field-establishment', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-establishment-select\
|
|
70
|
+
args: [{ selector: 'lu-formly-field-establishment', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-establishment-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n\t[appInstanceId]=\"props['appInstanceId']\"\n\t[operations]=\"props['operations']\"\n>\n</lu-establishment-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
71
71
|
}] });
|
|
72
72
|
|
|
73
73
|
class LuFormlyFieldCheckbox extends FieldType {
|
|
@@ -78,11 +78,11 @@ class LuFormlyFieldCheckbox extends FieldType {
|
|
|
78
78
|
this.props['_isFocused'] = false;
|
|
79
79
|
}
|
|
80
80
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
81
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldCheckbox, selector: "lu-formly-field-checkbox", usesInheritance: true, ngImport: i0, template: "<label class=\"checkbox\" [ngClass]=\"props['mod']\">\
|
|
81
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldCheckbox, selector: "lu-formly-field-checkbox", usesInheritance: true, ngImport: i0, template: "<label class=\"checkbox\" [ngClass]=\"props['mod']\">\n\t<input\n\t\tclass=\"checkbox-input\"\n\t\ttype=\"checkbox\"\n\t\t[name]=\"props['name']\"\n\t\t[id]=\"id\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t/>\n\t<span class=\"checkbox-label\">{{props.label}}</span>\n</label>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
82
82
|
}
|
|
83
83
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldCheckbox, decorators: [{
|
|
84
84
|
type: Component,
|
|
85
|
-
args: [{ selector: 'lu-formly-field-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"checkbox\" [ngClass]=\"props['mod']\">\
|
|
85
|
+
args: [{ selector: 'lu-formly-field-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"checkbox\" [ngClass]=\"props['mod']\">\n\t<input\n\t\tclass=\"checkbox-input\"\n\t\ttype=\"checkbox\"\n\t\t[name]=\"props['name']\"\n\t\t[id]=\"id\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t/>\n\t<span class=\"checkbox-label\">{{props.label}}</span>\n</label>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
|
|
86
86
|
}] });
|
|
87
87
|
|
|
88
88
|
class LuFormlyFieldDate extends FieldType {
|
|
@@ -93,11 +93,11 @@ class LuFormlyFieldDate extends FieldType {
|
|
|
93
93
|
this.props['_isFocused'] = false;
|
|
94
94
|
}
|
|
95
95
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldDate, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
96
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldDate, selector: "lu-formly-field-date", usesInheritance: true, ngImport: i0, template: "<lu-date-select\
|
|
96
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldDate, selector: "lu-formly-field-date", usesInheritance: true, ngImport: i0, template: "<lu-date-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[min]=\"props.min\"\n\t[max]=\"props.max\"\n></lu-date-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$2.LuDateSelectInputComponent, selector: "lu-date-select", inputs: ["min", "max", "granularity", "placeholder", "hideClearer", "startOn"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
97
97
|
}
|
|
98
98
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldDate, decorators: [{
|
|
99
99
|
type: Component,
|
|
100
|
-
args: [{ selector: 'lu-formly-field-date', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-date-select\
|
|
100
|
+
args: [{ selector: 'lu-formly-field-date', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-date-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[min]=\"props.min\"\n\t[max]=\"props.max\"\n></lu-date-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
101
101
|
}] });
|
|
102
102
|
|
|
103
103
|
class LuFormlyFieldDepartment extends FieldType {
|
|
@@ -108,11 +108,11 @@ class LuFormlyFieldDepartment extends FieldType {
|
|
|
108
108
|
this.props['_isFocused'] = false;
|
|
109
109
|
}
|
|
110
110
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldDepartment, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
111
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldDepartment, selector: "lu-formly-field-department", usesInheritance: true, ngImport: i0, template: "<lu-department-select\
|
|
111
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldDepartment, selector: "lu-formly-field-department", usesInheritance: true, ngImport: i0, template: "<lu-department-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n\t[appInstanceId]=\"props['appInstanceId']\"\n\t[operations]=\"props['operations']\"\n>\n</lu-department-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$3.LuDepartmentSelectInputComponent, selector: "lu-department-select", inputs: ["appInstanceId", "operations", "filters"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
112
112
|
}
|
|
113
113
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldDepartment, decorators: [{
|
|
114
114
|
type: Component,
|
|
115
|
-
args: [{ selector: 'lu-formly-field-department', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-department-select\
|
|
115
|
+
args: [{ selector: 'lu-formly-field-department', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-department-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n\t[appInstanceId]=\"props['appInstanceId']\"\n\t[operations]=\"props['operations']\"\n>\n</lu-department-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
116
116
|
}] });
|
|
117
117
|
|
|
118
118
|
class LuFormlyFieldInput extends FieldType {
|
|
@@ -126,11 +126,11 @@ class LuFormlyFieldInput extends FieldType {
|
|
|
126
126
|
this.props['_isFocused'] = false;
|
|
127
127
|
}
|
|
128
128
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldInput, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
129
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldInput, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\
|
|
129
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldInput, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\n\t<input\n\t\t[type]=\"type\"\n\t\tclass=\"textfield-input\"\n\t\t[name]=\"props['name']\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\tluInput\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t\t[placeholder]=\"props.placeholder\"\n\t/>\n</ng-template>\n<!-- type=\"number\" has to be static in order to have NumberValueAccessor instead of DefaultValueAccessor -->\n<ng-template #numberInput>\n\t<input\n\t\ttype=\"number\"\n\t\tclass=\"textfield-input\"\n\t\t[name]=\"props['name']\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\tluInput\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t\t[placeholder]=\"props.placeholder\"\n\t/>\n</ng-template>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.LuInputDirective, selector: "[luInput]" }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
130
130
|
}
|
|
131
131
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldInput, decorators: [{
|
|
132
132
|
type: Component,
|
|
133
|
-
args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\
|
|
133
|
+
args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template [ngIf]=\"type !== 'number'\" [ngIfElse]=\"numberInput\">\n\t<input\n\t\t[type]=\"type\"\n\t\tclass=\"textfield-input\"\n\t\t[name]=\"props['name']\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\tluInput\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t\t[placeholder]=\"props.placeholder\"\n\t/>\n</ng-template>\n<!-- type=\"number\" has to be static in order to have NumberValueAccessor instead of DefaultValueAccessor -->\n<ng-template #numberInput>\n\t<input\n\t\ttype=\"number\"\n\t\tclass=\"textfield-input\"\n\t\t[name]=\"props['name']\"\n\t\t[formControl]=\"formControl\"\n\t\t[formlyAttributes]=\"field\"\n\t\tluInput\n\t\t(focus)=\"focus()\"\n\t\t(blur)=\"blur()\"\n\t\t[placeholder]=\"props.placeholder\"\n\t/>\n</ng-template>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
|
|
134
134
|
}] });
|
|
135
135
|
|
|
136
136
|
class LuFormlyFieldRadios extends FieldType {
|
|
@@ -144,11 +144,11 @@ class LuFormlyFieldRadios extends FieldType {
|
|
|
144
144
|
this.props['_isFocused'] = false;
|
|
145
145
|
}
|
|
146
146
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldRadios, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
147
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldRadios, selector: "lu-formly-field-radios", usesInheritance: true, ngImport: i0, template: "<legend class=\"radiosfield-label\">{{props.label}}</legend>\
|
|
147
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldRadios, selector: "lu-formly-field-radios", usesInheritance: true, ngImport: i0, template: "<legend class=\"radiosfield-label\">{{props.label}}</legend>\n<div class=\"radiosfield-input\">\n\t<label *ngFor=\"let option of _options, let i = index\" class=\"radio\">\n\t\t<input\n\t\t\tclass=\"radio-input\"\n\t\t\ttype=\"radio\"\n\t\t\t[name]=\"props['name']\"\n\t\t\t[value]=\"option.value\"\n\t\t\t[id]=\"id + '_'+ i\"\n\t\t\t[formControl]=\"formControl\"\n\t\t\t[formlyAttributes]=\"field\"\n\t\t/>\n\t\t<span class=\"radio-label\">{{option.label}}</span>\n\t</label>\n</div>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
148
148
|
}
|
|
149
149
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldRadios, decorators: [{
|
|
150
150
|
type: Component,
|
|
151
|
-
args: [{ selector: 'lu-formly-field-radios', changeDetection: ChangeDetectionStrategy.OnPush, template: "<legend class=\"radiosfield-label\">{{props.label}}</legend>\
|
|
151
|
+
args: [{ selector: 'lu-formly-field-radios', changeDetection: ChangeDetectionStrategy.OnPush, template: "<legend class=\"radiosfield-label\">{{props.label}}</legend>\n<div class=\"radiosfield-input\">\n\t<label *ngFor=\"let option of _options, let i = index\" class=\"radio\">\n\t\t<input\n\t\t\tclass=\"radio-input\"\n\t\t\ttype=\"radio\"\n\t\t\t[name]=\"props['name']\"\n\t\t\t[value]=\"option.value\"\n\t\t\t[id]=\"id + '_'+ i\"\n\t\t\t[formControl]=\"formControl\"\n\t\t\t[formlyAttributes]=\"field\"\n\t\t/>\n\t\t<span class=\"radio-label\">{{option.label}}</span>\n\t</label>\n</div>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
|
|
152
152
|
}] });
|
|
153
153
|
|
|
154
154
|
class LuFormlyFieldSelect extends FieldType {
|
|
@@ -162,11 +162,11 @@ class LuFormlyFieldSelect extends FieldType {
|
|
|
162
162
|
this.props['_isFocused'] = false;
|
|
163
163
|
}
|
|
164
164
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldSelect, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
165
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldSelect, selector: "lu-formly-field-select", usesInheritance: true, ngImport: i0, template: "<lu-select\
|
|
165
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldSelect, selector: "lu-formly-field-select", usesInheritance: true, ngImport: i0, template: "<lu-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[multiple]=\"props['multiple']\"\n\t[placeholder]=\"props.placeholder\"\n>\n\t<ng-container *luDisplayer=\"let option\">\n\t\t<span [class.chip]=\"props['multiple']\" [class.mod-unkillable]=\"props['multiple']\">{{ option.name }}</span>\n\t</ng-container>\n\t<lu-option-picker>\n\t\t<lu-option *ngFor=\"let option of _options\" [value]=\"option\"> {{ option.name }} </lu-option>\n\t</lu-option-picker>\n\t<lu-input-clearer *ngIf=\"!props.required && !props['multiple']\"></lu-input-clearer>\n</lu-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3$1.LuSelectInputComponent, selector: "lu-select" }, { kind: "component", type: i4.LuOptionItemComponent, selector: "lu-option", inputs: ["selected", "highlighted", "value", "disabled"], outputs: ["onSelect"] }, { kind: "component", type: i4.LuOptionPickerComponent, selector: "lu-option-picker", exportAs: ["LuOptionPicker"] }, { kind: "directive", type: i5.LuInputDisplayerDirective, selector: "[luDisplayer]", inputs: ["luDisplayerMultiple", "multiple"] }, { kind: "component", type: i5.LuInputClearerComponent, selector: "lu-input-clearer", outputs: ["onClear"], exportAs: ["luClearer"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
166
166
|
}
|
|
167
167
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldSelect, decorators: [{
|
|
168
168
|
type: Component,
|
|
169
|
-
args: [{ selector: 'lu-formly-field-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-select\
|
|
169
|
+
args: [{ selector: 'lu-formly-field-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[multiple]=\"props['multiple']\"\n\t[placeholder]=\"props.placeholder\"\n>\n\t<ng-container *luDisplayer=\"let option\">\n\t\t<span [class.chip]=\"props['multiple']\" [class.mod-unkillable]=\"props['multiple']\">{{ option.name }}</span>\n\t</ng-container>\n\t<lu-option-picker>\n\t\t<lu-option *ngFor=\"let option of _options\" [value]=\"option\"> {{ option.name }} </lu-option>\n\t</lu-option-picker>\n\t<lu-input-clearer *ngIf=\"!props.required && !props['multiple']\"></lu-input-clearer>\n</lu-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
170
170
|
}] });
|
|
171
171
|
|
|
172
172
|
class LuFormlyFieldTextarea extends FieldType {
|
|
@@ -177,11 +177,11 @@ class LuFormlyFieldTextarea extends FieldType {
|
|
|
177
177
|
this.props['_isFocused'] = false;
|
|
178
178
|
}
|
|
179
179
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldTextarea, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
180
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldTextarea, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<textarea\
|
|
180
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldTextarea, selector: "lu-formly-field-input", usesInheritance: true, ngImport: i0, template: "<textarea\n\tclass=\"textfield-input\"\n\t[name]=\"props['name']\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\tluInput\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n></textarea>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"], dependencies: [{ kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i5.LuInputDirective, selector: "[luInput]" }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
181
181
|
}
|
|
182
182
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldTextarea, decorators: [{
|
|
183
183
|
type: Component,
|
|
184
|
-
args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<textarea\
|
|
184
|
+
args: [{ selector: 'lu-formly-field-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<textarea\n\tclass=\"textfield-input\"\n\t[name]=\"props['name']\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\tluInput\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n></textarea>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n"] }]
|
|
185
185
|
}] });
|
|
186
186
|
|
|
187
187
|
class LuFormlyFieldUser extends FieldType {
|
|
@@ -192,11 +192,11 @@ class LuFormlyFieldUser extends FieldType {
|
|
|
192
192
|
this.props['_isFocused'] = false;
|
|
193
193
|
}
|
|
194
194
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldUser, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
195
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldUser, selector: "lu-formly-field-user", usesInheritance: true, ngImport: i0, template: "<lu-user-select\
|
|
195
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldUser, selector: "lu-formly-field-user", usesInheritance: true, ngImport: i0, template: "<lu-user-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n>\n</lu-user-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$4.LuUserSelectInputComponent, selector: "lu-user-select", inputs: ["placeholder", "fields", "filters", "orderBy", "appInstanceId", "operations", "enableFormerEmployees"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
196
196
|
}
|
|
197
197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldUser, decorators: [{
|
|
198
198
|
type: Component,
|
|
199
|
-
args: [{ selector: 'lu-formly-field-user', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-user-select\
|
|
199
|
+
args: [{ selector: 'lu-formly-field-user', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-user-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n>\n</lu-user-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
200
200
|
}] });
|
|
201
201
|
|
|
202
202
|
class LuFormlyFieldQualification extends FieldType {
|
|
@@ -207,11 +207,11 @@ class LuFormlyFieldQualification extends FieldType {
|
|
|
207
207
|
this.props['_isFocused'] = false;
|
|
208
208
|
}
|
|
209
209
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldQualification, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
210
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldQualification, selector: "lu-formly-field-qualification", usesInheritance: true, ngImport: i0, template: "<lu-qualification-select\
|
|
210
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyFieldQualification, selector: "lu-formly-field-qualification", usesInheritance: true, ngImport: i0, template: "<lu-qualification-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n>\n</lu-qualification-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2$5.LuQualificationSelectInputComponent, selector: "lu-qualification-select", inputs: ["filters"] }, { kind: "directive", type: i3.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
211
211
|
}
|
|
212
212
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyFieldQualification, decorators: [{
|
|
213
213
|
type: Component,
|
|
214
|
-
args: [{ selector: 'lu-formly-field-qualification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-qualification-select\
|
|
214
|
+
args: [{ selector: 'lu-formly-field-qualification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<lu-qualification-select\n\tclass=\"textfield-input\"\n\t[formControl]=\"formControl\"\n\t[formlyAttributes]=\"field\"\n\t[multiple]=\"props['multiple']\"\n\t(focus)=\"focus()\"\n\t(blur)=\"blur()\"\n\t[placeholder]=\"props.placeholder\"\n\t[filters]=\"props['filters']\"\n>\n</lu-qualification-select>\n<span class=\"textfield-label\">{{ props.label }}</span>\n", styles: [":host{width:100%;display:inherit;align-items:inherit;flex-direction:inherit}\n", ":host-context(.mod-framed) lu-select{display:block}:host-context(.mod-framed) lu-api-select{display:block}:host-context(.mod-framed) lu-user-select{display:block}:host-context(.mod-framed) lu-date-select{display:block}:host-context(.mod-framed) lu-department-select{display:block}\n"] }]
|
|
215
215
|
}] });
|
|
216
216
|
|
|
217
217
|
function buildAddWrapperExtension(wrapperName, predicate) {
|
|
@@ -230,11 +230,11 @@ class LuFormlyWrapperError extends FieldWrapper {
|
|
|
230
230
|
return this.field.id + '-message';
|
|
231
231
|
}
|
|
232
232
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperError, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
233
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperError, selector: "lu-formly-wrapper-error", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\
|
|
233
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperError, selector: "lu-formly-wrapper-error", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\n<div class=\"textfield-messages\" *ngIf=\"formControl.touched && formControl.invalid\" [id]=\"validationId\">\n\t<lu-formly-error-message [formControl]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i1$1.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgControlStatus; }), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(function () { return i1.FormControlDirective; }), selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i0.forwardRef(function () { return LuFormlyErrorMessage; }), selector: "lu-formly-error-message", inputs: ["formControl", "field"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
234
234
|
}
|
|
235
235
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperError, decorators: [{
|
|
236
236
|
type: Component,
|
|
237
|
-
args: [{ selector: 'lu-formly-wrapper-error', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\
|
|
237
|
+
args: [{ selector: 'lu-formly-wrapper-error', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\n<div class=\"textfield-messages\" *ngIf=\"formControl.touched && formControl.invalid\" [id]=\"validationId\">\n\t<lu-formly-error-message [formControl]=\"formControl\" [field]=\"field\"></lu-formly-error-message>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
238
238
|
}], propDecorators: { fieldComponent: [{
|
|
239
239
|
type: ViewChild,
|
|
240
240
|
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
@@ -253,16 +253,16 @@ class LuFormlyErrorMessage {
|
|
|
253
253
|
return messages;
|
|
254
254
|
}
|
|
255
255
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyErrorMessage, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
256
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyErrorMessage, selector: "lu-formly-error-message", inputs: { formControl: "formControl", field: "field" }, ngImport: i0, template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
|
|
257
|
-
{{ message }}
|
|
256
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyErrorMessage, selector: "lu-formly-error-message", inputs: { formControl: "formControl", field: "field" }, ngImport: i0, template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
|
|
257
|
+
{{ message }}
|
|
258
258
|
</div>`, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
259
259
|
}
|
|
260
260
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyErrorMessage, decorators: [{
|
|
261
261
|
type: Component,
|
|
262
262
|
args: [{
|
|
263
263
|
selector: 'lu-formly-error-message',
|
|
264
|
-
template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
|
|
265
|
-
{{ message }}
|
|
264
|
+
template: `<div class="textfield-messages-error" *ngFor="let message of errorMessages">
|
|
265
|
+
{{ message }}
|
|
266
266
|
</div>`,
|
|
267
267
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
268
268
|
}]
|
|
@@ -276,11 +276,11 @@ const templateErrorExtension = buildAddWrapperExtension('error', (field) => !!fi
|
|
|
276
276
|
// wrapper component
|
|
277
277
|
class LuFormlyWrapperHelper extends FieldWrapper {
|
|
278
278
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperHelper, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
279
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperHelper, selector: "lu-formly-wrapper-helper", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\
|
|
279
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperHelper, selector: "lu-formly-wrapper-helper", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\n<div class=\"textfield-messages mod-helper\">\n\t<div class=\"textfield-messages-helper\">{{ props['helper'] }}</div>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
280
280
|
}
|
|
281
281
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperHelper, decorators: [{
|
|
282
282
|
type: Component,
|
|
283
|
-
args: [{ selector: 'lu-formly-wrapper-helper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\
|
|
283
|
+
args: [{ selector: 'lu-formly-wrapper-helper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\n<div class=\"textfield-messages mod-helper\">\n\t<div class=\"textfield-messages-helper\">{{ props['helper'] }}</div>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
284
284
|
}], propDecorators: { fieldComponent: [{
|
|
285
285
|
type: ViewChild,
|
|
286
286
|
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
@@ -290,11 +290,11 @@ const templateHelperExtension = buildAddWrapperExtension('helper', (field) => !!
|
|
|
290
290
|
// wrapper component
|
|
291
291
|
class LuFormlyWrapperIcon extends FieldWrapper {
|
|
292
292
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperIcon, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
293
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperIcon, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\
|
|
293
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperIcon, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ props['icon'] }}</span>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
294
294
|
}
|
|
295
295
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperIcon, decorators: [{
|
|
296
296
|
type: Component,
|
|
297
|
-
args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\
|
|
297
|
+
args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\n<span aria-hidden=\"true\" class=\"textfield-suffix mod-icon lucca-icon\">{{ props['icon'] }}</span>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
|
|
298
298
|
}], propDecorators: { fieldComponent: [{
|
|
299
299
|
type: ViewChild,
|
|
300
300
|
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
@@ -316,11 +316,11 @@ class LuFormlyWrapperRadiosfieldLayout extends FieldWrapper {
|
|
|
316
316
|
return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
|
|
317
317
|
}
|
|
318
318
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperRadiosfieldLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
319
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperRadiosfieldLayout, selector: "lu-formly-wrapper-radiosfield-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\
|
|
319
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperRadiosfieldLayout, selector: "lu-formly-wrapper-radiosfield-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\n\t\t<ng-container #fieldComponent></ng-container>\n\t</fieldset>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
320
320
|
}
|
|
321
321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperRadiosfieldLayout, decorators: [{
|
|
322
322
|
type: Component,
|
|
323
|
-
args: [{ selector: 'lu-formly-wrapper-radiosfield-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\
|
|
323
|
+
args: [{ selector: 'lu-formly-wrapper-radiosfield-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\n\t<fieldset class=\"radiosfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\n\t\t<ng-container #fieldComponent></ng-container>\n\t</fieldset>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
324
324
|
}], propDecorators: { fieldComponent: [{
|
|
325
325
|
type: ViewChild,
|
|
326
326
|
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
@@ -329,11 +329,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImpor
|
|
|
329
329
|
// wrapper component
|
|
330
330
|
class LuFormlyWrapperSuffix extends FieldWrapper {
|
|
331
331
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperSuffix, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
332
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperSuffix, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\
|
|
332
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperSuffix, selector: "lu-formly-wrapper-suffix", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<ng-container #fieldComponent></ng-container>\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
333
333
|
}
|
|
334
334
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperSuffix, decorators: [{
|
|
335
335
|
type: Component,
|
|
336
|
-
args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\
|
|
336
|
+
args: [{ selector: 'lu-formly-wrapper-suffix', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #fieldComponent></ng-container>\n<span class=\"textfield-suffix\">{{ props['suffix'] }}</span>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n", ":host .textfield-suffix{pointer-events:none}\n"] }]
|
|
337
337
|
}], propDecorators: { fieldComponent: [{
|
|
338
338
|
type: ViewChild,
|
|
339
339
|
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
@@ -364,11 +364,11 @@ class LuFormlyWrapperTextfieldLayout extends FieldWrapper {
|
|
|
364
364
|
return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
|
|
365
365
|
}
|
|
366
366
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperTextfieldLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
367
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperTextfieldLayout, selector: "lu-formly-wrapper-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\
|
|
367
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperTextfieldLayout, selector: "lu-formly-wrapper-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\n\t<ng-container #fieldComponent></ng-container>\n</label>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
368
368
|
}
|
|
369
369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperTextfieldLayout, decorators: [{
|
|
370
370
|
type: Component,
|
|
371
|
-
args: [{ selector: 'lu-formly-wrapper-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\
|
|
371
|
+
args: [{ selector: 'lu-formly-wrapper-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<label class=\"textfield\" [ngClass]=\"[mod, modWithSuffix, modMultiline, isRequired, isFocused, isError, isDisabled]\">\n\t<ng-container #fieldComponent></ng-container>\n</label>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
372
372
|
}], propDecorators: { fieldComponent: [{
|
|
373
373
|
type: ViewChild,
|
|
374
374
|
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|
|
@@ -389,11 +389,11 @@ class LuFormlyWrapperCheckboxLayout extends FieldWrapper {
|
|
|
389
389
|
return this.formControl.invalid && this.formControl.touched ? 'is-error' : '';
|
|
390
390
|
}
|
|
391
391
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperCheckboxLayout, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
392
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperCheckboxLayout, selector: "lu-formly-wrapper-checkbox-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\
|
|
392
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.3", type: LuFormlyWrapperCheckboxLayout, selector: "lu-formly-wrapper-checkbox-layout", viewQueries: [{ propertyName: "fieldComponent", first: true, predicate: ["fieldComponent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"fieldsetWrapper\">\n\t<fieldset class=\"checkboxesfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\n\t\t<ng-container #fieldComponent></ng-container>\n\t</fieldset>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
393
393
|
}
|
|
394
394
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.3", ngImport: i0, type: LuFormlyWrapperCheckboxLayout, decorators: [{
|
|
395
395
|
type: Component,
|
|
396
|
-
args: [{ selector: 'lu-formly-wrapper-checkbox-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\
|
|
396
|
+
args: [{ selector: 'lu-formly-wrapper-checkbox-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"fieldsetWrapper\">\n\t<fieldset class=\"checkboxesfield\" [ngClass]=\"[mod, isRequired, isFocused, isError]\">\n\t\t<ng-container #fieldComponent></ng-container>\n\t</fieldset>\n</div>\n", styles: [":host{display:inherit;flex-direction:inherit;flex:1 1 auto;width:100%}\n"] }]
|
|
397
397
|
}], propDecorators: { fieldComponent: [{
|
|
398
398
|
type: ViewChild,
|
|
399
399
|
args: ['fieldComponent', { read: ViewContainerRef, static: true }]
|